David Grudl
697ffcd44a
released 2.0.5
...
This release marks the end of life of 2.0 series.
v2.0.5
2015-01-13 05:52:56 +01:00
Pavel Zelezny
4535bc5458
Oracle use double quotes for escaping
2015-01-13 05:51:44 +01:00
Rossler Jan
bf36cf96ee
PostgreSQL: fixed identifier escaping in reflection.
2015-01-13 05:51:43 +01:00
David Grudl
1912a15831
released 2.0.4
v2.0.4
2014-05-13 17:21:43 +02:00
David Grudl
d4429546e2
DibiRow: null time checking consistent with DibiResult
...
Conflicts:
dibi/libs/DibiRow.php
2014-05-13 17:21:43 +02:00
Miloslav Hůla
a007ea95f9
DibiResult: fixed normalization of time when begins by 00:
2014-05-13 17:21:42 +02:00
David Grudl
247f38bb6b
bridges: changed file structure
2014-05-13 16:26:13 +02:00
Caspern
ed95fc2ddf
.gitattributes: ignoring some paths when downloading from github
2014-05-13 16:26:12 +02:00
Ondrej Brablc
2dcf08a90c
Avoid error handler invocation
2014-05-13 16:26:12 +02:00
Ciki
204cb75bf0
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-05-13 16:26:11 +02:00
David Grudl
8112fe10d0
typos & whitespace
2014-05-13 16:26:11 +02:00
David Grudl
6f99db544f
released 2.0.3
v2.0.3
2013-04-03 14:40:16 +02:00
David Grudl
c399d79ab8
DibiResult: fixed detection of "123.000" as float [ Closes #67 ]
2013-04-03 14:40:15 +02:00
David Grudl
67f8468a38
added .gitignore
2013-04-03 14:31:50 +02:00
David Grudl
72944ae012
composer: renamed to dibi/dibi
2013-04-03 14:30:29 +02:00
David Grudl
4843882e61
MySQLI: mysqli_affected_rows() returns -1 on error [ Closes #80 ]
2013-04-03 14:29:46 +02:00
Filip Procházka
669ce73096
PdoDriver: fix notice undefined index native_type
2013-04-03 14:29:25 +02:00
David Grudl
6e4a6474cd
dibi::$sql is always set
2013-04-03 14:28:15 +02:00
David Grudl
2dc30747e5
released 2.0.2
v2.0.2
2012-12-04 14:43:02 +01:00
David Grudl
23531a0f3d
reflectors: table names are correctly escaped
2012-12-04 14:42:12 +01:00
David Grudl
22c6f2dfda
DibiTranslator: number of decimal points changed to 10
2012-12-04 14:42:08 +01:00
David Grudl
f51ac0b67e
fixed invalid escaping sequences in double quoted strings, used \z instead of $
2012-12-04 14:42:08 +01:00
David Grudl
43f5e08296
DibiConnection: fixed loadFromFile() and loading file without semicolon [ Closes #63 ]
2012-12-04 14:42:08 +01:00
David Grudl
997f5a98f8
released 2.0.1 stable
v2.0.1
2012-03-30 22:45:37 +02:00
Jan Marek
e4b3cfb12c
added composer.json
2012-03-30 22:44:38 +02:00
David Grudl
26082294b6
DibiTranslator: number of decimal points changed to 20
2012-03-30 22:44:38 +02:00
Miloslav Hůla
b3052b4ce2
DibiFirePhpLogger: Fix undefined property access
2012-03-30 22:44:38 +02:00
David Grudl
efa3a48232
numOfQueries and totalTime moved to profilers
2012-03-30 22:44:38 +02:00
Ondrej Nespor
24511a1d96
Fixed NettePanel output for multiple connections
2012-03-30 22:44:38 +02:00
Miloslav Hůla
a20ba29b13
typos
2012-03-30 22:44:38 +02:00
Miloslav Hůla
a606be0efa
Fix DibiMsSql2005Driver::getResultColumns()
2012-03-30 22:44:38 +02:00
David Grudl
7c47f57e30
released 2.0 stable
v2.0.0
2012-02-03 13:48:14 +01:00
David Grudl
0327573085
updated Nette Debugger
2012-02-03 13:48:14 +01:00
David Grudl
cf2e08c20f
DibiNettePanel: fixed doubled alias
2012-02-01 21:50:35 +01:00
David Grudl
9b7a80e894
DibiConnection ensures class dibi is loaded
2012-02-01 19:18:24 +01:00
Miloslav Hůla
2ae6535899
Consider value of %n array as identifier
2012-02-01 19:18:23 +01:00
Miloslav Hůla
0b2cb3c6e4
Detection of PostgreSQL array types
2012-01-21 16:58:57 +01:00
David Grudl
0723e8ffc8
typos
2012-01-21 16:58:57 +01:00
David Grudl
5b68657842
DibiResult: row-class can be disabled and fetch() returns array
2012-01-21 16:58:57 +01:00
David Grudl
3cde2c7815
DibiTranslator: supported key%~like~ modifier in array keys
2012-01-21 16:58:57 +01:00
David Grudl
5aed9e7e4f
MSSQL2005: used native functions for transaction
2012-01-21 16:58:56 +01:00
David Grudl
c2c63615fd
DibiFluent: added setupResult()
2012-01-21 16:58:56 +01:00
David Grudl
e4ed284e77
DibiConnection: added config option "result|formatDate"
2012-01-21 16:58:56 +01:00
David Grudl
0f21b6ca5b
DibiEvent: (SELECT ...) UNION (SELECT ...) is classified as SELECT [ Closes #35 ]
2012-01-21 16:58:56 +01:00
David Grudl
b87d3cab81
DibiConnection::test() shows complete error message
2012-01-21 16:58:55 +01:00
David Grudl
3f2e383b47
__toString() do not throw an exception [ Closes #19 ]
2012-01-21 16:58:55 +01:00
David Grudl
bf49cec002
DibiNettePanel: Oracle explains using EXPLAIN PLAN
2012-01-21 16:58:55 +01:00
David Grudl
70fd2368aa
DibiNettePanel: explain SQL command can be altered
2012-01-21 16:57:33 +01:00
David Grudl
5d41128752
calling getResultResource() disables auto-free in __destruct()
2012-01-19 04:23:00 +01:00
David Grudl
5efb11d780
DibiMysqlDriver & DibiPostgreSql: escape() checks if resource is alive [ Closes #46 ]
2012-01-19 04:21:09 +01:00