-
skymarshall,
Sorry for the late response. I am on vacation at the moment and haven't been checking SourceForge.
1. Docs will hopefully appear when version v1.4 has a stable release.
2. v1.4.x will support php 4. It had some issues for a bit when I did a lot of new code and the new code didn't work with php 4 references. Most of those issues have been resolved in the SVN. Only a...
2009-11-03 15:56:17 UTC in Flat-file SQL
-
the_unknown added eadurbin to the Flat-file SQL project.
2009-10-23 12:34:20 UTC in Flat-file SQL
-
the_unknown committed revision 26 to the Flat-file SQL SVN repository, changing 7 files.
2009-10-01 03:17:44 UTC in Flat-file SQL
-
the_unknown committed revision 25 to the Flat-file SQL SVN repository, changing 7 files.
2009-09-29 02:57:39 UTC in Flat-file SQL
-
When fSQL started, I picked mySQL which was very popular at the time to base fSQL syntax and functions on and it stuck. There's some mySQL-specific queries (SHOW, DESCRIBE, USE) and functions that, unless you're program actually needs, are taking up a lot of space. With the split of schemas and databases in v1.4, fSQL should start to phase out using only the mySQL feature set and move towards...
2009-09-25 14:55:10 UTC in Flat-file SQL
-
The recent additions of schemas, the FSQL master database, and the planned addition of views are all building to support the SQL Standard's INFORMATION_SCHEMA which has been a lot partly adopted by most modern vendors. So for compatibility with other vendors, fSQL should implement this schema. This would be easiest if all the relations are views to the fSQL master database.
2009-09-25 14:39:44 UTC in Flat-file SQL
-
fSQL does not support views which are an important part of SQL.
http://en.wikipedia.org/wiki/View_(database)
Updatable views would take a lot of work for fSQL v1.x but read-only views should be fairly simple to implement.
2009-09-25 14:34:16 UTC in Flat-file SQL
-
fSQL used to be developed on a machine with both php 4 and php 5. That machine is gone and now built and tested using only php 5.
When using php 4 or enabling zend.ze1_compatibility_mode in php 5, there are object referencing errors that cause the result sets to loop indefinitely and temporary tables to become lost after creation.
fSQL v1.x must maintain its compatibility with php 4 as...
2009-09-25 14:13:40 UTC in Flat-file SQL
-
While fSQL v1.4 still lives in SVN and is unready for a stable release, there's lot of new features going in. And I just coming up with more to fit in, which keeps pushing back the schedule. The latest is a very big rearchitecture that affects everything. But you still probably wouldn't notice unless I pointed it out.
New features:
1. In-memory databases
2. Schemas
3. System...
2009-09-22 21:40:50 UTC in Flat-file SQL
-
the_unknown committed revision 24 to the Flat-file SQL SVN repository, changing 6 files.
2009-09-21 03:39:20 UTC in Flat-file SQL