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
eb5b3d9756
+ untested Oracle driver
2007-10-02 08:20:36 +00:00
David Grudl
ccea418c34
DibiDriver::doQuery returns TRUE or DibiResult
2007-10-01 05:34:50 +00:00
David Grudl
d35a850311
* removed $throwExceptions (always throws)
...
* added DibiLogger, dibi::notify(), dibi::startLogger()
* miniprofiler dibi::$numOfQueries, $totalTime, $elapsedTime
* simplified DibiException, added DibiDatabaseException
* Dibi::nativeQuery splitted into DibiDriver::doQuery & nativeQuery()
* moved dibi::dumpResult -> DibiResult::dump()
* moved dibi::test() -> DibiDriver::test()
* DibiTranslator generates $mask
2007-09-29 07:53:25 +00:00
David Grudl
d5e6cedddb
added: throw new DibiException(__METHOD__ . ' is not implemented')
2007-08-28 22:25:01 +00:00
David Grudl
6f4d2c545d
* removed variables $insertId & $affectedRows
2007-08-28 22:13:53 +00:00
David Grudl
7f995a558b
* fixed odbc_num_rows and pg_affected_rows
2007-08-23 17:12:58 +00:00
David Grudl
05b8c0ad43
2007-08-23 00:57:28 +00:00
David Grudl
8b89eb3bd0
* vetsina method/trid oznacena jako final
2007-08-09 03:31:34 +00:00
David Grudl
5f4dbbbcfd
* some variables renamed
2007-06-25 17:02:12 +00:00
David Grudl
a7ddc1547c
updated phpDoc blocks
2007-06-24 23:49:57 +00:00
David Grudl
e2e5ba16f1
* Changed license to NEW BSD license
2007-06-19 21:12:28 +00:00
David Grudl
7452065de0
* new MS SQL driver
...
* removed constant DIBI
2007-05-13 18:32:03 +00:00
David Grudl
f766827219
bugfix, enhanced error reporting, better examples
2007-05-11 22:25:32 +00:00
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