Several fixes and optimizations have been included into version 1.01. Users who deploy SQL_AL.PHP with Microsoft SQL or Oracle are urged to upgrade immediately. Changes include:
- Documentation completed with all functions and usage.
- Fixed bug with implementation of mssql_fetch_row (statement to fetch a row completely missing).
- Fixed lack of support for OCI8 in functions sql_free_result(), sql_logoff().
- Streamlined the returning of results in most functions (removed a total of 13 lines from length of SQL_AL.PHP). Now, one statement included for the returning of the result of the function. Some exceptions exist:
* sql_operator - Current implementation of the function will not allow a common result. It appears to be more practical to keep each operator separately returning a result.
* Additionally, some functions have included statements to return FALSE under certain circumstances.
- Enhanced the readability of SQL_AL.PHP by placing the functions in order as they appear above.