25 Commits (e69cd1b5a6f9fbd92d6141d8ae67c443bffce46b)

Author SHA1 Message Date
Aleksander Machniak 019801a430 Removed support for MS SQL Server and Oracle (#7854) 3 years ago
Aleksander Machniak fa65a68389 Use ... oprator instead of func_get_args() for variadic functions 3 years ago
Aleksander Machniak 48fbf110af SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159) 4 years ago
Aleksander Machniak 626332d42a Don't use is_resource() where not needed 4 years ago
Aleksander Machniak f2688ba492 Use ?? operator where applicable 4 years ago
Aleksander Machniak 8e8fe12082 Fix locked SQLite database for the CLI tools (#8035) 4 years ago
Aleksander Machniak 9faea49f82 Set PDO::ATTR_EMULATE_PREPARES=false for MySQL 4 years ago
Aleksander Machniak 5ac44fd4ed PHPDoc fixes 4 years ago
Aleksander Machniak 747bcd2ff4 Fix handling of table prefix and quoting in insert_or_update() 5 years ago
Aleksander Machniak f4ed1024dc PHP8 fixes, CS fixes, short array syntax, tests 5 years ago
Aleksander Machniak 007f9b81cf Lower SQLite version requirement 5 years ago
Aleksander Machniak 066faa1485 CS fixes, short array syntax, PHP8 fixes, tests 5 years ago
Aleksander Machniak 545a1569f1
Steps -> Actions refactoring (#7688) 5 years ago
Aleksander Machniak f95212d626 PHP8: More warnings fixed 5 years ago
Michael Stilkerich 67825e6320
MySQL: Don't reissue query after deadlock error (#7529) 5 years ago
Aleksander Machniak d30f039e5a Use PDO::ATTR_CLIENT_VERSION when PDO::ATTR_DRIVER_VERSION does not exist (#7564) 5 years ago
Aleksander Machniak 77bc3f2427 Fix incorrect PDO::lastInsertId() use in sqlsrv driver (#7564) 5 years ago
Aleksander Machniak a5c2b4360c Fixes in context of undefined variables, and code style 5 years ago
Aleksander Machniak b7410ffe89 Use mySQL charset in connection string instead of SET NAMES (#7232) 6 years ago
Aleksander Machniak 1613f3ab4c
INSERT OR REPLACE implementation (#6771) 6 years ago
Aleksander Machniak 545ea62dfc Fix bug where listing tables in PostgreSQL database with db_prefix didn't work (#7093) 6 years ago
Aleksander Machniak 1afa46d28d PHPDoc and CS fixes 6 years ago
Aleksander Machniak a80c5569ab Added flag to disable server certificate validation via Mysql DSN argument (#6848) 6 years ago
Aleksander Machniak 57c67db029 Remove year(s) from copyright headers + some cleanup 6 years ago
Aleksander Machniak 1058924e21 Move some framework classes to sub-directories 8 years ago