CHANGELOG

APPLICATION=SQLite DB Class

V0.20:

07-Aug-2010 - Added new example "test_queryresult.php" which shows QueryResult()
              usage together with some DML operations.

            - Added new methods:

            - GetErrorHandling()
            - AffectedRows()
            - NumRows()
            - LastInsertId()
            - Commit()
            - Rollback()

            - Moved current class to PHP4 folder, wrote new PHP 5 based class
              from scratch based on my OCI8 PHP 5 class. The PHP 4 version
              won't be released anymore!

V0.11:

07-Apr-2010 - Added check if sqlite extension is loaded.

            - Checked all defines if they are already defined.

V0.1:

09-Feb-2009 - Added new methods:
              * Query()
              * QueryResult()
              * FetchResult()
              * FreeResult()
              * Commit()
              * Rollback()

            - Added own error codes for error conditions not covered by
              SQLite error codes. See SQLITEDB_ERR_* defines.

01-Feb-2009 - Initial release.
              The following methods are implemented:

              * Connect()
              * db_SQLite()
              * Disconnect()
              * EscapeString()
              * GetClassVersion()
              * GetDebug()
              * GetErrno()
              * GetErrorText()
              * getmicrotime()
              * GetQueryCount()
              * GetQueryTime()
              * PrintDebug()
              * Print_Error()
              * SendMailOnError()
              * SetDebug()
              * setErrorHandling()
              * Version()

-----------------------------------------------------------------------[EOF]--
$Id: CHANGELOG,v 1.6 2010/08/07 17:47:03 siegel Exp $


Documentation generated on Sat, 07 Aug 2010 20:00:52 +0200 by phpDocumentor 1.4.3