An open API service providing commit metadata for open source projects.

GitHub / jbboehr/zsql.php / commits

SHA Message Author Date Stats
02507a6e Lazy connection (#24) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
9f6da80a Fix doctype John Boehr <j****r@g****m> almost 10 years ago
8ac0df7d Fix alias John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
935134ad Fix cannot use error John Boehr <j****r@g****m> almost 10 years ago
96bc6a05 Move classes (#23) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
77243b50 Test against PHP 7.1 (#22) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
64737947 New exception hierarchy (#21) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
73324e80 Add ping method (#20) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
b289d64f Change connection factory implementation (#19) John Boehr <j****r@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2dead0a4 Improvements John Boehr <j****r@g****m> about 10 years ago
b7deaeb0 Fix mysql compatibility issue John Boehr <j****r@g****m> about 10 years ago
e29c473e merge Merge pull request #17 from jbboehr/coveralls John Boehr <j****r@g****m> over 10 years ago
f33bc072 merge Merge pull request #16 from jbboehr/hotfix/reconnect John Boehr <j****r@g****m> over 10 years ago
144d499a Switch to Coveralls for code coverage John Boehr <j****r@g****m> over 10 years ago
c5702551 Also handle MySQL error #2013 John Boehr <j****r@g****m> over 10 years ago
b3c4397b Add reconnect on connection timeout John Boehr <j****r@g****m> over 10 years ago
cd03da3f Update docs John Boehr <j****r@g****m> over 10 years ago
907dc7ee merge Merge branch '0.4.x' John Boehr <j****r@g****m> over 10 years ago
9cb8e562 Improve coverage John Boehr <j****r@g****m> over 10 years ago
5a3504d5 Fixes via phan John Boehr <j****r@g****m> over 10 years ago
9887d46a Refactor tests and update phpdocs John Boehr <j****r@g****m> over 10 years ago
786030b0 Add quote to Adapter interface John Boehr <j****r@g****m> over 10 years ago
bff15f84 Cleanup John Boehr <j****r@g****m> almost 11 years ago
db37aff0 Implement result params for Table John Boehr <j****r@g****m> almost 11 years ago
48cbe9df Fix PHP 5.3 compat John Boehr <j****r@g****m> almost 11 years ago
f4841f64 Fix PHP 5.3 compat John Boehr <j****r@g****m> almost 11 years ago
a440508d Major refactor John Boehr <j****r@g****m> almost 11 years ago
5903a006 merge Merge pull request #15 from jbboehr/travis-container John Boehr <j****r@g****m> about 11 years ago
bb4c16b0 Update .travis.yml John Boehr <j****r@g****m> about 11 years ago
228830bf Update .travis.yml John Boehr <j****r@g****m> about 11 years ago
5db29307 merge Merge pull request #14 from jbboehr/feature/query-logger John Boehr <j****r@g****m> about 11 years ago
f1c85f7f Add query logger to database adapter John Boehr <j****r@g****m> about 11 years ago
30d6e671 merge Merge pull request #13 from jbboehr/coding-standards John Boehr <j****r@g****m> over 11 years ago
a2e5c6b1 Improvements from thephpleague/skeleton John Boehr <j****r@g****m> over 11 years ago
7b4de7aa Apply coding standards John Boehr <j****r@g****m> over 11 years ago
3cd49588 Configure coding standards John Boehr <j****r@g****m> over 11 years ago
472300b4 merge Merge pull request #12 from jbboehr/feature/scanner John Boehr <j****r@g****m> over 11 years ago
f40746f6 HHVM doesn't support generators in __invoke John Boehr <j****r@g****m> over 11 years ago
7f008b5f Add table scanner John Boehr <j****r@g****m> over 11 years ago
078427e9 Run TravisCI only against master John Boehr <j****r@g****m> over 11 years ago
d509dfce merge Merge pull request #11 from jbboehr/php7 John Boehr <j****r@g****m> over 11 years ago
bdf36335 Test against PHP7 John Boehr <j****r@g****m> over 11 years ago
d125d022 Fix issue related to #10 John Boehr <j****r@g****m> over 11 years ago
9c92da52 merge Merge pull request #10 from jbboehr/feature/select-join John Boehr <j****r@g****m> over 11 years ago
64d3768f merge Merge pull request #9 from jbboehr/hotfix/interpolation-error John Boehr <j****r@g****m> almost 12 years ago
b3229346 fixed error when ->query() called after being converted to string John Boehr <j****r@g****m> almost 12 years ago
bd5c8f39 added join to select John Boehr <j****r@g****m> almost 12 years ago
d407685c scrutinizer code coverage analysis John Boehr <j****r@g****m> almost 12 years ago
a018383c added ScrutinizerCI config John Boehr <j****r@g****m> almost 12 years ago
f2e8a6eb added ScrutinizerCI config John Boehr <j****r@g****m> almost 12 years ago
3ddbf18d merge Merge pull request #5 from jbboehr/psr4 John Boehr <j****r@g****m> almost 12 years ago
6ea4c1b0 Using PSR-4 autoloader John Boehr <j****r@g****m> almost 12 years ago
99dd2deb merge Merge pull request #4 from jbboehr/feature/where-not-in John Boehr <j****r@g****m> almost 12 years ago
6e6796e0 added support for whereNotIn John Boehr <j****r@g****m> almost 12 years ago
89b76a19 added before and implemented resultClass in model John Boehr <j****r@g****m> about 12 years ago
ea8a0c09 added value/where introspection John Boehr <j****r@g****m> about 12 years ago
1da487ea added post execute callback John Boehr <j****r@g****m> about 12 years ago
dda029a0 coverage for clearValues, using default phpunit in TravisCI John Boehr <j****r@g****m> about 12 years ago
84cd5409 fixed doc errors, query returns boolean with string query John Boehr <j****r@g****m> about 12 years ago
8a89f0cc Update README.md John Boehr <j****r@g****m> about 12 years ago
a0fa7d4b Insert::values() and Update::values() merge instead of replace John Boehr <j****r@g****m> about 12 years ago
752daa89 wrong php version in travis ci John Boehr <j****r@g****m> about 12 years ago
c33274cf hhvm John Boehr <j****r@g****m> about 12 years ago
d78f3a4e added hhvm to travisci John Boehr <j****r@g****m> about 12 years ago
f294e631 Better database adapter integration, docs John Boehr <j****r@g****m> over 12 years ago
05ce00db Updated description in readme John Boehr <j****r@g****m> over 12 years ago
4e52081b sigh John Boehr <j****r@g****m> over 12 years ago
023d7445 whoops -_- John Boehr <j****r@g****m> over 12 years ago
d1e0eccf adjusting travis config John Boehr <j****r@g****m> over 12 years ago
2b052517 adjusting travis config John Boehr <j****r@g****m> over 12 years ago
5a9090c8 Integrated database adapter John Boehr <j****r@g****m> over 12 years ago
660033d0 Added a license John Boehr <j****r@g****m> about 13 years ago
02d11d5e Added google analytics to web John Boehr <j****r@g****m> over 13 years ago
6ae361f9 Improving docs, shuffling things around John Boehr <j****r@g****m> over 13 years ago
f1dd3ac2 helper for updating gh-pages John Boehr <j****r@g****m> over 13 years ago
165d1426 Added travis ci embed to readme John Boehr <j****r@g****m> over 13 years ago
7659c0e2 Added travis configuration John Boehr <j****r@g****m> over 13 years ago
d227cd3b Updated README.md John Boehr <j****r@g****m> over 13 years ago
c845a536 cleaning up composer.json and adding make compatinfo John Boehr <j****r@g****m> over 13 years ago
25bd73a6 playing with phar John Boehr <j****r@g****m> over 13 years ago
3446962b closes #1 John Boehr <j****r@g****m> over 13 years ago
283f1ff9 closes #2 John Boehr <j****r@g****m> over 13 years ago
d6e8c7fb fixed phpunit code coverage issue John Boehr <j****r@g****m> over 13 years ago
8b22af48 callbacks now accept class member reference John Boehr <j****r@g****m> over 13 years ago
7ce604e1 adding query proxying John Boehr <j****r@g****m> over 13 years ago
8df89a94 adding more tests for parameter interpolation John Boehr <j****r@g****m> over 13 years ago
13635117 adding parameter interpolation John Boehr <j****r@g****m> over 13 years ago
6bf4ab66 tests for select John Boehr <j****r@g****m> over 13 years ago
3309a2f0 tests for update and insert John Boehr <j****r@g****m> over 13 years ago
80f66279 fixed paths for composerautoloader John Boehr <j****r@g****m> over 13 years ago
7006929d fixed autoload path John Boehr <j****r@g****m> over 13 years ago
dd9d2c9e setting a version in composer.json John Boehr <j****r@g****m> over 13 years ago
3456aae8 Initial commit John Boehr <j****r@g****m> over 13 years ago
8c0b0231 Initial commit John Boehr <j****r@g****m> over 13 years ago

← Back to repository