1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-24 14:42:59 +02:00

Commit Graph

  • b00e556289 Connection::transtaction() call can be nested Miloslav Hůla 2021-04-04 22:35:32 +02:00
  • 877dffd460 tests: use test() helper Miloslav Hůla 2021-04-04 22:31:40 +02:00
  • 7049949b14 Connection::transaction(): pass self as a callback argument Miloslav Hůla 2021-04-04 21:57:34 +02:00
  • 771e846a62 tests: Sqlite3 driver fix Miloslav Hůla 2021-04-04 22:30:22 +02:00
  • 4e056c52dd updated appveyor.yml David Grudl 2021-03-10 16:45:54 +01:00
  • fc5e7db484 SqlsrvDriver: workaround for "Driver's SQLSetConnectAttr failed on ODBC <=13" bug v4.0 David Grudl 2021-03-10 16:39:19 +01:00
  • 49f2bf867f SqlsrvDriver: workaround for "Driver's SQLSetConnectAttr failed on ODBC <=13" bug v4.1 David Grudl 2021-03-10 16:39:19 +01:00
  • 40ad77cf5f SqlsrvDriver: workaround for "Driver's SQLSetConnectAttr failed on ODBC <=13" bug David Grudl 2021-03-10 16:39:19 +01:00
  • d09b462eef Released version 4.2.1 v4.2.1 David Grudl 2021-03-01 15:17:15 +01:00
  • 4c796a0e0f readme: added support me David Grudl 2021-02-05 21:38:56 +01:00
  • 304af5185d PostgreSQL driver: escaping of save point name (#383) Jan Kuchař 2020-12-31 18:50:28 +01:00
  • e046935137 Strict: refactoring David Grudl 2020-12-30 12:43:46 +01:00
  • 1a77048225 PostgreReflector: removed version check (#381) Jan Kuchař 2020-12-23 10:31:03 +01:00
  • ca74488636 Released version 4.2.0 v4.2.0 David Grudl 2020-11-25 21:02:22 +01:00
  • 07f994a0b5 added Connection::transaction() David Grudl 2020-11-25 20:51:57 +01:00
  • 5fa5acb724 Connection: added option [result][formatTimeInterval] that sets time-interval column decoding David Grudl 2020-10-08 18:21:42 +02:00
  • 98563d8165 Connection: added option [result][normalize] [Closes #367] David Grudl 2020-10-08 17:56:27 +02:00
  • c464960239 Connection, Result: added format 'native' David Grudl 2020-10-08 18:02:34 +02:00
  • a9e90d0b22 Connection, Results: refactorings, added Result::setFormats() David Grudl 2020-10-08 17:12:21 +02:00
  • decb30de1e Connection::translateArg() removed (BC break) David Grudl 2018-05-07 22:38:13 +02:00
  • f4e71e8855 requires PHP 7.2 David Grudl 2020-10-08 17:29:20 +02:00
  • 39f59e0f08 opened 4.2-dev David Grudl 2020-10-08 17:14:40 +02:00
  • 0d2f643795 strict comparison v4.1.5 David Grudl 2020-11-02 14:54:20 +01:00
  • 70d4246866 Tracy\Panel: table is sortable David Grudl 2020-10-14 22:22:20 +02:00
  • 34a1665915 coding style David Grudl 2020-10-28 16:38:16 +01:00
  • b27db4a9aa updated gitattributes David Grudl 2020-10-29 01:58:53 +01:00
  • 212dd1ae55 updated phpstan David Grudl 2020-10-29 01:37:39 +01:00
  • b9683f8a3c updated nette/coding-standard David Grudl 2020-10-25 17:25:28 +01:00
  • 177a800bff PdoDriver: changes error mode do ERRMODE_SILENT (for PHP 8.0) David Grudl 2020-10-15 16:39:30 +02:00
  • fa6a1203a9 fixed compatibility with PHP 8 [Closes #379] David Grudl 2020-10-15 16:50:37 +02:00
  • 3f7171c7a4 tested on PHP 8.0 David Grudl 2020-10-15 16:31:14 +02:00
  • e4b6e769ee Dibi\Helpers::getSuggestion(): item may be an int, type cast fix (#378) David Grudl 2020-10-14 11:58:54 +02:00
  • 24d0b069d8 Helpers::getSuggestion(): support for reflection objects moved to Strict David Grudl 2020-10-14 11:52:00 +02:00
  • 34bc742245 refactoring v4.1.4 David Grudl 2020-10-08 16:40:42 +02:00
  • f5fa2255ff FileLogger: fixed object to string conversion with custom driver (#376) (#376) Miloslav Hůla 2020-10-08 14:19:22 +02:00
  • 7b02296f3e Tracy\Panel: fixed object to string converion error with custom driver (#373) Miloslav Hůla 2020-09-15 16:32:07 +02:00
  • df4cddac1f Tracy\Panel: supports multiple connections [Closes #365] David Grudl 2020-10-08 15:46:18 +02:00
  • cc37121390 Postgre driver - add connect_type config parameter (#370) groupnet 2020-10-08 15:34:38 +02:00
  • a95b409231 MySqliDriver: fixed DateInterval encoding (#371) LHavlicek 2020-10-08 14:29:15 +02:00
  • 3b057c2e35 MySqliDriver: added support for ping (#372) Jakub Bouček 2020-10-08 14:27:31 +02:00
  • f444b5d993 typo David Grudl 2020-10-07 03:18:17 +02:00
  • 6e41c4223b tests: test() with description David Grudl 2020-08-16 16:10:27 +02:00
  • 0ee4628712 SqlsrvDriver: improved escapeBinary [Closes #287] David Grudl 2020-05-18 13:07:50 +02:00
  • ab3677203c added funding.yml David Grudl 2020-05-12 00:44:53 +02:00
  • dbbf0ca673 Revert "PhpStan fixes (#363)" revert-363-phpstan David Grudl 2020-05-07 21:42:36 +02:00
  • 1bdf6e93d0 PhpStan fixes (#363) Jan Barášek 2020-05-07 21:30:57 +02:00
  • ed2a827419 Released version 4.1.3 v4.1.3 David Grudl 2020-03-26 03:36:28 +01:00
  • e46be6cee6 SqliteResult: workaround for PHP bug 79414 David Grudl 2020-03-26 03:37:27 +01:00
  • 0f69d5d32c Result: does not drop the value if detection fails David Grudl 2020-03-26 03:06:22 +01:00
  • d571460a6f Released version 3.2.4 v3.2.4 v3.2 David Grudl 2020-03-26 04:05:01 +01:00
  • dc3e1cda19 SqliteResult: workaround for PHP bug 79414 David Grudl 2020-03-26 04:02:26 +01:00
  • 21039ff379 Result: does not drop the value if detection fails David Grudl 2020-03-26 03:06:22 +01:00
  • 22b15d9859 travis: fixed databases David Grudl 2019-09-30 10:55:50 +02:00
  • 44b420f70d Released version 4.0.3 v4.0.3 David Grudl 2020-03-26 03:50:13 +01:00
  • 4689101b88 SqliteResult: workaround for PHP bug 79414 David Grudl 2020-03-26 03:37:27 +01:00
  • db16b9e87a Result: does not drop the value if detection fails David Grudl 2020-03-26 03:06:22 +01:00
  • 803c9d539c MySqliDriver: coalesced password to an empty string (#360) Adam Klvač 2020-03-26 03:21:59 +01:00
  • e137dfa28b Result::fetchAssoc() DateTime in key is converted to string [Closes #359] David Grudl 2020-03-03 17:18:37 +01:00
  • 9651835f5b tests: added reconnect test (#352) Milan Pála 2020-02-14 12:40:54 +01:00
  • 2cbebc02c4 Connection: translator is created/destructed in connect/disconnect [Closes #352][Closes #354] David Grudl 2020-02-14 12:39:17 +01:00
  • 4d647c2aed travis: fixed databases David Grudl 2019-09-30 10:55:50 +02:00
  • 5c5838aee4 travis: added PHP 7.4 David Grudl 2019-11-19 01:45:30 +01:00
  • 7df72fd6cf fixes for PHP 7.4 David Grudl 2019-11-19 01:49:06 +01:00
  • e826e3a719 MySqliDriver: coalesced password to an empty string (#360) Adam Klvač 2020-03-26 03:21:59 +01:00
  • 6eac117f5f Result::fetchAssoc() DateTime in key is converted to string [Closes #359] David Grudl 2020-03-03 17:18:37 +01:00
  • 2a2c814b0a readme.md: updated David Grudl 2020-03-03 16:49:55 +01:00
  • dfab3d711c added DummyDriver David Grudl 2020-03-03 16:19:46 +01:00
  • 34e16031f7 added phpstan.neon David Grudl 2020-02-23 18:57:56 +01:00
  • 73160e9418 travis: uses PHP 7.4 for coding checks David Grudl 2020-02-23 19:02:02 +01:00
  • f18056a066 Released version 4.1.2 v4.1.2 David Grudl 2020-02-23 18:32:37 +01:00
  • 0bd222b3f1 tests: added reconnect test (#352) Milan Pála 2020-02-14 12:40:54 +01:00
  • 9f71f39470 Connection: translator is created/destructed in connect/disconnect [Closes #352][Closes #354] David Grudl 2020-02-14 12:39:17 +01:00
  • 0b0d805040 FileLogger: refactoring (#351) Enrico Dias 2020-02-09 13:12:55 -03:00
  • 8c761eac5c FileLogger: Add option to log errors only (#351) Enrico Dias 2020-02-09 13:12:55 -03:00
  • 2f857c28d6 PostgreDriver: fixed persistent connections (#348) groupnet 2020-01-24 13:41:57 +01:00
  • efe1cbdc20 cs David Grudl 2020-01-12 13:46:23 +01:00
  • 21dad1d846 composer: license clarification David Grudl 2020-01-07 11:53:19 +01:00
  • 7d55fd03b0 composer: added PHPStan David Grudl 2019-12-10 17:08:07 +01:00
  • 294787a26e Add support for escapeLike without % on any side (#346) (BC break) Ashus 2019-11-25 13:53:33 +01:00
  • 9d4bef53d3 travis: added PHP 7.4 v4.1.1 David Grudl 2019-11-19 01:45:30 +01:00
  • 1db63d81e9 fixes for PHP 7.4 David Grudl 2019-11-19 01:49:06 +01:00
  • c7dee4d822 SqlsrvResult: fixed illegal false return value from sqlsrv_fetch_array() (#344) Adam Klvač 2019-11-19 01:30:34 +01:00
  • f2927a1b08 OracleResult: LONG type is textual [Closes #342] (#343) Miloslav Hůla 2019-11-06 16:43:33 +01:00
  • b5a66fdb26 typo David Grudl 2019-10-22 19:39:16 +02:00
  • c38f6991b0 Released version 4.1.0 v4.1.0 David Grudl 2019-10-22 19:15:21 +02:00
  • faab306418 Translator: trims spaces from SQL [Closes #326] David Grudl 2019-10-22 19:26:24 +02:00
  • 74ba6cfd34 Use null coalescing operator (#340) Josef Drábek 2019-10-17 22:12:54 +02:00
  • f46b7f4d79 travis: fixed databases David Grudl 2019-09-30 10:55:50 +02:00
  • c1640c5e7b getInsertId() is be able to return negative ID's [Closes #336] David Grudl 2019-09-18 10:33:06 +02:00
  • a2afac80f2 Connection: added option [result][formatJson] that sets json column decoding (text|object|array) (#335) Pavel Janda 2019-09-09 19:48:01 +02:00
  • 0535d57e6b implemented MySqliDriver::escapeDateInterval() David Grudl 2019-08-30 18:50:55 +02:00
  • 369768a62a added Driver::escapeDateInterval() (BC break) (#334) Jan Pecha 2019-08-30 18:25:15 +02:00
  • 78d6603bb0 Driver::escapeDate() & escapeDateTime() accepts only DateTimeInterface (BC break) David Grudl 2019-08-30 18:05:38 +02:00
  • 7f22279333 SqlsrvDriver: Correct escaping of special characters (N prefix) (#332) Tomáš Kuthan 2019-07-12 14:33:38 +02:00
  • e66cb84cb5 removed deprecated stuff David Grudl 2019-08-30 18:13:42 +02:00
  • 5ab8afc704 opened 4.1-dev David Grudl 2019-07-12 14:31:28 +02:00
  • 219882a962 readme: some minor corrections (#331) magikstm 2019-05-29 07:44:50 -04:00
  • 7e127f5914 Documentation: Added %N identifier (#330) Jiří Zralý 2019-04-16 21:50:55 +02:00
  • 79f841ec90 Released version 4.0.2 v4.0.2 David Grudl 2019-03-11 21:37:53 +01:00
  • 69eaa71fde Dibi\Fluent: add annotation for methods or() (#328) pepa-linha 2019-02-11 12:37:24 +01:00