myXMLsql 1.3.1 will feature:
- improved select-syntax (SELECT field1, field2, fieldx FROM table – will lead to an error with 1.3 and earlier versions)
- improved performance (especially functions that are used more often will be handled first in loops)
- overall improved SQL syntax support (common SQL syntax should at least not lead to errors)
- INSERT INTO will treat integer as integer (e.g. INSERT INTO table (field) VALUES (1) will work)
later versions will feature:
- implementation of LIMIT BY
- implementation of REPLACE
- myxmlsql_connect() with password feature
- manual enable/disable of built-in error reporting