summaryrefslogtreecommitdiff
path: root/src/Schema/Grammars/FirebirdGrammar.php
AgeCommit message (Expand)AuthorFilesLines
2026-03-02Ensure field name lookup is upper case. This will need expanding if we want h...lsces1-1/+1
2026-02-27Correct class name illuminate uses database names as prefixlsces1-1/+1
2026-02-24Magic base to removing double quote wrapping. wrapValue is the main source of...lsces1-1/+12
2026-02-23Missed the \Xgrz\ element of the namespacelsces1-9/+10
2026-02-22Wrap execute block with 'set term ~;'lsces1-1/+1
2026-02-22Add default to emum field in correct sequencelsces1-1/+6
2026-02-04Add NOT NULL after DEFAULT but still need to fix the eNum default which is af...lsces1-1/+1
2026-02-04laravel adds additional unique constraint to databases that do not automatica...lsces1-1/+1
2026-02-04Not as good as ADOdb, but functional in adding auto-increment column to tablelsces1-0/+16
2026-02-04Replace cluge to replace ? with table name since it's now passed in the funct...lsces1-1/+1
2026-02-04Although schema is not used by Firebird, it's necessary for compatibility wit...lsces1-5/+6
2025-10-01[dev] Initial commit from HarryGulliford/laravel-firebird.xGrz1-0/+631