<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>metabase-dev at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/metabase-dev/</link>
    <description>Metabase Development discussions list</description>

    <item>
      <title>Re: Going mad about odbc-msaccess</title>
      <pubDate>Sun, 21 Oct 2007 16:47:39 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1151</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1151</guid>
      <description>Hello, ... Are you sure that driver you are using supports write access to mdb files? -- Regards, Manuel Lemos Metastorage - Data object relational mapping</description>
    </item>
    <item>
      <title>Going mad about odbc-msaccess</title>
      <pubDate>Sun, 21 Oct 2007 16:44:03 GMT</pubDate>
      <dc:creator>gonewsnet</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1150</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1150</guid>
      <description>Hello ! i ended here after an intense research... I have a problem : i have a mysql db, must fetch data and export to mdb file and dbf file... now i have a</description>
    </item>
    <item>
      <title>Re: SQL LIKE Case insensitive ILIKE</title>
      <pubDate>Tue, 08 Aug 2006 21:40:24 GMT</pubDate>
      <dc:creator>idiroddi</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1149</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1149</guid>
      <description>... portable. ... lastname%&#39;&quot; ... need that. ... I think that would be great. I have noticed other differences in SQL between MySQL and PostgreSQL. Do you know</description>
    </item>
    <item>
      <title>Re: SQL LIKE Case insensitive ILIKE</title>
      <pubDate>Tue, 08 Aug 2006 21:13:32 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1148</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1148</guid>
      <description>Hello, ... You are right. Now that you mentioned it, I noticed that is not consistent accross all browsers. Maybe I should force it to use the case insensitive</description>
    </item>
    <item>
      <title>SQL LIKE Case insensitive ILIKE</title>
      <pubDate>Sun, 06 Aug 2006 18:03:10 GMT</pubDate>
      <dc:creator>idiroddi</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1147</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1147</guid>
      <description>Hello Manuel- I have been using Metabase and MySQL for awhile now. I just started playing around with PostgreSQL (using Metabase) last night. Looks like SQL</description>
    </item>
    <item>
      <title>SQL LIKE pattern escaping abstraction</title>
      <pubDate>Thu, 13 Jul 2006 05:29:31 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1146</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1146</guid>
      <description>Hello, The Metabase API was enhanced to provide database independent escaping of % and _ in SQL LIKE expressions that may need to take these and other wildcard</description>
    </item>
    <item>
      <title>Metabase 2005.11.21</title>
      <pubDate>Tue, 22 Nov 2005 21:57:01 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1145</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1145</guid>
      <description>- The SQLite driver was updated to support native auto-increment fields, primary keys, and binary data escaping stored in BLOB fields. - This driver also</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Mon, 21 Nov 2005 04:00:22 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1144</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1144</guid>
      <description>Hello, ... Maybe that is because closing persistent connections should not make any effect. I changed the driver class to not call sqlite_close when closing a</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Sun, 20 Nov 2005 14:15:33 GMT</pubDate>
      <dc:creator>jonbouyw</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1143</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1143</guid>
      <description>... Hi Manuel I&#39;ve just tested the latest CVS version and it&#39;s working great apart from when running for the first time with a persistent connection. PHP</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Sun, 20 Nov 2005 03:55:35 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1142</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1142</guid>
      <description>Hello, ... I am not sure if a VACUUM would notify the other connections. Anyway, that is documented now in the driver notes. ... No problem. I also implemented</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Fri, 18 Nov 2005 23:14:00 GMT</pubDate>
      <dc:creator>jonbouyw</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1141</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1141</guid>
      <description>... Yes, the alternative as I understand it would be to insert a &#39;VACUUM&#39; on the database in between, but I think it is far more efficient to close and</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Fri, 18 Nov 2005 22:24:08 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1140</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1140</guid>
      <description>Hello, ... I figured that the problem is that when you change the schema of an SQLite database, existing database connections are not made aware. The driver</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Fri, 18 Nov 2005 17:41:35 GMT</pubDate>
      <dc:creator>jonbouyw</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1139</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1139</guid>
      <description>... script it ... No I have no idea why that happens. I&#39;m am aware of it though, strangely it runs right through the test script, first time, when using a</description>
    </item>
    <item>
      <title>Re: PHP Extension SQLite Driver latest</title>
      <pubDate>Thu, 17 Nov 2005 06:32:28 GMT</pubDate>
      <dc:creator>Manuel Lemos</dc:creator>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1138</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1138</guid>
      <description>Hello, ... I am finally integrating your update of the SQLite driver under PHP 4.3.11 using the extension from PECL. I am experiencing a few glitches with the</description>
    </item>
    <item>
      <title>New file uploaded to metabase-dev </title>
      <pubDate>Wed, 02 Nov 2005 16:50:52 GMT</pubDate>
      <link>http://groups.yahoo.com/group/metabase-dev/message/1137</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/metabase-dev/message/1137</guid>
      <description>Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File        :</description>
    </item>

  </channel>
</rss>
<!-- rss2.grp.bf1.yahoo.com uncompressed Wed May 22 22:14:44 PDT 2013 -->
