summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-02A little bit of hacking of the delete functions but these really need a more ...v1.1.0lsces1-5/+8
2026-03-02Ensure field name lookup is upper case. This will need expanding if we want h...lsces1-1/+1
2026-03-01First cut at replacing mysql delete with firebird compatible one.lsces1-0/+32
2026-02-28Split up a multi element insert back to single inserts since firebird does no...lsces1-0/+19
2026-02-27Not sure what this hack is intended to address so 'hide' it for now. It was m...lsces1-2/+2
2026-02-27Extend wrapValue to add double quotes to reserve words. This will need extend...lsces1-6/+5
2026-02-27Correct class name illuminate uses database names as prefixlsces1-1/+1
2026-02-25Use the returned id value in place of the pdo::lastInsertID which firebird do...lsces1-0/+19
2026-02-25Roll back hack to get lower case keys. This is being implemented properly nowlsces1-2/+0
2026-02-25wrapValue is the correct place to control the wrapping of table and column na...lsces1-0/+18
2026-02-25Correct return for insert since it returns an array,lsces1-1/+1
2026-02-25override illuminate select to return lower case keys while firebird datbase i...lsces1-0/+36
2026-02-24Change the Builder overloads to follow the standard for other database driver...lsces3-4/+69
2026-02-24Magic base to removing double quote wrapping. wrapValue is the main source of...lsces1-1/+12
2026-02-24Actually allow access to the lastInsertId ...lsces1-1/+11
2026-02-23Stub class was not compatible with the rest of Lavarellsces1-10/+0
2026-02-23Missed the \Xgrz\ element of the namespacelsces2-12/+13
2026-02-22Wrap execute block with 'set term ~;'lsces1-1/+1
2026-02-22Add returning to the insert functionlsces1-0/+32
2026-02-22Add default to emum field in correct sequencelsces1-1/+6
2026-02-22Modify insert to retrun the generated value to replace pdo::lastInsertId(). T...lsces1-0/+43
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
2026-02-04Make compatible with other lavarel Grammar classeslsces1-1/+1
2025-10-13[fix] Warning message for null values.xGrz4-42/+3
2025-10-01[dev] Return types addedxGrz5-9/+13
2025-10-01[fix] Composer fix for namespacexGrz3-4/+4
2025-10-01[fix] Composer command fixxGrz5-2/+89
2025-10-01[docs] Added docs for packagexGrz1-0/+49
2025-10-01[dev] Initial commit from HarryGulliford/laravel-firebird.xGrz19-0/+3016