fSQL icon indicating copy to clipboard operation
fSQL copied to clipboard

Flat-file SQL (fSQL) is a set of classes available in PHP that allows users without SQL database servers to select and manipulate flat-file data using SQL queries.

Results 7 fSQL issues
Sort by recently updated
recently updated
newest added

While I'm working on Prepared Statements which are modeled after mySQL Statements. My original API was based on the legacy mySQL driver. I want to update the API to be...

enhancement

Environment is a mess. Last stable release this was all one php file (with less features). In preparation for #10, first thing I want to do is separate the parsing...

enhancement

The docs are on fsql.org are pretty lacking. Would like to add documentation for each query with the allowed syntax options, functionality, and maybe some examples. Plus more detail on...

enhancement

This is another old 1.4 branch feature that could get ported over. This is blocked by #9.

enhancement

The old v1.4 had better handling of dates and times both as a string and their timestamp value. Even added "WITH TIME ZONE" for times and timestamp. Would be nice...

enhancement

Currently only the column names are kept by the result set. Should keep array/class similar to [this](http://php.net/manual/en/mysqli-result.fetch-field.php) to keep original tale column info, the data type, and more. Also need...

enhancement

Subqueries add a lot of power to any SQL language that fSQL just can't do. Been toying with the idea of seeing if I get them to work in fSQL...

enhancement