David Grudl
17df4d17fb
Released version 2.2.5
...
This release marks the end of life of 2.2 series.
2015-10-26 19:33:34 +01:00
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
David Grudl
e4acc4a2c8
DibiTranslator: removed die()
2015-10-26 16:45:21 +01:00
David Grudl
0a2d12c47a
Released version 2.2.4
...
This release marks the end of life of 2.2 series.
2015-10-22 02:50:29 +02:00
David Grudl
19748f7c5b
Result: improved normalization of int
2015-10-13 15:16:56 +02:00
David Grudl
ee5f1dd293
Result: fixed normalization of float when ends with "0" [ Closes #189 ]
2015-10-13 15:16:54 +02: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
ac0ab9041b
DibiObject: fixed compatibility with PHP 7
2015-10-09 12:01:03 +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
David Grudl
a57f3dfc83
Released version 2.2.3
2015-01-13 06:07:08 +01:00
MartyIX
656cbfc40c
DibiFluent: add leftJoin
and on
to phpdoc.
2015-01-13 06:02:58 +01:00
Petr BAGR Smrkovský
e778096641
DibiResult: float detection locale fix [ Closes #154 ]
2015-01-13 06:01:54 +01:00
Rossler Jan
5993ea8aaf
DibiDateTime: Restored php 5.2 support.
2014-07-15 12:39:51 +02:00
David Grudl
a118c2cf96
Released version 2.2.2
2014-06-30 17:08:04 +02:00
David Grudl
c9944b3886
Partially reverts "DibiTranslator: object is initialized in constructor", fixes lazy connection [ Closes #138 ]
...
This reverts commit 0071b80938
.
2014-06-24 21:40:54 +02:00
David Grudl
c32251357d
fixed bug 'interface IBarPanel not found' [ Closes #137 ]
2014-06-11 16:16:32 +02:00
David Grudl
c23d9c2866
Released version 2.2.0
2014-06-02 16:35:20 +02:00
David Grudl
60893a1c11
removed some old and deprecated stuff
2014-06-02 16:35:19 +02:00
David Grudl
abd3e2116c
added bridge for Nette 2.2 & Tracy
2014-06-02 16:03:03 +02:00
David Grudl
1ebb2deb83
file dibi.php split to Dibi class and loader dibi.php
2014-06-02 16:03:02 +02:00
David Grudl
b14a4efbbb
typos
2014-05-13 17:44:07 +02:00
Patrik Votocek
176b1a8895
Add support for DateTimeInterface
2014-03-24 19:03:31 +01:00
David Grudl
0071b80938
DibiTranslator: object is initialized in constructor
2014-03-24 19:03:31 +01:00
Ciki
7cee7997e2
fix casting to float
...
Now, when sql returns float from (0,1) interval, e.g. '.842' - the decimal part is missing & it won't get cast to float.
This is fix for that situation
2014-02-11 17:04:19 +01:00
David Grudl
738c0c91ed
DibiConnection::loadFile() supports DELIMITER [ Closes #119 ]
2014-02-04 03:09:31 +01:00
David Grudl
2769f1ae0a
typos
2014-02-04 03:09:31 +01:00
David Grudl
791d001bfd
DibiDateTime: fixed buggy constructor
2013-12-19 04:21:45 +01:00
David Grudl
367b115ad2
DibiRow: null time checking consistent with DibiResult
2013-12-12 18:14:18 +01:00
Etienne CHAMPETIER
7318658017
Use DateTime instead of date()
...
On 32bits systems, date() is affected bug the 2038 bug
DateTime always uses 64bits representation [Closes #110 ]
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net >
2013-12-12 18:14:17 +01:00
David Grudl
ddf7b74bf0
DibiDateTime: works with UNIX timestamps bigger than 32bits
2013-12-12 18:14:17 +01:00
Rossler Jan
30b5290c9d
DibiDateTime: fixed unknown timezone error when serialized date includes the timezone (i. e. 'Y-m-d H:i:sP') [ Closes #107 ]
2013-12-12 06:18:12 +01:00
Jan Tvrdik
530e7d30c9
typo
2013-10-24 21:15:48 +02:00
Rossler Jan
1b38d13422
DibiResult: fixed illegal offset type in fetchPairs.
2013-10-17 01:20:43 +02:00
daliborcaja
f348828223
DibiFluent::execute(dibi::AFFECTED_ROWS) returns number of affected rows
2013-10-17 01:20:42 +02:00
Miloslav Hůla
cf942c68ce
DibiResult: fixed normalization of time when begins by 00:
2013-07-15 15:22:04 +02:00
David Grudl
e87c112d71
typos & whitespace
2013-07-13 20:23:13 +02:00
David Grudl
1382a1021f
all file names correspond with class name
2013-06-22 18:29:35 +02:00
David Grudl
d01ede6aee
DibiDatabaseInfo: updated patterns in detectType() [ Closes #95 ]
2013-06-22 16:39:54 +02:00
David Grudl
2c9cbe9b0c
DibiResult: fixed detection of "123.000" as float [ Closes #67 ]
2013-04-03 14:38:12 +02:00
Teyras
388067cb5d
DibiResult: added setRowFactory() [ Closes #26 ]
2013-04-02 00:51:57 +02:00
David Grudl
8cda1401ff
Merge pull request #70 from DragonJake/cli-enhancements
...
DibiResult::dump() a obarvování v CLI módu
2012-12-04 05:50:44 -08:00
David Grudl
865e44c30f
DibiTranslator: number of decimal points changed to 10
2012-12-04 14:22:50 +01:00
David Grudl
c385888f9a
dibi::$sql is always set
2012-12-04 14:15:31 +01:00
David Grudl
b4de8daed3
fixed invalid escaping sequences in double quoted strings, used \z instead of $
2012-12-04 14:15:31 +01:00
Jakub Krčma
6ced2d3af2
DibiResult: added simple dump in CLI mode
2012-10-03 23:06:54 +02:00
David Grudl
dfda0b4d96
DibiConnection: fixed loadFromFile() and loading file without semicolon [ Closes #63 ]
2012-04-05 20:08:51 +02:00