FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · flightphp/active-record · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
flightphp
/
active-record
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
17
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 16, 2026
Merge pull request #36 from flightphp/security/identifier-escaping-sql-hardening
Show description for 9ab4aac
n0nag0n
authored
9ab4aac
View commit details
Copy full SHA for 9ab4aac
Browse repository at this point
Harden SQL identifier escaping and raw SQL query APIs
Show description for bad6e19
n0nag0n
committed
bad6e19
View commit details
Copy full SHA for bad6e19
Browse repository at this point
Commits on May 9, 2026
Merge pull request #33 from enlivenapp/fix/isHydrated-typed-properties
Show description for 9b141b9
n0nag0n
authored
9b141b9
View commit details
Copy full SHA for 9b141b9
Browse repository at this point
Commits on Apr 24, 2026
Fix insert() TypeError when primary key is typed as int
Show description for ea2b0eb
enlivenapp
committed
ea2b0eb
View commit details
Copy full SHA for ea2b0eb
Browse repository at this point
Fix isHydrated() returning false with typed public properties
Show description for 69a3d04
enlivenapp
committed
69a3d04
View commit details
Copy full SHA for 69a3d04
Browse repository at this point
Merge pull request #35 from enlivenapp/fix/dirty-typed-properties
Show description for 01c2372
n0nag0n
authored
01c2372
View commit details
Copy full SHA for 01c2372
Browse repository at this point
Fix insert() and update() ignoring typed public properties
Show description for af83db5
enlivenapp
committed
af83db5
View commit details
Copy full SHA for af83db5
Browse repository at this point
Commits on Dec 21, 2025
Merge pull request #32 from flightphp/eager-loading
Show description for a1797e8
n0nag0n
authored
a1797e8
View commit details
Copy full SHA for a1797e8
Browse repository at this point
beautified code.
n0nag0n
committed
7836406
View commit details
Copy full SHA for 7836406
Browse repository at this point
Added eager loading for relations
n0nag0n
committed
91124cd
View commit details
Copy full SHA for 91124cd
Browse repository at this point
Commits on Nov 27, 2025
fixed issues with has many not having a record
n0nag0n
committed
a340600
View commit details
Copy full SHA for a340600
Browse repository at this point
Commits on Oct 5, 2025
Merge pull request #28 from flightphp/find-adjustments
Show description for 59d151a
n0nag0n
authored
59d151a
View commit details
Copy full SHA for 59d151a
Browse repository at this point
adjusted behavior and comments around find() method
n0nag0n
committed
d86a968
View commit details
Copy full SHA for d86a968
Browse repository at this point
Commits on May 28, 2025
simplified filterParam to account for boolean and use placeholders for int
n0nag0n
committed
77c3c2f
View commit details
Copy full SHA for 77c3c2f
Browse repository at this point
Commits on Apr 14, 2025
change tabs -> 2 spaces in README.md
Show description for a262d99
fadrian06
authored
a262d99
View commit details
Copy full SHA for a262d99
Browse repository at this point
Commits on Jan 31, 2025
added another unit test for OR as final param
n0nag0n
committed
9babb2f
View commit details
Copy full SHA for 9babb2f
Browse repository at this point
Major changes to fix wrap() bug
n0nag0n
committed
37d2989
View commit details
Copy full SHA for 37d2989
Browse repository at this point
Commits on Jan 11, 2025
Merge pull request #24 from flightphp/mysqli-fixes
Show description for f6a8e34
n0nag0n
authored
f6a8e34
View commit details
Copy full SHA for f6a8e34
Browse repository at this point
mysqli issues with findAll and unit test fixes.
n0nag0n
committed
cf767ba
View commit details
Copy full SHA for cf767ba
Browse repository at this point
Commits on Jan 4, 2025
Merge pull request #22 from flightphp/windows-and-escape-fixes
Show description for e44cfab
n0nag0n
authored
e44cfab
View commit details
Copy full SHA for e44cfab
Browse repository at this point
fixed readme issues with badges
n0nag0n
committed
3650a3a
View commit details
Copy full SHA for 3650a3a
Browse repository at this point
Added some Windows fixes and added escapes for table and column names.
n0nag0n
committed
daded41
View commit details
Copy full SHA for daded41
Browse repository at this point
Commits on Jul 30, 2024
Merge pull request #20 from flightphp/double-join-fix
Show description for 3b52872
n0nag0n
authored
3b52872
View commit details
Copy full SHA for 3b52872
Browse repository at this point
fixed duplicated sql syntax if join called twice.
n0nag0n
committed
b9a5210
View commit details
Copy full SHA for b9a5210
Browse repository at this point
Commits on Jul 4, 2024
Merge pull request #18 from flightphp/pass-to-database-connection
Show description for f4b6d70
n0nag0n
authored
f4b6d70
View commit details
Copy full SHA for f4b6d70
Browse repository at this point
if you pass an unknown method to ActiveRecord it will pass it to the database connection
n0nag0n
committed
6af8efe
View commit details
Copy full SHA for 6af8efe
Browse repository at this point
Commits on May 26, 2024
dang ol' spaces and tabs
n0nag0n
committed
cc90316
View commit details
Copy full SHA for cc90316
Browse repository at this point
Merge branch 'master' of https://github.com/flightphp/active-record
n0nag0n
committed
f86a36a
View commit details
Copy full SHA for f86a36a
Browse repository at this point
added runway RecordCommand to codebase
n0nag0n
committed
2716b3a
View commit details
Copy full SHA for 2716b3a
Browse repository at this point
Commits on May 22, 2024
Merge pull request #16 from flightphp/table-prefix-fix
Show description for dcfe6ec
n0nag0n
authored
dcfe6ec
View commit details
Copy full SHA for dcfe6ec
Browse repository at this point
fix for table prefix being supplied.
n0nag0n
committed
ea0e717
View commit details
Copy full SHA for ea0e717
Browse repository at this point
Commits on May 19, 2024
Merge pull request #14 from flightphp/update-event-fixes
Show description for 94fd5cd
n0nag0n
authored
94fd5cd
View commit details
Copy full SHA for 94fd5cd
Browse repository at this point
Fixes some flawed logic in the events with update/save
n0nag0n
committed
de9e92b
View commit details
Copy full SHA for de9e92b
Browse repository at this point
Merge pull request #13 from Billtec/fix/event-issue
Show description for d099872
n0nag0n
authored
d099872
View commit details
Copy full SHA for d099872
Browse repository at this point
fix: beforeUpdate & beforeSave is not working
Billtec
authored
f6f0c78
View commit details
Copy full SHA for f6f0c78
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL