1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-22 18:02:25 +01:00

1080 Commits

Author SHA1 Message Date
David Grudl
47179d5632 Sqlite3Driver: for SQLite 3 is not needed to strip [] from column names 2018-04-19 13:03:37 +02:00
David Grudl
cb067a6bec Sqlite3Driver: removed support for charset conversion (BC break!) 2018-04-19 13:03:37 +02:00
David Grudl
045e45a8c6 refactoring 2018-04-19 13:03:35 +02:00
David Grudl
5a2332899b type fixes 2018-04-17 15:23:51 +02:00
David Grudl
ab7683a3d2 Result: fetch refactoring 2018-04-17 15:23:51 +02:00
David Grudl
a6c53c7462 examples: dibi:: replaced with $dibi-> 2018-04-17 15:23:51 +02:00
Jan Endel
3ccd802814 add interface IConnection (#274) 2018-04-17 10:00:27 +02:00
Jan Dvořák
b1420cee0b Fluent: Remove return type for fetch method (#280) 2018-04-17 09:57:10 +02:00
David Grudl
3050aebb48 typo 2018-04-09 16:31:40 +02:00
David Grudl
cf0129a194 Translator: improved Expression usage 2018-04-06 02:56:22 +02:00
David Grudl
ccc035c8fb removed dibi::$defaultDriver (BC break) 2018-04-06 02:28:26 +02:00
David Grudl
2d523f6034 dibi: monostate implemented via __callStatic 2018-04-06 02:22:31 +02:00
David Grudl
6575630cad added Connection::expression() 2018-04-06 01:20:32 +02:00
David Grudl
6deb7f7d08 PdoDriver: improved detection of query result [Closes #279] 2018-03-28 18:03:39 +02:00
David Grudl
bc5e4e378c appveyor: improved 2018-03-23 17:53:13 +01:00
David Grudl
05999b4dde readme.md: better requirements info 2018-03-23 15:20:34 +01:00
David Grudl
e8638239e9 appveyor: use x64 PHP 2018-03-23 15:15:22 +01:00
David Grudl
5ad6cc1171 DateTime::modifyClone() is deprecated (BC break) 2018-03-23 13:45:39 +01:00
David Grudl
2dec5618a6 DateTime: added immutable usage detector™ 2018-03-23 13:45:39 +01:00
David Grudl
c386357850 DateTime extends DateTimeImmutable instead of DateTime (BC break) 2018-03-23 13:45:39 +01:00
David Grudl
8f47def4a2 DateTime: removed setTimestamp() and getTimestamp(), big int are supported in x64 PHP versions 2018-03-23 13:45:39 +01:00
David Grudl
0a19ccbf80 added JSON support [Closes #269] 2018-03-23 13:45:39 +01:00
David Grudl
7481c38759 reflection: removed Column::isUnsigned() (BC break) 2018-03-23 12:09:34 +01:00
David Grudl
714272bbbf examples: added notice when vendor/autoload.php not found 2018-03-23 11:58:09 +01:00
David Grudl
3616130959 added typehints 2018-03-21 16:36:47 +01:00
David Grudl
837b97b582 phpDoc: added $var name to @param 2018-03-21 13:38:58 +01:00
David Grudl
121234aa9a removed loader.php 2018-03-09 15:22:39 +01:00
David Grudl
a1ef432ae5 readme.md: static -> object 2018-03-09 15:01:30 +01:00
David Grudl
9b12106437 type fixes 2018-03-09 13:18:32 +01:00
David Grudl
3c7985bd22 appveyor: PHP is downloaded using cURL
"03/mar/2018: We've upgraded the server bandwidth. This is however still not sufficient to handle all empty user agent connections. Please update the user agent in your scripts accordingly or contact us so we can discuss it."
2018-03-08 13:52:34 +01:00
Korney Czukowski
432d0a8f7c Previous exception can now be passed to Dibi\Exception constructor (#275) 2018-02-16 14:11:59 +01:00
jahudka
3f020be15b Firebird: fix datetime precision (#277) (#273) 2018-02-16 10:47:00 +01:00
David Grudl
bff1e6310f loader: fixed missing class 'dibi.php' 2018-02-15 11:53:15 +01:00
Petr Bugyík
d2dbcfa43c drivers: changed self:: to static:: 2018-02-14 13:05:48 +01:00
David Grudl
c9c104249f coding style 2018-02-11 22:48:56 +01:00
Sean Snyder
5046929e28 PostgreDriver::getInsertId() Ensuring that an integer is returned, if postgres returned a string (#271) 2017-12-21 20:02:16 +01:00
Petr Kučera
cac571ee60 PdoDriver: Missing dblib in switch (#267)
Pull request #249 forgot about dblib in switch
2017-10-05 16:12:06 +02:00
David Grudl
49dca48c04 readme: updated 2017-09-26 16:04:35 +02:00
David Grudl
9a123f3263 coding style 2017-09-26 13:27:50 +02:00
David Grudl
e93bab27e9 Translator: Dibi\Expression should be used instead of array 2017-09-21 15:05:52 +02:00
David Grudl
499e3aea40 added Dibi\Expression [Closes #264] 2017-09-21 14:54:08 +02:00
David Grudl
832313bc73 whitespace 2017-09-21 14:17:14 +02:00
David Grudl
ecda8d0adf Translator: fixed %dt with DateTimeInterface object [Closes #263] 2017-09-21 14:03:37 +02:00
Miloslav Hůla
f29f52eb28 Fluent: fixed TypeError, query() may return Result|int 2017-09-07 21:28:29 +02:00
Miloslav Hůla
9eb0f1422c OdbcDriver, OracleDriver, SqlsrvDriver, Sqlite3Driver: query() returns ResultSet only when contains columns 2017-09-07 21:27:46 +02:00
David Grudl
b35b75d9c7 MySqliDriver: removed deprecated stuff 2017-09-07 21:27:30 +02:00
David Grudl
125db626e5 Connection, dibi: deprecated insertId() & affectedRows() 2017-09-07 21:27:30 +02:00
David Grudl
0531e82838 composer: used Tester 2 2017-09-07 21:25:28 +02:00
Miloslav Hůla
8647901d3c Tracy\Panel: fixed TypeError in renderException() 2017-09-06 18:50:10 +02:00
David Grudl
5c41282b88 coding standard: added exception for HashMap.php 2017-08-05 13:42:47 +02:00