David Grudl
|
51adcd98e0
|
DibiFluent::fetch() uses limit only when there is no LIMIT & OFFSET (fixes 20f2093 on MSSQL)
|
2015-10-26 16:46:20 +01:00 |
|
David Grudl
|
aaa5abd4b6
|
DibiFluent: prevents doubled processing
|
2015-10-26 16:45:58 +01:00 |
|
castamir
|
f4ae1e692f
|
DibiFluent::fetch(): fixed limit clause duplication [Closes #188][Closes #186][Closes #185]
|
2015-10-09 12:02:02 +02:00 |
|
David Grudl
|
443661f0e9
|
DibiFluent: removed keyword AS from SQL [Closes #172]
|
2015-10-09 12:01:40 +02:00 |
|
David Grudl
|
d7885921e6
|
removed rarely used @property
|
2015-10-09 12:01:03 +02:00 |
|
David Grudl
|
ce459f440a
|
improved coding style
# Conflicts:
# dibi/bridges/Tracy/Panel.php
# dibi/drivers/DibiPdoDriver.php
# dibi/drivers/DibiPostgreDriver.php
# tests/dibi/DataSource.phpt
# tests/dibi/DibiConnection.connect.phpt
# tests/dibi/DibiConnection.transactions.phpt
# tests/dibi/DibiFluent.cloning.phpt
# tests/dibi/DibiFluent.insert.phpt
# tests/dibi/DibiFluent.select.phpt
# tests/dibi/DibiFluent.update.phpt
# tests/dibi/DibiTranslator.conditions.phpt
# tests/dibi/DibiTranslator.phpt
# tests/dibi/PdoMssql.limits.phpt
# tests/dibi/Postgre.like.phpt
|
2015-10-09 12:01:02 +02:00 |
|
David Grudl
|
df37a500fa
|
used https
|
2015-10-05 16:16:31 +02:00 |
|
MartyIX
|
656cbfc40c
|
DibiFluent: add leftJoin and on to phpdoc.
|
2015-01-13 06:02:58 +01:00 |
|
David Grudl
|
60893a1c11
|
removed some old and deprecated stuff
|
2014-06-02 16:35:19 +02:00 |
|
David Grudl
|
2769f1ae0a
|
typos
|
2014-02-04 03:09:31 +01:00 |
|
daliborcaja
|
f348828223
|
DibiFluent::execute(dibi::AFFECTED_ROWS) returns number of affected rows
|
2013-10-17 01:20:42 +02:00 |
|
David Grudl
|
e87c112d71
|
typos & whitespace
|
2013-07-13 20:23:13 +02:00 |
|
David Grudl
|
b4de8daed3
|
fixed invalid escaping sequences in double quoted strings, used \z instead of $
|
2012-12-04 14:15:31 +01:00 |
|
David Grudl
|
c2c63615fd
|
DibiFluent: added setupResult()
|
2012-01-21 16:58:56 +01:00 |
|
David Grudl
|
3f2e383b47
|
__toString() do not throw an exception [Closes #19]
|
2012-01-21 16:58:55 +01:00 |
|
David Grudl
|
a8672bb6ff
|
DibiFluent passed as argument to DibiFluent is converted to string [Closes #44]
|
2012-01-12 00:46:49 +01:00 |
|
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
|
9c52b8ea9d
|
renamed DibiLazyStorage to DibiHashMap
|
2011-01-25 18:00:29 +01:00 |
|
David Grudl
|
e6e7babe22
|
simplified phpDoc comments
|
2010-09-14 19:09:56 +02:00 |
|
David Grudl
|
5cce595518
|
DibiConnection::sql() renamed to verb translate()
|
2010-08-04 12:10:29 +02:00 |
|
David Grudl
|
0d7b9c32c9
|
updated phpDoc
|
2010-08-03 23:27:53 +02:00 |
|
David Grudl
|
9a4f1e6e36
|
DibiFluent: allowed multiple ->from('table')
|
2010-08-03 21:54:01 +02:00 |
|
David Grudl
|
9d27c7cc4e
|
DibiFluent: speed optimizations
|
2010-08-03 08:19:57 +02:00 |
|
David Grudl
|
bcee7bba91
|
DibiFluent::__class() small refactoring
|
2010-08-03 08:19:57 +02:00 |
|
David Grudl
|
8c99f0c04d
|
Driver's reflection capabilities moved to IDibiReflector
|
2010-05-26 16:26:21 +02:00 |
|
David Grudl
|
286cd7bacd
|
DibiFluent: implemented clause auto-switch for 'JOIN', 'INNER JOIN', 'LEFT JOIN'
|
2010-05-19 16:38:51 +02:00 |
|
David Grudl
|
26384626ba
|
ArrayObject -> Traversable & iterator_to_array
|
2010-04-26 20:43:04 +02:00 |
|
David Grudl
|
f048cc4086
|
added @method phpDoc
|
2010-04-23 14:55:29 +02:00 |
|
David Grudl
|
90d61002fb
|
added @property phpDoc
|
2010-04-22 12:12:11 +02:00 |
|
David Grudl
|
0b9562497f
|
typos
|
2010-02-24 07:50:50 +01:00 |
|
David Grudl
|
55cd98e9c1
|
DibiFluent: fixed support for cloning
|
2010-01-26 19:55:00 +01:00 |
|
David Grudl
|
e232bf470c
|
DibiFluent: clause() argument can be in upper-case
|
2010-01-24 18:58:05 +01:00 |
|
David Grudl
|
65965b0943
|
DibiFluent: added support for cloning
|
2010-01-24 18:57:04 +01:00 |
|
David Grudl
|
b8600ee704
|
added DibiFluent::REMOVE const
|
2010-01-23 06:28:23 +01:00 |
|
David Grudl
|
fa0b146f67
|
DibiTranslator: empty arrays DO NOT generate NULL (BC break!) & added array modifier %in
|
2010-01-23 05:25:17 +01:00 |
|
David Grudl
|
76c02a65da
|
DibiFluent: added removeClause()
|
2010-01-23 04:43:36 +01: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
|
e52cee8cbc
|
- DibiConnection: insert() and update() accepts ArrayObject
|
2009-06-19 11:28:42 +00:00 |
|
David Grudl
|
2f86997ca7
|
- affectedRows(), insertId(), rowCount() are aliases for getAffectedRows(), getInsertId(), getRowCount()
|
2009-02-26 20:02:14 +00:00 |
|
David Grudl
|
14b731e002
|
- added DibiDataSource::fetch(), fetchAll(), fetchSingle(), fetchPairs() & fetchAssoc()
|
2009-02-23 03:55:47 +00:00 |
|
David Grudl
|
46d79fc305
|
- DibiConnection & DibiTranslator refactoring
- DibiException accepts SQL parameter
- undeprecated IDataSource
|
2009-02-05 21:08:00 +00:00 |
|
David Grudl
|
32ed383326
|
- query returns DibiResult or number of affected rows now
|
2009-02-05 02:13:15 +00:00 |
|
David Grudl
|
bf6dc1cbd1
|
- DibiFluent implements Countable, IteratorAggregate
- DibiDataSource is deprecated
- DibiTranslator - fixed DateTime class support
|
2009-02-05 01:26:08 +00:00 |
|
David Grudl
|
a5a1da19a7
|
- DibiPostgreDriver: schema is case-sensitive
- DibiTranslator: %n modifier can construct [table] AS t statements
|
2009-02-02 17:50:02 +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
|
e5a1877ed9
|
- year 2008 -> 2009
|
2008-12-31 00:13:40 +00:00 |
|
David Grudl
|
4b7b7de87a
|
- DibiFluent - added support for nested selects
- DibiFluent::__toString() returns NOT highlighted SQL
|
2008-11-22 14:31:38 +00:00 |
|