1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code style Dropped hhvm from build because can't test it atm More... about 8 years ago
Temp tables are now tempfiles instead of all memory More... about 8 years ago
Adds composer install to travis file to fix tests Adds composer.lock file More... about 8 years ago
Adds namespaces and psr-4 More... about 8 years ago
Refactors DROP to cut down on redundant regexes More... about 8 years ago
Code cleanup and minor bugs More... about 8 years ago
Refactored CREATE and ALTER to cut down on duplicate regex processing More... about 8 years ago
Too many SELECT bug fixes More... about 8 years ago
Adds SQL functions CURRENT_CATALOG and CURRENT_SCHEMA More... about 8 years ago
Adds CREATE SCHEMA More... about 8 years ago
CREATE TABLE...LIKE now support INCLUDING/EXCLUDING More... about 8 years ago
Bug fixes and code cleanup More... about 8 years ago
Ran the code through php-cs-fixer More... about 8 years ago
Typos and errors from schemas adddition More... about 8 years ago
Fixed tests More... about 8 years ago
Fixed bug in CONCAT methods More... about 8 years ago
Adds schema support More... about 8 years ago
ORDER BY updates More... about 8 years ago
Adds supports for SQL Standard OFFSET and FETCH FIRST More... about 8 years ago
Fixed SELECTing columns to trim quotes first More... about 8 years ago
Adds fetch_all() to return all rows at once More... about 8 years ago
Fixes for DROP DATABASE More... about 8 years ago
Fixed CREATE SEQUENCE regex More... about 8 years ago
Fixed tests More... about 8 years ago
Two bugs in fSQLFunctions More... about 8 years ago
Code style cleanup More... about 8 years ago
Added ALTER SEQUENCE More... about 8 years ago
Fixed fSQLSequenceFile::save() to update lock stamp More... about 8 years ago
Adds nextval and currval to SQL functions More... about 8 years ago
Identity tests More... about 8 years ago