News Feed
Jobs Feed
Sections




News Archive
Lukas Smith's Blog:
New PEAR releases
August 22, 2006 @ 15:23:13

Lukas Smith has posted about some updates for the MDB2 PEAR package he maintains, including many bug fixes and the addition of the SQLite driver.

I got annoyed be seeing the driver fail so many of the unit tests because there is no support for ALTER TABLE in SQLite version 2 that I sat down and wrote up an emulation for it. Maybe someone has use for it.

There is a lot of tricky code in there to properly read the current table layout like fields, indexes and constraints as well as the data which all should be merged with the changes if everything goes as planned. Needless to say its a somewhat risky operation, especially since SQLite does not support transactions for DDL operaitons.

He also talks about some updates he's made to the LiveUser and LiveUser_Admin packages to correct bugs found there. His next release will be the MDB2_Schema package, with some new DML additions.

0 comments voice your opinion now!
pear release mdb2 mdb2_schema liveuser liveuser_admin sqlite pear release mdb2 mdb2_schema liveuser liveuser_admin sqlite


blog comments powered by Disqus

Similar Posts

ZetCode.com: SQLite PHP tutorial

Stuart Herbert's Blog: Getting PEAR Working On Windows 7

Christian Wenz's Blog: Zend Studio for Eclipse 6.0 Released (and Zend Studio 5.5.1, too)

Fabien Potencier's Blog: Pirum, the Simple PEAR Channel Server Manager

Community News: Latest PEAR Releases for 08.14.2006


Community Events











Don't see your event here?
Let us know!


series introduction language interview code functional zendframework2 release opinion unittest application podcast testing example object development framework tool community phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework