On Tue, 19 Feb 2002, KAWAI,Takanori wrote: > ----- Original Message ----- > From: "Matt Sergeant" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 19, 2002 4:29 AM > Subject: DBD::SQLite > > > > I've finished my first stab at DBD::SQLite. > > > > It's a simple driver for small needs databases, such as when you want > > something to ship with a product to demo it, or when DBD::CSV isn't fast > > enough, or when MySQL is too much. > (snip) > > So, please if you get chance, download it from > > http://axkit.org/download/DBD-SQLite-0.01.tar.gz, and compile it and play > > with it. No docs, just a few tests. Let me know how you get on! > GREAT! COOL!! WONDERFUL!!! > #sorry for my poor English. > > It works fine on my Linux box. > It seems that has no problem with Japanese string :-). > > But have these functions not implemented? > - Place holders
Yes, in CVS, but SQLite doesn't support them, so it uses the hackish method of splitting up the SQL on ? and re-joining it for execution with the values in place. Yucky. > - Transaction support with $dbh->commit(), $dbh->rollback() Not yet. -- <!-- Matt --> <:->Get a smart net</:->
