]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
First cut of ADODB backend. I've only tested this on MySql. I still have some work...
authorlakka <lakka@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 1 Feb 2002 23:57:30 +0000 (23:57 +0000)
committerlakka <lakka@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 1 Feb 2002 23:57:30 +0000 (23:57 +0000)
commit8670045a1679e6f673af02f55580b30a9ef7dc99
tree31a027f02a5bd2345ccd24c07296f1fa75cc5521
parent822454570c04846469460b83f030aa914ed46659
First cut of ADODB backend.  I've only tested this on MySql.  I still have some work to do on error handling etc, but it seems to work fine for me.  If you want to try it out, use 'dbtype' => 'ADODB' in index.php

Please let me have any comments.  If you can do any benchmarks, that would be great.

It doesn't suffer from the backslash bug!

Lawrence

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1773 96ab9672-09ca-45d6-a79d-3d69d39ca109
13 files changed:
lib/WikiDB/ADODB.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb-access.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb-errorhandler.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb-errorpear.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb-lib.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb-mysql.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/adodb.inc.php [new file with mode: 0644]
lib/WikiDB/adodb/license.txt [new file with mode: 0644]
lib/WikiDB/adodb/readme.htm [new file with mode: 0644]
lib/WikiDB/adodb/readme.txt [new file with mode: 0644]
lib/WikiDB/adodb/tute.htm [new file with mode: 0644]
lib/WikiDB/backend/ADODB.php [new file with mode: 0644]
lib/WikiDB/backend/ADODB_mysql.php [new file with mode: 0644]