1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-24 06:33:13 +02:00

Commit Graph

  • 4ea907a48c used attribute Deprecated master David Grudl 2024-11-23 17:59:08 +01:00
  • 3beee64a30 drivers: escape*() methods moved to Engine [WIP] David Grudl 2024-09-03 18:10:42 +02:00
  • 33da2b839e renamed driver classes David Grudl 2024-09-03 16:39:56 +02:00
  • 8c34f8df43 renamed interfaces (BC break) David Grudl 2024-09-03 18:20:04 +02:00
  • 0834c12eaf removed IConnection (BC break) David Grudl 2024-09-03 15:58:35 +02:00
  • cdeafe9b27 opened 6.0-dev David Grudl 2024-09-03 15:57:10 +02:00
  • 32b6976209 removed support for SQLServer < 2012, PostgreSQL < 9.3 v5.1.0 v5.1 David Grudl 2024-09-03 18:27:03 +02:00
  • f484630e56 readonly properties David Grudl 2024-09-03 16:33:45 +02:00
  • 611e051c02 optimized global function calls David Grudl 2025-06-19 21:10:11 +02:00
  • 7595a6d5bd composer: added psr-4 loader David Grudl 2025-06-06 01:21:14 +02:00
  • 494d7c1c21 composer: require stable packages outside of nette David Grudl 2025-06-06 01:09:51 +02:00
  • 658dbe388a support for PHP 8.5 David Grudl 2025-08-01 04:25:01 +02:00
  • c7fe0fef21 uses PHP 8.2 features David Grudl 2024-09-03 16:31:38 +02:00
  • 9151d1eb9c requires PHP 8.2 David Grudl 2024-09-03 16:25:05 +02:00
  • d76f40c2a4 opened 5.1-dev David Grudl 2024-09-03 15:57:10 +02:00
  • befde664fe tests: improved descriptions v5.0 David Grudl 2025-02-03 02:03:58 +01:00
  • e1c4cbaece exception: use natural explanatory style David Grudl 2024-12-12 06:14:30 +01:00
  • 1df20ced10 cs David Grudl 2025-01-16 07:00:55 +01:00
  • ce1ba4668b uses promoted properties David Grudl 2024-09-03 16:22:07 +02:00
  • 0f21a6ab3d removed dead code David Grudl 2024-09-03 16:35:54 +02:00
  • 78f552fe8e github actions updated David Grudl 2025-02-03 03:29:23 +01:00
  • 97053089e0 Released version 5.0.2 v5.0.2 David Grudl 2024-09-03 03:18:03 +02:00
  • 2c7b35c29d Result::normalize() Fixed normalization of "-." numbers Lukáš Kotržena 2024-01-30 14:39:37 +01:00
  • c04d2197e3 Translator: fixed numeric column formatting Marek Bartoš 2024-05-09 00:12:21 +02:00
  • d342d8d78f DibiExtension3: fixed schema Matěj Koubík 2024-01-08 18:36:50 +01:00
  • 7d8c39f42a cs David Grudl 2024-09-03 00:10:21 +02:00
  • 29b58d64dd PdoDriver: applied #332 #287 David Grudl 2024-09-03 00:09:05 +02:00
  • 0a32bb5bdf support for PHP 8.4 David Grudl 2024-06-19 00:16:56 +02:00
  • d707b4ba0e PascalCase constants David Grudl 2024-05-10 15:44:51 +02:00
  • 490cf143ba GitHub actions fixed David Grudl 2024-05-02 11:38:46 +02:00
  • 12ffa0ffd1 Tracy\Panel: fixed type error stanley89 2023-12-04 13:05:39 +01:00
  • 23f65ef837 Revert "SqliteDriver: disables exceptions (is enabled since PHP 8.3)" David Grudl 2024-09-02 23:46:54 +02:00
  • 86a71dde28 Released version 5.0.1 v5.0.1 David Grudl 2023-11-25 14:07:27 +01:00
  • bb1f7d4b93 SqliteDriver: disables exceptions (is enabled since PHP 8.3) David Grudl 2023-11-25 14:00:30 +01:00
  • 680026747e added DibiExtension3 David Grudl 2023-11-05 21:07:17 +01:00
  • 7ca47508cb PostgreReflector: detect IDENTITY columns as autoincrement Jan Rössler 2022-04-09 18:11:20 +02:00
  • beba7b3592 PostgreReflector: fix autoincrement column detection Jan Rössler 2022-04-06 20:51:35 +02:00
  • 6cc7ce8e44 used PhpStorm Language attribute David Grudl 2023-09-29 15:56:30 +02:00
  • 92b8e6077e fix: PDO::errorInfo() can return NULL as a code, but Exception does not accept NULL code Petr Hubík 2023-09-21 10:01:54 +02:00
  • e45638eab4 cs David Grudl 2023-09-26 01:46:03 +02:00
  • c8457ab58a added typehint [Closes #443] v4.2 Andrej Rypo 2023-09-28 09:23:33 +02:00
  • 8564217bc1 Fluent: execute() has conditional return type Marek Bartoš 2023-09-02 00:14:38 +02:00
  • 82c45c3076 Released version 5.0.0 v5.0.0 David Grudl 2023-08-09 16:38:02 +02:00
  • df45bd3553 added object translators (#420) Miloslav Hůla 2022-11-22 09:13:41 +01:00
  • fe22e230ce tests: remove dependency on dibi_test database name Miloslav Hůla 2022-11-22 09:16:47 +01:00
  • 8257532630 used native PHP 8 functions David Grudl 2022-11-18 04:46:00 +01:00
  • 08dfc37492 added PHP 8 typehints David Grudl 2021-12-12 17:40:23 +01:00
  • 7acef0c34b added property typehints David Grudl 2023-08-09 15:53:17 +02:00
  • b01d97ac86 removed Dibi\Strict David Grudl 2023-08-09 16:11:51 +02:00
  • 8915b0343c removed support for PHP 7 David Grudl 2021-12-12 04:09:30 +01:00
  • d1a3362321 coding style David Grudl 2021-03-01 17:55:56 +01:00
  • b6ead80202 composer: updated dependencies David Grudl 2021-03-01 16:01:23 +01:00
  • a640ac2a8f requires PHP 8.0 David Grudl 2022-09-06 04:30:49 +02:00
  • 87e702d1fc opened 5.0-dev David Grudl 2021-03-01 15:26:05 +01:00
  • cb0cf4ba2f Released version 4.2.8 v4.2.8 David Grudl 2023-08-09 15:55:04 +02:00
  • 8e7df8374b drivers: removed auto-free feature David Grudl 2023-08-05 20:22:48 +02:00
  • 848ac76fed Fluent: improved phpDoc Marek Bartoš 2023-06-05 00:12:15 +02:00
  • a0f2ca2fca typo David Grudl 2023-08-09 16:10:02 +02:00
  • cf14987b42 cs David Grudl 2023-08-05 19:56:38 +02:00
  • 01c7ab63e3 tested in PHP 8.3 David Grudl 2023-08-05 19:50:57 +02:00
  • 520119740d updated .gitattributes David Grudl 2022-12-21 01:47:13 +01:00
  • 09a974ed7a sorting [WIP] translator-alt David Grudl 2022-12-20 19:04:31 +01:00
  • 124d52139c added ObjectTranslator (#420) Miloslav Hůla 2022-11-22 09:13:41 +01:00
  • 78646e1790 tests: remove dependency on dibi_test database name Miloslav Hůla 2022-11-22 09:16:47 +01:00
  • cab1c5b5e6 used native PHP 8 functions David Grudl 2022-11-18 04:46:00 +01:00
  • 94df6db03d added PHP 8 typehints David Grudl 2021-12-12 17:40:23 +01:00
  • 0575f9ea17 added property typehints David Grudl 2021-03-01 19:17:16 +01:00
  • 76b8ed2108 removed support for PHP 7 David Grudl 2021-12-12 04:09:30 +01:00
  • 4b1a2faa76 coding style David Grudl 2021-03-01 17:55:56 +01:00
  • b931dbe13b composer: updated dependencies David Grudl 2021-03-01 16:01:23 +01:00
  • a55e2a0cf8 requires PHP 8.0 David Grudl 2022-09-06 04:30:49 +02:00
  • 6356f9f7a4 opened 5.0-dev David Grudl 2021-03-01 15:26:05 +01:00
  • 7fa05f381b Event: detecting source without filesystem check (#428) v4.2.7 Marek Štípek 2022-11-18 04:32:56 +01:00
  • 3a962de553 cs David Grudl 2022-10-13 03:52:05 +02:00
  • 96e370b8fe updated github workflow David Grudl 2022-09-06 04:34:39 +02:00
  • ec0455ae00 Panel: typo (#421) Jirka Hrazdil 2022-07-10 18:27:55 +02:00
  • b61737311e support for PHP 8.2 David Grudl 2022-09-06 04:18:39 +02:00
  • 9d5d430d3d Released version 4.2.6 v4.2.6 David Grudl 2022-01-19 18:38:15 +01:00
  • 04bb5ede3d Translator: convert BackedEnum to scalar Miloslav Hůla 2021-12-06 15:45:00 +01:00
  • 7d82ce2ff6 MySqliDriver::getResource() fixed access to resource being closed prior to the call in PHP 8 (#410) Andrej Rypo 2021-12-12 03:54:42 +01:00
  • 82150d120d cs nullable typehints David Grudl 2021-12-12 17:39:07 +01:00
  • 0f045c0986 cs whitespace David Grudl 2021-12-12 03:45:05 +01:00
  • 5646884899 cs David Grudl 2021-12-08 06:26:48 +01:00
  • af33a354d6 removed ecs.php David Grudl 2021-12-12 03:52:38 +01:00
  • a0c86747dc GitHub Actions updates David Grudl 2021-12-06 18:59:54 +01:00
  • d70e274244 Released version 4.2.5 v4.2.5 David Grudl 2021-11-29 13:47:54 +01:00
  • e05eb01233 fixed PHP 7.2 compatibility David Grudl 2021-11-28 15:09:24 +01:00
  • 2ac618ffff Date 0000-01-01 is valid [Closes #402] David Grudl 2021-11-24 18:11:42 +01:00
  • 1881fea0e5 Profiler is not used in CLI mode Milan Otáhal 2021-07-12 18:07:12 +02:00
  • cb82357cfb Helpers::detectType(): detect PostgreSQL range types as Type::TEXT Jan Rössler 2021-10-30 16:34:16 +02:00
  • 0a29fcb502 PostgreReflector: fix reflection of matview columns on PostgreSQL 12+ Jan Rössler 2021-10-22 11:38:33 +02:00
  • 8270b7c1c3 support for PHP 8.1 David Grudl 2021-08-25 03:12:58 +02:00
  • 73e16eb1a3 Released version 4.2.3 v4.2.3 David Grudl 2021-07-23 10:49:20 +02:00
  • 0b394a993d SqlsrvDriver: fixed after 40ad77cf [Closes #391][Closes #392] David Grudl 2021-06-30 12:07:55 +02:00
  • df3edee70b removed travis David Grudl 2021-04-23 20:54:50 +02:00
  • 245da39a9f added github workflows David Grudl 2021-04-23 17:24:45 +02:00
  • 3df64fc3b3 fixed tests David Grudl 2021-04-23 17:43:30 +02:00
  • 95c3f72a17 Released version 4.2.2 v4.2.2 David Grudl 2021-04-21 13:55:52 +02:00
  • d71caf0c75 Row: fixed ?? usage David Grudl 2021-04-21 13:54:37 +02:00
  • 3066fea2aa Connection: begin(), commit() & rollback() calls are forbidden in transaction() Miloslav Hůla 2021-04-04 22:54:04 +02:00