This website requires JavaScript.
Explore
Help
Register
Sign In
gitmodir110
/
vernova
Watch
1
Star
0
Fork
0
You've already forked vernova
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
ac2e7c6a2d
vernova
/
laravel
/
database
History
AndrewBNZ
c8466f5766
Fixed typo from previous fix, should be $command->columns not $command->$columns.
2012-06-03 23:51:38 +12:00
..
connectors
Fixing SQLite connector.
2012-03-27 10:25:42 -05:00
eloquent
Fixed minor spelling mistakes
2012-05-17 23:03:42 -05:00
query
add sqlite query driver.
2012-05-03 08:28:40 -05:00
schema
Fixed typo from previous fix, should be $command->columns not $command->$columns.
2012-06-03 23:51:38 +12:00
connection.php
Fix PHPDoc referring to Closure class.
2012-05-11 12:23:25 +03:00
exception.php
all database exceptions now include SQL and bindings in message for easier debugging.
2012-02-16 22:32:09 -06:00
expression.php
added support for database expressions.
2011-10-12 19:55:44 -05:00
grammar.php
Fix bug with table prefix and columns.
2012-03-21 13:10:59 -05:00
query.php
where_nested no longer breaks on closures that don't actually set anything
2012-05-11 13:11:02 -06:00
schema.php
Allow the registration of custom database drivers.
2012-04-30 22:40:18 -05:00