[sqlite] System.Data.SQLite and sqlite3_prepare()

2013-03-20 Thread Eric Sink


It looks like System.Data.SQLite uses sqlite3_prepare() instead of 
sqlite3_prepare_v2().


Is there a technical reason for this?

Just curious.

--
E

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] System.Data.SQLite and sqlite3_prepare()

2013-03-20 Thread Richard Hipp
On Wed, Mar 20, 2013 at 2:04 PM, Eric Sink e...@sourcegear.com wrote:


 It looks like System.Data.SQLite uses sqlite3_prepare() instead of
 sqlite3_prepare_v2().

 Is there a technical reason for this?


I think this is just an historical accident.  There is no technical reason.

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users