1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-22 18:02:25 +01:00

31 Commits

Author SHA1 Message Date
David Grudl
89ee302927 - added parameter $name in dibi::getConnection()
- bug fixed error handling in SQlite driver
2007-04-06 07:34:48 +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
David Grudl
f64a5d5251 * fixed affectedRows & insertId bug 2007-03-26 06:22:53 +00:00
David Grudl
4d2c90ba68 * support for default values (mysql.default_user etc...) 2007-02-14 18:27:06 +00:00
David Grudl
4b2e04220b * DibiResult::fetchAssoc() rewritten 2007-02-05 05:14:48 +00:00
David Grudl
0c86515076 * modified DibiException (getDbError, ...)
* fix dibi::dumpResult()
2007-02-02 03:51:43 +00:00
David Grudl
a2b1036a66 * SET CHARACTER SET -> SET NAMES
* %p bug
2007-01-30 21:50:04 +00:00
David Grudl
6536dfb7dd + rewritten support for logging & error handling
+ modifier %sn
* modifier %sql
* changed modifier behaviour: NULL is always 'NULL'
2007-01-29 05:08:52 +00:00
David Grudl
ac980fe8c9 + DibiResult::fetchAll()
* changed year in headers (2007)
2007-01-08 00:55:11 +00:00
David Grudl
3b8766d376 * throwing exception in DibiTranslator and DibiDriver
+ added dibi::$errorMode
2006-11-22 12:55:24 +00:00
David Grudl
f447a03c96 throwing exception on connect 2006-11-13 06:32:16 +00:00
David Grudl
11b294be44 renamed parser -> translator
added "Undefined property usage prevention"
2006-10-26 13:09:56 +00:00
David Grudl
d705f4089d applyLimit support 2006-09-23 07:55:11 +00:00
David Grudl
da608c2db2 substitutes moved from DibiDriver to Dibi
changed "comments" behavior in DibiParser
2006-09-23 06:34:44 +00:00
David Grudl
da70be27a8 2006-09-13 12:02:38 +00:00
David Grudl
6c4ede17d6 added PostgreSQL driver 2006-09-13 11:49:32 +00:00
David Grudl
36b88503f9 remove operator @ in connect() methods 2006-08-25 18:10:30 +00:00
David Grudl
2cc9fa22fb prefix & substitution support (0.6c) 2006-08-25 15:17:40 +00:00
David Grudl
82e82e8872 specify license GPL as "v2" only 2006-08-04 14:04:26 +00:00
David Grudl
deeff32be2 logFile etc. 2006-07-19 01:40:29 +00:00
David Grudl
b779082ed9 2006-06-08 02:08:01 +00:00
David Grudl
1e3728c582 renamed some modifiers 2006-06-08 02:02:05 +00:00
David Grudl
3030881f07 parser updates, DibiResult:: to Dibi:: 2006-06-08 01:35:44 +00:00
David Grudl
18d3dd444d embedded SQL moved to formatValue() 2006-06-07 22:33:19 +00:00
David Grudl
0e7f85c73a updated conditional SQL 2006-06-07 21:33:46 +00:00
David Grudl
a3a17f1c55 added conditional SQL 2006-06-07 19:02:24 +00:00
David Grudl
0951ea574c update to 0.6 2006-06-07 15:50:32 +00:00
David Grudl
8361028ff3 updated headers 2006-06-07 11:48:20 +00:00
David Grudl
8e166989d6 update to 0.5b 2006-06-04 23:09:53 +00:00
David Grudl
0d18c4c366 update to 0.5alpha 2006-06-04 23:06:33 +00:00