David Grudl
|
ec82eda864
|
DibiResult destructor moved to individual IDibiResultDriver drivers
|
2010-11-02 14:42:15 +01:00 |
|
David Grudl
|
087734fb23
|
drivers implementing IDibiDriver and IDibiResultDriver together do not use $resultSet in IDibiDriver part
|
2010-11-02 14:42:14 +01:00 |
|
David Grudl
|
32baabdeac
|
added low-level methods createResultDriver() and DibiConnection::createResultSet()
|
2010-11-02 13:59:05 +01:00 |
|
David Grudl
|
e6e7babe22
|
simplified phpDoc comments
|
2010-09-14 19:09:56 +02:00 |
|
David Grudl
|
b1156e54d8
|
drivers meta function refactoring
|
2010-08-27 02:18:07 +02:00 |
|
David Grudl
|
b8e518f44b
|
implemented escapeLike() and modifiers %~like, %like~, %~like~
|
2010-08-27 01:00:53 +02:00 |
|
David Grudl
|
3568e041c5
|
MSSQL: delimited name in mssql_select_db
|
2010-08-25 01:27:04 +02:00 |
|
David Grudl
|
65b5e2eecd
|
added IDibiDriver::getReflector()
|
2010-08-05 21:03:08 +02:00 |
|
David Grudl
|
de85d3814e
|
IDibiDriver splitted into IDibiDriver & IDibiResultDriver
|
2010-08-04 15:34:42 +02:00 |
|
David Grudl
|
746a553419
|
IDibiDriver::getColumnsMeta() renamed to getResultColumns() (BC break!)
|
2010-08-03 23:33:12 +02:00 |
|
David Grudl
|
0d7b9c32c9
|
updated phpDoc
|
2010-08-03 23:27:53 +02:00 |
|
David Grudl
|
8c99f0c04d
|
Driver's reflection capabilities moved to IDibiReflector
|
2010-05-26 16:26:21 +02:00 |
|
David Grudl
|
d19afd5790
|
Removed inTransaction definitely (BC break!)
|
2010-05-19 18:33:28 +02:00 |
|
David Grudl
|
1285d9b30a
|
DibiMsSqlDriver: exception message received from mssql_get_last_message()
|
2010-05-19 15:54:49 +02:00 |
|
David Grudl
|
bec559448c
|
rewritten dibi::IDENTIFIER escaping; added support for [table.*]
|
2010-05-19 14:59:03 +02:00 |
|
David Grudl
|
0b9562497f
|
typos
|
2010-02-24 07:50:50 +01:00 |
|
David Grudl
|
d61bd79982
|
DibiConnection: inTransaction() is back, implemented in drivers
|
2010-01-11 16:58:37 +01:00 |
|
David Grudl
|
c37475838f
|
- year 2009 -> 2010
|
2010-01-03 15:32:26 +01:00 |
|
Jan Vlcek
|
22b62ee9a5
|
MSSQL driver: Added subselect alias in applyLimit.
|
2009-11-03 02:03:04 +08:00 |
|
David Grudl
|
fa6d771813
|
dibi internally uses DateTime object in PHP 5.2
|
2009-08-21 01:34:07 +02:00 |
|
David Grudl
|
7c6932807d
|
updated for GIT
|
2009-08-14 00:05:20 +02: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
|
18a7665bec
|
- consolidating the aliases for the connection parameters
|
2009-07-13 20:13:48 +00:00 |
|
David Grudl
|
0d79d16d2c
|
- binary unescape doesn't throw exceptions more
|
2009-07-08 12:10:32 +00:00 |
|
David Grudl
|
6ff605ef0a
|
- typo
|
2009-06-30 14:08:49 +00:00 |
|
David Grudl
|
496c224be5
|
typos
|
2009-03-19 12:18:16 +00:00 |
|
David Grudl
|
5946b7e1f6
|
- removed 'FIELD_' from dibi data types
|
2009-03-16 06:48:27 +00:00 |
|
David Grudl
|
2f86997ca7
|
- affectedRows(), insertId(), rowCount() are aliases for getAffectedRows(), getInsertId(), getRowCount()
|
2009-02-26 20:02:14 +00:00 |
|
David Grudl
|
5ecfaf7ab1
|
- all drivers accepts injected connection resource
- DibiFluent: fixed identifier substitution
|
2009-01-17 19:27:40 +00:00 |
|
David Grudl
|
c24f2b8705
|
- API cleanup: some method in DibiConnection marked as deprecated
|
2009-01-08 00:42:01 +00:00 |
|
David Grudl
|
e5a1877ed9
|
- year 2008 -> 2009
|
2008-12-31 00:13:40 +00:00 |
|
David Grudl
|
fb2621eb04
|
- implemented savepoints support
|
2008-11-17 16:17:16 +00:00 |
|
David Grudl
|
2f690b63f9
|
- implemented insertId() in MS SQL driver
|
2008-11-09 20:03:08 +00:00 |
|
David Grudl
|
9f8b19f1fb
|
- implemented applyLimit() in PDO driver
|
2008-11-07 10:47:57 +00:00 |
|
David Grudl
|
a2d0d66d0f
|
- phpDoc simplified
|
2008-10-28 15:24:47 +00:00 |
|
David Grudl
|
7565ffb1d4
|
- added dibi-field-type autodetection
- added DibiColumnInfo::getVendorInfo()
|
2008-10-28 14:37:40 +00:00 |
|
David Grudl
|
ab892255d3
|
improved reflection skills
|
2008-10-28 01:03:50 +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
|
b0f155f767
|
- implemented basic meta/reflection support
|
2008-10-02 17:13:43 +00:00 |
|
David Grudl
|
9b84459f09
|
quoted identifiers security fix
|
2008-09-15 23:58:03 +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
|
c0bd3761de
|
modified SVN properties
|
2008-07-17 03:51:29 +00:00 |
|
David Grudl
|
7f0fa2e75e
|
- added config alias 'hostname' for 'host'
|
2008-07-15 09:34:05 +00:00 |
|
David Grudl
|
41e5b32a22
|
minor: renamed resultset -> resultSet
|
2008-06-30 15:01:25 +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
|
c23bf15a3d
|
- DibiDriver::format splitted into escape() & unescape()
- added DibiConnection::unescape
- DibiPostgreDriver support escaping & unescaping BYTEA type
|
2008-05-25 18:44:43 +00:00 |
|
David Grudl
|
a8acce6d59
|
- removed DibiPostgreDriver workaround (there is no bug in pg_affected_rows)
- added IDibiConnection::isConnected()
|
2008-05-16 17:56:24 +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 |
|