summaryrefslogtreecommitdiff
path: root/app/Schema
AgeCommit message (Expand)AuthorFilesLines
2026-05-11Add Firebird/PDO support via lsces/illuminate-firebirdHEADv2.2.7-lscfirebirdLester Caine5-28/+75
2026-04-09Fix: #5329 - SQL-Server cannot handle complicated foreign keysGreg Roach1-2/+9
2026-02-09Update copyright year. It is 2026Greg Roach51-51/+51
2026-02-06Use explicit functions for foreign key actionsGreg Roach4-21/+16
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach2-5/+98
2025-01-16It's 2025. Update copyright date.Greg Roach50-50/+50
2025-01-16Move platform-specific code to DB.phpGreg Roach2-47/+17
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach2-2/+2
2024-03-31Refactoring class DBGreg Roach48-241/+11
2024-03-31Refatoring class DBGreg Roach6-17/+17
2024-02-10Fix: #4938 - PHP session ID can be 256 charsGreg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach12-14/+11
2023-01-25It's 2023Greg Roach50-50/+50
2023-01-25It's 2023Greg Roach50-50/+50
2022-12-22Fix: #4676 - SQL Server requires unprepared statements for SET IDENTITY_INSERTGreg Roach2-4/+4
2022-12-22TypoGreg Roach2-4/+4
2022-12-22Fixes for SQL-Server - avoid binary columns and set identity_insert on/offGreg Roach3-16/+20
2022-12-15Fix: #4574 - Migration 44 fails with SQL-ServerGreg Roach2-123/+88
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-2/+2
2022-10-08Fix: #4572 - migration fails to drop index with SQL-ServerGreg Roach2-23/+14
2022-10-06Fix: #4573 - SQL server does not support 'ON DELETE RESTRICT'Greg Roach1-1/+2
2022-10-05Fix: #4571 - Compatibility with SQL-ServerGreg Roach2-16/+41
2022-10-04Working on cross-database compatibilityGreg Roach2-28/+10
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach2-8/+11
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach1-1/+3
2022-09-05TypoGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach50-50/+50
2022-03-15TypoGreg Roach46-46/+46
2021-06-12Site and tree default preferencesGreg Roach2-157/+0
2021-05-23Working on adding new GEDCOM tagsGreg Roach1-25/+2
2021-05-17Shared/inline notesGreg Roach1-1/+1
2021-03-25Fix: invalid data in wt_placelocation breaks migration 44Greg Roach1-4/+4
2021-03-18Remove debugGreg Roach1-1/+0
2021-03-15Fix: overlong place names break migrationGreg Roach1-1/+2
2021-03-15Fix: overlong place names break migrationGreg Roach1-0/+10
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-12Max length of place column is 120 charactersGreg Roach1-1/+1
2021-03-12Fix: over-long place names break migrationGreg Roach1-17/+11
2021-03-11Remove invalid values from wt_placelocation before migrating to wt_place_loca...Greg Roach1-0/+23
2021-03-11Fix: wt_placelocation data created out-of-sequence causes migration errorGreg Roach1-0/+2
2021-02-14Fix: #3711 - the table wt_placelocation may contain duplicatesGreg Roach1-1/+27
2021-01-31Fix: MySQL 5.7 and lower cannot CAST to FLOAT - but it can convert implicitlyGreg Roach1-3/+23
2021-01-27Fix: #3693 - Postgres needs explicit cast from string to floatGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach52-103/+103
2021-01-24Fix: #3685 - orphan records in placelocation break upgradeGreg Roach1-8/+8
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-24/+66
2020-10-24whitespaceGreg Roach1-1/+1
2020-06-12Fix: adding new locations. Improve bounding-rectangle algorithmGreg Roach1-0/+69
2020-06-08Remove custom tags from default listGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1