DBD::SQLite now has foreign key support

Alias on 2009-10-15T04:12:38

http://svn.ali.as/cpan/releases/DBD-SQLite-1.26_05.tar.gz

I'm happy to report that the development series of DBD::SQLite now has support for the long-awaited SQLite native foreign key constraints, released yesterday (Sydney future time)

The current development series is very close to being release ready, we've mainly been using the time between SQLite.org-recommended upgrades (there have been none since 1.25 was releases) to do miscellaneous API design changes that needed lots of testing and dev releases.

Now that there is such a prominent new feature, we can expect to move to new production DBD::SQLite shortly.

So please test the new dev release thoroughly, and let us know if you hit any issues.


wow!

rjbs on 2009-10-15T11:52:54

That is extremely exciting! I didn't know SQLite was adding this feature, but I look forward to incorporating it into our code. Thanks for helping to keep things up to date.

Re:wow!

ddick on 2009-10-15T22:07:27

agreed. stoked that we get this feature. much thanks.