Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
* PEAR-ized # there's lots of added files too, but they don't show up here since I # copied them directly on the CVS server to preserve history
added some more echo statements fixed call to limitQuery due to API change
renamed all constants: prefix is not "MDB" instead of "DB" this should get rid of the notices if both PEAR DB and PEAR MDB are loaded at the same time
fixed all calls to queryCol and fetchCol because if the API changes due to the fetchmode fixes
fixed all calls to queryCol and fetchCol because if the API changes due to the fetchmode fixes
bug fixes to the handleing of the various fetchmodes
cosmetic changes
pgsql driver now also supports management operations (only xml schema reverse engineering is missing)
added some more comments
MDB needs reference &= operator to function properly added some code to show debugging output
some more API updates to the manager tests
fixed some method calls due to API changes in the MDB manager
corrected wrong use of single quotes ...
was bored in the car so i started replacing tons of double quotes with single quotes
minor changes to the reverse engineering method calls
removed call to privat method validatePreparedQuery
added a bit of Index dropping/creation fun
made changes to MDb methods calls because several were changed to either return data or an error (rather than returning data in a var that was passed by reference) manager samples are now run always if mysql is the selected db
sequence values are now stored in a var that is passed by reference
removed license and copyright information fixed noeol and dos format
added license information
added additional echoing of dat in the sub select tests
changed test for get*() to make use of result type passing feature
added test for subSelect() commented out the manager section for now until the pgsql driver has this working added optional parameter db_type to specify which database type should be used
added a sample delete statement changed some formatting and improved comments
added test for new optional parameter of fetchCol that allows specifing the column to be fetched
fetchColumn renamed to fetchCol
added some more comments to explain the xml schema manager a bit more
MDB_test.php now also shows of xml -> db and db -> xml features
added a test for getAll
several method names shortend
renamed the core MDB class from "DB" to "MDB"
massive formating cleanups
initial release of MDB (db abstraction layer merge of Metabase and PEAR DB) into pear cvs this release is not yet ready for production use please see README.txt for details
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| systems@php.net | ViewVC Help |
| Powered by ViewVC 1.1-dev |