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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-06
cursor function needed the same treatment as select returning lower case keys...
lsces
1
-2
/
+42
2026-03-06
Now I know just where the column information has gone ... it is not being pop...
V2.0.2
lsces
1
-6
/
+15
2026-03-06
Still missed a key element on namespace.
lsces
1
-1
/
+1
2026-03-05
Remove the src folder copies of the files
v2.0.0
lsces
8
-1349
/
+0
2026-03-05
Shuffle the driver into an Illuminate namespace to allow other elements to be...
lsces
8
-0
/
+1349
2026-03-04
Strip any extra double quotes used to wrap reserved words.
lsces
1
-1
/
+1
2026-03-02
A little bit of hacking of the delete functions but these really need a more ...
v1.1.0
lsces
1
-5
/
+8
2026-03-02
Ensure field name lookup is upper case. This will need expanding if we want h...
lsces
1
-1
/
+1
2026-03-01
First cut at replacing mysql delete with firebird compatible one.
lsces
1
-0
/
+32
2026-02-28
Split up a multi element insert back to single inserts since firebird does no...
lsces
1
-0
/
+19
2026-02-27
Not sure what this hack is intended to address so 'hide' it for now. It was m...
lsces
1
-2
/
+2
2026-02-27
Extend wrapValue to add double quotes to reserve words. This will need extend...
lsces
1
-6
/
+5
2026-02-27
Correct class name illuminate uses database names as prefix
lsces
1
-1
/
+1
2026-02-25
Use the returned id value in place of the pdo::lastInsertID which firebird do...
lsces
1
-0
/
+19
2026-02-25
Roll back hack to get lower case keys. This is being implemented properly now
lsces
1
-2
/
+0
2026-02-25
wrapValue is the correct place to control the wrapping of table and column na...
lsces
1
-0
/
+18
2026-02-25
Correct return for insert since it returns an array,
lsces
1
-1
/
+1
2026-02-25
override illuminate select to return lower case keys while firebird datbase i...
lsces
1
-0
/
+36
2026-02-24
Change the Builder overloads to follow the standard for other database driver...
lsces
3
-4
/
+69
2026-02-24
Magic base to removing double quote wrapping. wrapValue is the main source of...
lsces
1
-1
/
+12
2026-02-24
Actually allow access to the lastInsertId ...
lsces
1
-1
/
+11
2026-02-23
Stub class was not compatible with the rest of Lavarel
lsces
1
-10
/
+0
2026-02-23
Missed the \Xgrz\ element of the namespace
lsces
2
-12
/
+13
2026-02-22
Wrap execute block with 'set term ~;'
lsces
1
-1
/
+1
2026-02-22
Add returning to the insert function
lsces
1
-0
/
+32
2026-02-22
Add default to emum field in correct sequence
lsces
1
-1
/
+6
2026-02-22
Modify insert to retrun the generated value to replace pdo::lastInsertId(). T...
lsces
1
-0
/
+43
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
2026-02-04
Make compatible with other lavarel Grammar classes
lsces
1
-1
/
+1
2025-10-13
[fix] Warning message for null values.
xGrz
2
-2
/
+2
2025-10-01
[dev] Return types added
xGrz
3
-8
/
+10
2025-10-01
[fix] Composer fix for namespace
xGrz
1
-2
/
+2
2025-10-01
[dev] Initial commit from HarryGulliford/laravel-firebird.
xGrz
8
-0
/
+1049