summaryrefslogtreecommitdiff
path: root/app/DB.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine1-3/+25
2026-03-02#5325 - add some definitions for FirebirdGreg Roach1-0/+6
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach1-50/+9
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach1-25/+74
2025-11-11Fix: #5246 - SQL-Server enables encryption by default, so trust self-signed c...Greg Roach1-9/+10
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach1-0/+15
2025-11-09Fix: #5253 - SQL-Server LIKE is case-insensitive by defaultGreg Roach1-4/+0
2025-03-02CodeStyleGreg Roach1-1/+1
2025-02-09Upgrade PHPunitGreg Roach1-0/+3
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-16Move platform-specific code to DB.phpGreg Roach1-0/+19
2024-12-24Collation types in SQLiteGreg Roach1-2/+2
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-8/+8
2024-03-31Refactoring class DBGreg Roach1-14/+155
2024-03-31Refatoring class DBGreg Roach1-0/+13
2024-03-31Refatoring class DBGreg Roach1-4/+15
2024-02-26Fix some phpstan issuesGreg Roach1-0/+9
2023-12-31Fix: #4683 - Database agnostic support for GROUP_CONCAT/STRING_AGGGreg Roach1-0/+17
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-0/+44