David Grudl
dbb72b769b
updated phpDoc @package
2012-01-03 04:50:11 +01:00
David Grudl
1d4e86fe2b
Updated copyright notices for 2012
2012-01-03 04:17:30 +01:00
David Grudl
bdb5b217c7
License changed to the New BSD License or the GNU General Public License (GPL) version 2 or 3.
2011-02-02 01:20:30 +01:00
David Grudl
e6e7babe22
simplified phpDoc comments
2010-09-14 19:09:56 +02:00
David Grudl
019f6864cf
DibiResult::getIterator() - removed optional $offset and $limit parameters (BC break!)
2010-08-03 18:11:20 +02:00
David Grudl
c37475838f
- year 2009 -> 2010
2010-01-03 15:32:26 +01:00
David Grudl
7c6932807d
updated for GIT
2009-08-14 00:05:20 +02:00
David Grudl
77efc27681
- DibiResultIterator: is countable (thanks to Roman Sklenar)
2009-06-19 11:32:24 +00:00
David Grudl
ca87994189
- DibiResultIterator is back (from rev. 123)
2009-01-07 13:48:01 +00:00
David Grudl
69876a70b7
- removed DibiResultIterator
...
- DibiConnection::nativeQuery & query() returns DibiResult or NULL
- added optional parameters $offset, $limit, $simplify to DibiResult::fetchAll()
2008-05-20 08:15:30 +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
1459c6c95d
updated headers
2008-02-15 04:51:35 +00:00
David Grudl
8da9e778a6
added new Nette exceptions
2008-02-01 02:12:36 +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
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
041f059408
removed NClass
2007-12-11 07:28:55 +00:00
David Grudl
dfacb48449
* fixed DibiPostgreDriver::insertId
...
* changed URL to http://dibiphp.com
2007-12-05 09:27:55 +00:00
David Grudl
1aad1c8da9
* better syntax highlighting
...
* all drivers checks for extension in constructor
* DibiMySqlDriver - charset is set by mysql_set_charset
* DibiMySqliDriver - charset is set by mysqli_set_charset
2007-11-28 15:56:57 +00:00
David Grudl
0eeff53fe8
* DibiConnection::getConfig('name') returns name of connection
...
* seek() returns boolean again
* DibiDriver throws exception when is used after free()
2007-11-13 01:51:44 +00:00
David Grudl
22c27f678a
BIG REFACTORING!
...
* DibiDriver -> DibiConnection
2007-11-12 06:41:59 +00:00
David Grudl
ea00d5d37d
* seek() or rowCount() in unbuffered mode throws exceptions
...
* out of range seek() throws exception
* deprecated DibiDriver::errorInfo
* fixed seek(0) on first iteration
* added DibiDatabaseException::catchError() & restore() for converting errors to exceptions
2007-11-12 01:39:26 +00:00
David Grudl
5ee6a19f93
* added support for unbuffered queries (MySQL, MySQLi, SQLite)
...
* doc-comments changed to be compatible with phpDocumentor
* DibiDriver::config() renamed to alias()
2007-11-12 00:08:29 +00:00
David Grudl
8a6d664876
* renamed some files libs
...
* added doc comments to drivers
* DibiDriver::prepare() renamed to config()
* fixed connection error handling in Postgre driver
2007-11-09 02:28:27 +00:00