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
Adds ResultSet class
More TempTable testing
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
CREATE TABLE...LIKE now support INCLUDING/EXCLU...
Bug fixes and code cleanup
Adds schema support
Ran the code through php-cs-fixer
Fixed bug in CONCAT methods
Typos and errors from schemas adddition
Fixed tests
Glad it worked. Can't believe I missed "$strpos" My everyday test/demo file when...
Thanks! Got version 1.3.1 working. Tried the latest you have on GitHub, it had errors...
Thanks! Got version 1.3.1 working. Tried the latest you have on GitHub, it had errors...
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"....
Hey! First of all great project! This would be very useful on webhostings with limited...
New release upcoming and GitHub
Yesterday, after several try and error, I finally found what the problem was and...
Hi Pedro, Sorry for the delay. Can you send your create table quries for both both...
So, I've been trying to port an script from using MySQL to fSQL and after so many...
So, now this makes more sense. You have the wrong fSQL. This is PHP script/library...
Hi Steve, Thanks for your help but we are not using fsql.php we are just using fsql...
You should be able to use fSQL in mostly same as Unix. Once your Linux box is setup...
Hi we are currently using fsql to generate flat files in all our shell scripts in...