1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-23 10:26:21 +01:00

11 Commits

Author SHA1 Message Date
David Grudl
c0bd3761de modified SVN properties 2008-07-17 03:51:29 +00:00
David Grudl
d12895102f - new DibiTable constructor
- moved "tricky clone" from DibiConnection::query to IDibiDriver::query
2008-06-10 01:09:23 +00:00
David Grudl
11a314ca96 minor: updated phpDoc headers 2008-04-19 14:13:48 +00:00
David Grudl
1459c6c95d updated headers 2008-02-15 04:51:35 +00:00
David Grudl
de4a882788 - DibiResult: meta type Dibi::FIELD_BOOL resolves 'f' and 'F' as FALSE 2008-01-02 05:25:21 +00:00
David Grudl
dfacb48449 * fixed DibiPostgreDriver::insertId
* changed URL to http://dibiphp.com
2007-12-05 09:27:55 +00:00
David Grudl
25fa4293fc * new exceptions: BadMethodCallException, InvalidArgumentException
* DibiMySqlDriver, DibiMySqliDriver, DibiSqliteDriver, DibiOracleDriver: error checking instead of FALSE checking in doQuery
2007-11-08 03:32:37 +00:00
David Grudl
39c62c1cd5 * added configuration aliases (user -> username, pass -> password)
* dibi::$defaultDriver
2007-10-26 17:44:24 +00:00
David Grudl
879bbeba1f changed website to http://php7.org/dibi/ 2007-10-13 22:50:29 +00:00
David Grudl
5ffbe076f3 Changed "Access to undeclared property" exception message 2007-06-24 15:07:10 +00:00
David Grudl
e2e5ba16f1 * Changed license to NEW BSD license 2007-06-19 21:12:28 +00:00