Matt Sergeant wrote:
On 14 Jul 2004, at 20:45, Matt Sergeant wrote:
In sqlite3, I can't get sqlite3_changes working for DELETE. I notice there's no tests for this. (I'm talking "DELETE FROM T WHERE ..." rather than flat out DELETE all).
Can anyone else confirm this?
This is now the only thing holding back DBD::SQLite's port to sqlite3. I've got everything else working and it's all looking great. inserts are about the same speed as sqlite2, but selects have sped up about 30%. Nice work!
(now I just have to work out a release/migration strategy - since a raw CPAN install will break people's apps).
Matt.
Perhaps a dumb question, but can you use a totally new name, like DBD::sqlite3 so it can be totally seperate from 2.x?
And thank you! I, for one, will get use out of it!
-Andy