0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 5 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
travis: fix cache for composer More... about 6 years ago
README: removed MySQL 8.0 as supported backend More... about 6 years ago
removed false positive grouping tests; added skip for mysql5.7 in SelectQueryTest::testSelectGroupBy More... about 6 years ago
removed MySQL 8.0 as test backend, because connection not possible (cause is missing caching_sha2_password support) More... about 6 years ago
refined README.md (added requirements section) More... about 6 years ago
composer: provide more information, added myself as author; fixed install cmd in README.md More... about 6 years ago
fixes tests: they only appear with certain db backends (e.g. mysql 5.6) More... about 6 years ago
added LICENSE document, containing license texts for W3C software license and GPL More... about 6 years ago
removed all tests which actually do nothing, but to complain More... about 6 years ago
travis: finalized transition to multi database backend tests More... about 6 years ago
travis: extended to cover all mysql and mariadb versions More... about 6 years ago
travis: build runs nicely, lets extend it to php 7.x More... about 6 years ago
travis: fix connection error, refinements More... about 6 years ago
minor change to trigger travis More... about 6 years ago
travis: try to fix The command "mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;'" failed and exited with 1 during . More... about 6 years ago
chmod +x to install-and-init-db.sh More... about 6 years ago
travis: fixed file path More... about 6 years ago
switch to an approach from PyMySQL, seems promising! More... about 6 years ago
travis: un and install mysql 5.6 to check for errors More... about 6 years ago
small refinements More... about 6 years ago
added SPARQL-support.md; added further tests to cover INSERT INTO and SELECT query functionality More... about 6 years ago
applied PSR-2 to all files in parser and serializers folder More... about 6 years ago
written more test to cover Store related code More... about 6 years ago
Merge pull request #107 from k00ni/store-improvements More... about 6 years ago
added test classes for Store's query method (tests for ASK, SELECT, INSERT INTO and DELETE) More... about 6 years ago
pushed code coverage of ARC2_Store to 63% More... about 6 years ago
phpunit.xml: added configuration to enable code coverage (for store folder) More... about 6 years ago
composer: removed symfony/yaml cause its obsolete More... about 6 years ago
in parsers and store: fixed some method parameters to align with parent methods More... about 6 years ago
travis: refinements and fixes More... about 6 years ago