Fixed #13, #14: handle empty array value in whereEquals()
Fixed #17: add LIMIT/OFFSET on UPDATE and DELETE
Updated docs and tests.
Initial release.
Hygiene release to update docs.
Fixed SELECT ... UNION bug revealed in testing (refs #6).
Added sprintf-based inline value binding.
Updated docs and tests.
Added Travis CI.
Method quoteIdentifier() added to all query objects, so that you can quote
table names, column names, etc. for the specific connection type.
INSERT and UPDATE queries now automatically quote the column name that is being inserted or updated. No other automatic quoting is applied.
Updated docs.
Updated docs.
ModifyColumns::column() now correctly returns $this (refs #1).
Added Where::whereEquals() functionality (refs #1).
Binding a Select inline now correctly calls getStatement() on it.
Changes to method parameter names, to make IDE completion more intelligible.
The QueryFactory now allows for alternative Select classes.
Add static new() method on queries, and update docs.
First alpha release.
First alpha release.
How can I help you explore Laravel packages today?