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