]> source.dussan.org Git - nextcloud-server.git/commit
sqlite3 driver for mdb2
authorRobin Appelman <icewind1991@gmail.com>
Mon, 13 Jun 2011 02:05:41 +0000 (04:05 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Mon, 13 Jun 2011 02:05:41 +0000 (04:05 +0200)
commit600219c8c0bec3f3998e0170dd3363ac6cc7824e
tree6b21aa0c9b0dd897e90277630258bda0f7150d55
parent964b51879eaffed13287a1e450e6f37171be2e62
sqlite3 driver for mdb2

the only problem that I found with it so far is that it gives a database locked error on login,
the rest seems to work fine but more testing is required.
lib/MDB2/Driver/Datatype/sqlite3.php [new file with mode: 0644]
lib/MDB2/Driver/Function/sqlite3.php [new file with mode: 0644]
lib/MDB2/Driver/Manager/sqlite3.php [new file with mode: 0644]
lib/MDB2/Driver/Native/sqlite3.php [new file with mode: 0644]
lib/MDB2/Driver/Reverse/sqlite3.php [new file with mode: 0644]
lib/MDB2/Driver/sqlite3.php [new file with mode: 0644]