David Grudl
|
0337cbdba9
|
DibiResult: fetchAssoc refactoring
|
2009-10-06 16:51:27 +02:00 |
|
David Grudl
|
d68e526381
|
updated version number
|
2009-09-30 22:50:23 +02:00 |
|
David Grudl
|
3b2ca19d42
|
Released version 1.2
v1.2
|
2009-09-18 07:26:02 +02:00 |
|
David Grudl
|
16f6d537e0
|
All setters provide a fluent interface now (i.e. return $this)
|
2009-09-18 03:38:10 +02:00 |
|
David Grudl
|
6d353c0b5d
|
DibiResult: removed destructor
|
2009-09-09 17:04:20 +02:00 |
|
David Grudl
|
698c12eadc
|
DibiColumnInfo: getType() is implemented lazy
|
2009-09-09 17:03:40 +02:00 |
|
David Grudl
|
70ba2f065c
|
added DibiResultInfo, available via DibiResult::getInfo()
|
2009-09-09 17:02:46 +02:00 |
|
David Grudl
|
7e539f8f4f
|
typo changes
|
2009-09-09 17:01:30 +02:00 |
|
David Grudl
|
532ed3a316
|
MySQL drivers: getColumns() obtains comments
|
2009-09-08 21:27:57 +02:00 |
|
David Grudl
|
08e70fda61
|
DibiTranslator: fixed bug in DateTime object usage
|
2009-08-26 00:09:05 +02:00 |
|
David Grudl
|
217de42d20
|
DibiPostgreDriver: added user => username alias (thanks to Milan Matejcek)
|
2009-08-21 13:48:16 +02:00 |
|
David Grudl
|
fa6d771813
|
dibi internally uses DateTime object in PHP 5.2
|
2009-08-21 01:34:07 +02:00 |
|
David Grudl
|
3777bacc02
|
DibiOracleDriver: supports configuration options 'fmtDate' & 'fmtDateTime'
|
2009-08-20 22:19:01 +02:00 |
|
David Grudl
|
9850a2f78b
|
opened 1.2-dev
|
2009-08-17 15:58:08 +02:00 |
|
David Grudl
|
031bd2b767
|
released dibi 1.1
v1.1
|
2009-08-17 15:51:36 +02:00 |
|
David Grudl
|
7c6932807d
|
updated for GIT
|
2009-08-14 00:05:20 +02:00 |
|
David Grudl
|
208a579d6f
|
- last rev fix
|
2009-08-13 12:33:28 +00:00 |
|
David Grudl
|
eeba6cfc91
|
- DibiConnection: fixed insert() with modifiers (thanks to Matej Kravjar)
|
2009-08-13 12:20:03 +00:00 |
|
David Grudl
|
8cc1d8b948
|
- MS drivers: bool TRUE is now +1
- DibiDatabaseInfo: LONGTEXT is recognized as TEXT
|
2009-08-13 12:08:31 +00:00 |
|
David Grudl
|
c2a2a4cd18
|
- added netterobots.txt
|
2009-08-12 02:28:55 +00:00 |
|
David Grudl
|
5e3bc8d0e9
|
- added driver for Firebird/InterBase database (thanks to authors Tomáš Kraina, Roman Sklenář)
|
2009-07-23 10:31:07 +00:00 |
|
David Grudl
|
6f34e56bd6
|
- updated Nette\Debug
|
2009-07-15 10:08:46 +00:00 |
|
David Grudl
|
18a7665bec
|
- consolidating the aliases for the connection parameters
|
2009-07-13 20:13:48 +00:00 |
|
David Grudl
|
fb026ef45d
|
- DibiTranslate: better validation for %m
|
2009-07-08 12:42:05 +00:00 |
|
David Grudl
|
2d69d4a18e
|
- added new multiinsert modifier 'm' (thanks to Milan Matejcek)
|
2009-07-08 12:32:01 +00:00 |
|
David Grudl
|
0d79d16d2c
|
- binary unescape doesn't throw exceptions more
|
2009-07-08 12:10:32 +00:00 |
|
David Grudl
|
a3f673e82b
|
- DibiProfiler: added some limits for Firebug
|
2009-07-02 17:39:58 +00:00 |
|
David Grudl
|
6ff605ef0a
|
- typo
|
2009-06-30 14:08:49 +00:00 |
|
David Grudl
|
6f4641c3ee
|
- added example for dibi & Nette\Debug::consoleDump()
|
2009-06-26 08:24:14 +00:00 |
|
David Grudl
|
77efc27681
|
- DibiResultIterator: is countable (thanks to Roman Sklenar)
|
2009-06-19 11:32:24 +00:00 |
|
David Grudl
|
e52cee8cbc
|
- DibiConnection: insert() and update() accepts ArrayObject
|
2009-06-19 11:28:42 +00:00 |
|
David Grudl
|
74178a5596
|
- DibiTranslator: added brackets for %and %or (thanks to Jiri Sutera)
- DibiMySqlDriver: added common error constants
|
2009-06-19 11:03:24 +00:00 |
|
David Grudl
|
c67bcd5598
|
- DibiDataSource: added escaping
|
2009-06-13 19:05:23 +00:00 |
|
David Grudl
|
bf15d60fd1
|
- DibiRow: added helper methods asDate() & asBool()
- DibiTranslator: added new modifier %in - integer or NULL
|
2009-06-03 13:42:02 +00:00 |
|
David Grudl
|
9c435acd2e
|
- DibiDataSource: fixed count() vs. release() bug (thanks to Roman Sklenář)
|
2009-06-02 22:04:54 +00:00 |
|
David Grudl
|
1e08a91e66
|
- DibiTranslator: fixed strange security bug! (thanks to Matej Kravjar)
|
2009-06-02 09:05:13 +00:00 |
|
David Grudl
|
43c7e70e90
|
- DibiResult: setWithTables() and setRowClass() provide a fluent interface
- DibiTranslator: enhanced arrays syntax
|
2009-05-24 23:32:42 +00:00 |
|
David Grudl
|
fb8054d21a
|
- added placeholder ?
|
2009-05-11 18:43:30 +00:00 |
|
David Grudl
|
564a0e534e
|
- renamed compact -> minified
|
2009-05-09 09:44:54 +00:00 |
|
David Grudl
|
bba85b5441
|
- Oracle driver: fixed bug
|
2009-04-26 20:05:09 +00:00 |
|
David Grudl
|
98d43e0815
|
- Oracle driver: implemented applyLimit() & getTables()
- DibiDataSource: removed key word AS
- DibiProfiler: fixed bug with unbuffered queries
- DibiTranslator: empty %and generates '1=1'
|
2009-04-26 15:35:39 +00:00 |
|
David Grudl
|
6589519419
|
- DibiTranslator: empty arrays generate NULL (it may cause an BC break!)
- Dibi: disables magic_quotes_runtime
|
2009-04-16 02:15:20 +00:00 |
|
David Grudl
|
496c224be5
|
typos
|
2009-03-19 12:18:16 +00:00 |
|
David Grudl
|
aa05a85dfb
|
- BYTEA detection fixed
|
2009-03-17 07:26:09 +00:00 |
|
David Grudl
|
5946b7e1f6
|
- removed 'FIELD_' from dibi data types
|
2009-03-16 06:48:27 +00:00 |
|
David Grudl
|
a9afe1e397
|
- improved binary escaping
|
2009-03-16 05:47:20 +00:00 |
|
David Grudl
|
97969edace
|
- smarter handling of substitutions :subst: outside of brackets []
|
2009-03-08 23:27:31 +00:00 |
|
David Grudl
|
d0097d6c9c
|
- updated Nette\Debug
|
2009-03-08 18:00:36 +00:00 |
|
David Grudl
|
7969289aaa
|
- DibiDataSource: fixed empty ORDER BY
- DibiTranslator: removed empty %by handling
- DibiTranslator: better NULL values handling
|
2009-03-08 17:36:11 +00:00 |
|
David Grudl
|
5c2245a9d7
|
- added DibiDataSource::release()
|
2009-03-02 02:22:36 +00:00 |
|