0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Jasny\Tests is the root namespace for tests for all Jasny libraries. More... over 3 years ago
Added travis and scrutinizer config More... over 3 years ago
Put project in Jasny namespace. Persist root namespace is already taken in packagist. More... over 3 years ago
Fixed splitValues() Fixed on duplicate key without specifying the columns. Fix using `QUERY::EXPRESSION` flag in `Query::set()`. More... over 3 years ago
Preparing new major version. Changed namespace to `Persist/SQL/Query`. PHP7.4+ Added `Dialect` class to support multiple dialects of SQL. Current supported dialects are mysql and generic. Split up regular expressions into constants, which are specified per Dialect. Throw specific exceptions. Added `getSet()`, `getValues()`, `getLimit()` and `getOffset` to `Query` class. Move query building from `__call_static()` to `Builder` class with specific methods. Several minor fixes. Split up test suite in multiple tests per dialect. More... over 3 years ago
Update README.md More... over 5 years ago
Update README.md More... over 5 years ago
Fix smart quoting for NOT More... about 9 years ago
Updated README.md More... over 9 years ago
Merged with jasny/dbquery More... over 9 years ago
Refactor tests More... about 10 years ago
Commited tests (SELECT DISTINCT) for Query.php More... about 10 years ago
Commited tests in for Query.php More... about 10 years ago
Fixed travis conf More... over 10 years ago
Merge branch 'master' of github.com:jasny/dbquery More... over 10 years ago
Removed docs More... over 10 years ago
Added support for loading named queries More... over 10 years ago
Fixed PHPUnit test suite More... over 10 years ago
Update README.md More... over 10 years ago
Query::quote() casts DateTime object to proper datetime string More... over 10 years ago
Query::backquote() uses strict mode by default when called without $flags More... over 10 years ago
Allow expressions in array for Query::where() More... over 10 years ago
Changed method bind() to bind parameters of current query instead of being static More... over 10 years ago
New name More... almost 11 years ago
Renamed to jasny/dbquery More... almost 11 years ago
Fixes for DBQuery::onDuplicateKey More... about 11 years ago
Added parameter binding for DBQuery More... about 11 years ago
Make onDuplicateKey take a combination of columns and column=>expression pairs More... about 11 years ago
Docblock fix More... over 11 years ago
Composer suggest fixup More... over 11 years ago