Weekly report for 04 July 2010 on Project "Database Module + FuzzySQL"
This week I have:
Fixed some bugs in version DbQuery using 2 parameters
Tested module with MySQL, Firebird(InterBase), OCI (Oracle) and SQLite, version 2 databases, and built QtSql drivers for them. So, only DB2 and TDS drivers are left to be tested.
Partially implemented version of DbConnect, using connection string parameters and tried it with PostgreSQL and SQLite drivers.
Replaced DbLastError() by DbLastDbError() and DbLastQueryError() to distinguish between database (e.g. wrong password) and query errors
Next week
Next week I am going to
- Test module with last 2 providers (DB2 and TDS)
- Finish helps and demos for all functions (still some left)
Finish implementation of function DbConnect with privider and connection string parameters for all drivers
Implement functions DbLastInsertId