David Grudl
|
8d063fe0a1
|
- added DibiPostgreDriver::getIndexes()
- implemented DibiTables types autodetection
- all examples uses Nette::Debug
|
2008-10-28 19:31:32 +00:00 |
|
David Grudl
|
ab892255d3
|
improved reflection skills
|
2008-10-28 01:03:50 +00:00 |
|
David Grudl
|
1e33b67e37
|
- added DibiTable magic fetch
- fixed some bugs
|
2008-10-21 13:42:53 +00:00 |
|
David Grudl
|
3e04378375
|
- returns result-set rows as DibiRow objects!
- removed option 'resultObjects'
- SQlite driver removes quotes from result-set column names
- this revision may cause compatibility break
|
2008-10-10 17:39:33 +00:00 |
|
David Grudl
|
ae77148773
|
introduced new class constants
|
2008-10-10 01:35:33 +00:00 |
|
David Grudl
|
b0f155f767
|
- implemented basic meta/reflection support
|
2008-10-02 17:13:43 +00:00 |
|
David Grudl
|
44f281de27
|
fixed %by
|
2008-10-01 16:23:44 +00:00 |
|
David Grudl
|
9eddba204f
|
- BC change: DibiResult::fetchAll() returns always multidimensional arrays (for single columns use fetchPairs() instead)
- added DibiTable::insertOrUpdate()
- new modifier %by
|
2008-10-01 16:04:16 +00:00 |
|
David Grudl
|
8c4211d5be
|
- added fluent SQL builders support in DibiConnection and DibiTable
|
2008-09-13 16:38:59 +00:00 |
|
David Grudl
|
e5af8a8c67
|
- Object renamed to DibiObject
- DibiTranslator: improved %and and %or handling
- DibiTable::findAll allows to add conditions
|
2008-09-05 05:35:15 +00:00 |
|
David Grudl
|
119d5a1995
|
- renamed configuration keys result:object, result:withtables and format:* to resultObject resp. resultWithTables (due compatibility with PHP 5.3 INI parser)
- updated class Object
|
2008-08-25 18:55:50 +00:00 |
|
David Grudl
|
c438b72972
|
- DibiTable::insert() returns NULL when $primaryAutoIncrement is FALSE
|
2008-07-24 16:34:00 +00:00 |
|
David Grudl
|
e48cd54a41
|
- DibiTable::$types enables auto-convert columns to specified type
- DibiTable::insert() returns NULL, when $primary is FALSE
|
2008-07-22 13:12:53 +00:00 |
|
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
|
40e9f313c3
|
- DibiPostgreDriver - workaround for bug in pg_affected_rows
- added DibiResult::setObjects([TRUE | FALSE | class name])
|
2008-05-12 22:55:51 +00:00 |
|
David Grudl
|
7bb5684d71
|
code formatting: 4 spaces -> tabs
|
2008-05-12 00:30:59 +00:00 |
|
David Grudl
|
11a314ca96
|
minor: updated phpDoc headers
|
2008-04-19 14:13:48 +00:00 |
|
David Grudl
|
c8febb8322
|
/*Nette::*/Object
|
2008-04-16 10:18:02 +00:00 |
|
David Grudl
|
24bf999cd9
|
* better datetime converting in DibiResult (see http://forum.dibiphp.com/viewtopic.php?pid=2331)
* added support for Nette_Debug
* renamed NObject -> Nette_Object (Nette::Object in PHP 5.3)
|
2008-04-03 12:40:04 +00:00 |
|
David Grudl
|
1459c6c95d
|
updated headers
|
2008-02-15 04:51:35 +00:00 |
|
David Grudl
|
2f9704bca2
|
- DibiPostgreDriver: added support for "schema"
- DibiTable::fetch($conditions) (experimental)
- DibiConnection no longer invokes autoloading
|
2008-02-14 02:02:27 +00:00 |
|
David Grudl
|
8da9e778a6
|
added new Nette exceptions
|
2008-02-01 02:12:36 +00:00 |
|
David Grudl
|
f6b781f12d
|
- added DibiDataSource as default implementation of IDataSource
- new modifiers %lmt %ofs
- removed old modifier %p (alias for %sql)
|
2008-01-18 02:57:43 +00:00 |
|
David Grudl
|
c41167d49f
|
bug fixed
|
2008-01-15 05:40:08 +00:00 |
|
David Grudl
|
5c045e58dc
|
* added DibiTable
* new connection options: "result:objects" & "result:withtables"
* renamed DibiDriverInterface -> IDibiDriver, DibiVariableInterface -> IDibiVariable
|
2008-01-15 03:43:03 +00:00 |
|