-
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 by the_unknown
-
i use it on shopping cart script ... really impressive.
But a function will be good for apprentice programmer : mysql_insert_id will be interesting to be implemented.
I hard coded this but more compliant tool on fsql.php will be apprecied
Bye.
2009-10-30 02:36:14 UTC by skymarshall
-
thanks to you !
Interresting tool for simple request on my projetc. I'm building a twitter ajax updater and it hellp me a lot.
Questions :
1. Too less doc fot the 1.3.x, why ?
2. Why 1.4.x dont support php 4 anymore ? Many users still using php 4 or webserver are still on php 4
3. mysql converter ? is it possible to dump data from fsql to mysql ?
Work well and best regards...
2009-10-29 04:05:42 UTC by skymarshall
-
the_unknown added eadurbin to the Flat-file SQL project.
2009-10-23 12:34:20 UTC by the_unknown
-
the_unknown committed revision 26 to the Flat-file SQL SVN repository, changing 7 files.
2009-10-01 03:17:44 UTC by the_unknown
-
the_unknown committed revision 25 to the Flat-file SQL SVN repository, changing 7 files.
2009-09-29 02:57:39 UTC by the_unknown
-
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 by the_unknown
-
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 by the_unknown
-
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 by the_unknown
-
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 by the_unknown