I wrote a PHP library that parses SQL queries and runs them on flat-files. SF: https://sourceforge.net/projects/fsql/ GitHub: https://github.com/sbuberl/fSQL The SF project is not used much anymore and the code is a mirror that's behind. All issue tracking and code commits are primarily on GitHub. I need help with adding new features, bug fixes, adding unit tests, and refactoring some code into new classes. Reply here if interested or shoot me at email at sbuberl@gmail.com. Thanks.
Removed opcache population.
Removed debug logging
No idea why neither worked
Maybe?
Trying something else to enable both
Manually overriding APC and opCache cli settings
Fixed travis to enable APC.so
Adds printing of all init options to check valu...
Adds test bootstrap for opcode cache
Generate autoload classmap for tests
Hardcoded symphony/yaml version to fix 5.3 and ...
Created Statemement classes for CREATE queries
Added phpunit to require-dev on composer
More TempTable testing
Adds ResultSet class
Adds StyleCI icon
Undefined varable fix in DELETE
TableCursor updates
Code style
Temp tables are now tempfiles instead of all me...
Adds composer install to travis file to fix tests
Adds namespaces and psr-4
Refactors DROP to cut down on redundant regexes
Code cleanup and minor bugs
Refactored CREATE and ALTER to cut down on dupl...
Too many SELECT bug fixes
Adds SQL functions CURRENT_CATALOG and CURRENT_...
Adds CREATE SCHEMA
Bug fixes and code cleanup
CREATE TABLE...LIKE now support INCLUDING/EXCLU...
Fixed tests
Adds schema support
Typos and errors from schemas adddition
Ran the code through php-cs-fixer
Fixed bug in CONCAT methods
Glad it worked. Can't believe I missed "$strpos" My everyday test/demo file when...
The thing that stands out to me in your server warnings is "Disk quota exceeded"....
The thing that stands out to me in your server warnings is "Disk quota exceeded"....
New release upcoming and GitHub
Hi Pedro, Sorry for the delay. Can you send your create table quries for both both...
So, now this makes more sense. You have the wrong fSQL. This is PHP script/library...
You should be able to use fSQL in mostly same as Unix. Once your Linux box is setup...