David Grudl
e4e767048f
fixed example
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
47f8a6f88d
bridges: changed file structure
2014-05-13 17:45:47 +02:00
Rossler Jan
fee5c294d8
PostgreSQL: added support for reflection of materialized views.
2014-05-13 17:45:46 +02:00
David Grudl
b14a4efbbb
typos
2014-05-13 17:44:07 +02:00
David Grudl
6949f37a7a
removed magic_quotes_runtime checking
2014-05-13 17:44:06 +02:00
David Grudl
e99ce9d053
updated test support files
2014-05-13 02:59:34 +02:00
Emmanuel еΜanwʬĔbdƎv
d4c72bbd4d
readme.md: typos
2014-05-13 02:42:36 +02:00
Caspern
c802f9343a
.gitattributes: ignoring some paths when downloading from github
2014-05-13 02:34:35 +02:00
David Grudl
771bdbe124
fixed test support files
2014-03-24 19:18:11 +01:00
David Grudl
1a4fca41a7
composer: added branch alias & PHP version
2014-03-24 19:08:18 +01: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
David Grudl
4f64bd726b
Merge pull request #129 from erikfercak/add_apostrophes_to_dates
...
Add aposthrophes back to dates
2014-02-22 04:08:22 +01:00
Erik Fercak
7fc3d76072
Add aposthrophes back to dates
...
Commit 7318658017 removed apostrophes from dates and that caused
dibi to build different queries. Compare:
...WHERE `date_created` < '2014-02-21';
vs.
...WHERE `date_created` < 2014-02-21;
2014-02-21 14:08:07 +01:00
David Grudl
a6cc588d91
Merge pull request #128 from brablc/master
...
Avoid error handler invocation
2014-02-20 19:38:54 +01:00
Ondrej Brablc
6666d71e5b
Avoid error handler invocation
2014-02-20 18:47:35 +01:00
David Grudl
5082282e35
Merge pull request #127 from Ciki/patch-1
...
fix casting to float
2014-02-11 17:34:17 +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
bf8fb69b9a
Merge pull request #118 from emanwebdev/patch-1
...
Fix minor typos
2013-12-27 02:53:48 -08:00
Emmanuel еΜanwʬĔbdƎv
3780a42971
Fix minor typos
2013-12-27 11:33:16 +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
David Grudl
a36678d3db
Merge pull request #114 from JanTvrdik/master_array_typo
...
typo (array of foo -> foo[]) – master
2013-11-05 12:10:20 -08:00
Jan Tvrdik
530e7d30c9
typo
2013-10-24 21:15:48 +02:00
David Grudl
3b1e9e2632
typos
2013-10-17 01:20:44 +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
Jiří Pudil
5599dde525
Implemented getForeignKeys() in DibiMySqlReflector
2013-10-17 01:20:42 +02:00
Jan Tvrdik
32518eca54
composer.json: fix compatibility with dg/dibi requirements
2013-10-11 13:05:30 +02:00
David Grudl
a47395d16a
Merge pull request #106 from enumag/patch-1
...
Fixed usage of deprecated parameter
2013-08-29 01:28:25 -07:00
Jáchym Toušek
a1f7413c9f
Fixed usage of deprecated parameter
2013-08-29 03:02:11 +02:00
David Grudl
1728437f5d
Merge pull request #101 from milo/fix-normalize-time
...
DibiResult: fixed normalization of time when begins by 00:
2013-08-11 11:59:28 -07: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
9e23730cb0
added examples to readme.md
2013-07-01 12:38:29 +02:00
David Grudl
a388767848
added .travis.yml & other files
2013-06-23 03:36:01 +02:00
David Grudl
bc59eb6a14
updated examples, SQlite3 is used instead of SQLite2
2013-06-23 02:34:15 +02:00
David Grudl
44aba8a986
opened 2.2-dev
2013-06-23 02:34:14 +02:00
David Grudl
dc4fe8b398
Released version 2.1.0
v2.1.0
2013-06-23 02:34:14 +02:00
David Grudl
de7bf09eca
improved readme & license
2013-06-23 02:34:14 +02:00
David Grudl
aac5ae9932
typos
2013-06-23 02:34:13 +02:00
David Grudl
d055eefb9a
Revert "updated Nette\Debugger"
...
This reverts commit c08918e0342d1e1411c739c1bd124126f25fb5f4.
2013-06-23 02:12:51 +02:00
David Grudl
93d996ef6d
DibiNettePanel is compatible with Nette Framework 2.1 [ Closes #97 ]
2013-06-23 01:56:08 +02:00
David Grudl
e5b2ca46d8
added extension for Nette Framework 2.1 (and examples) [ Closes #93 ]
2013-06-23 01:56:07 +02:00