1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-18 11:51:18 +02:00

106 Commits

Author SHA1 Message Date
David Grudl
7c693a26fb 2007-04-25 06:55:10 +00:00
David Grudl
af7c4de14a * removed static factory DibiDriver::connect()
* added support for lazy connections
2007-04-25 06:18:06 +00:00
David Grudl
166f716091 * quoteName -> delimite
* fixed mysql_connect bug
2007-04-16 03:01:55 +00:00
David Grudl
e834c0ccae modified phpDoc headers 2007-04-11 18:30:30 +00:00
David Grudl
53178717ad * DibiPdoDriver bugs fixed 2007-03-27 23:38:09 +00:00
David Grudl
48ea525b04 * DibiDriver::query -> DibiDriver::nativeQuery
* Dibi::query moved to DibiDriver::query
* methods getFields(), detectTypes(), getMetaData() moved to base class DibiDriver
* added PDO driver (not tested)
2007-03-27 23:12:36 +00:00