sqlite part II

August 4, 2004

sqlite part II

As you may have noticed, I updated SQLiteDB when I redesigned. While the class itself hasn't changed at all, the documentation is even more thorough and includes more examples than when I last updated it.

But that's not all... When I have some free time (probably not till the end of the month), I will be optimizing the class itself. Here's what's in store:

  • Support for RENAME TABLE queries
  • Maintaining indexes when altering/renaming a table (currently they are not copied)
  • Faster execution time of alter table statements (it currently takes seven transactions behind the scenes... the new way will only require two)
  • Whatever else comes to mind

So expect to see that around September 1st or so. In the meantime, happy coding.

Posted by jon at August 4, 2004 10:38 AM

Comments