Closed GoogleCodeExporter closed 8 years ago
What is the line or code segment that is before and after your change?
Original comment by noah.hart@gmail.com
on 7 Jun 2010 at 10:59
It's just the big list of types and mappings - Line 326 along side
else if (ptype.Equals (typeof (Byte[])))
{
err = (SqliteError)Sqlite3.sqlite3_bind_blob(pStmt, i, (byte[])param.Value, ((byte[])param.Value).Length, null);
}
I don't know if string is the right choice, but it seems to work with all of my
tests (I'm currently converting across from un-managed SQLite ala
http://codeofrob.com/archive/2010/06/07/nhibernate-csharp-sqlite.aspx )
Original comment by RobAshto...@gmail.com
on 7 Jun 2010 at 11:02
Changes added; Pushed in
changeset: 69:d051d1dc0568
date: Mon Jun 07 18:07:39 2010 -0700
Original comment by noah.hart@gmail.com
on 8 Jun 2010 at 1:08
Original comment by noah.hart@gmail.com
on 8 Jun 2010 at 1:39
Original issue reported on code.google.com by
RobAshto...@gmail.com
on 7 Jun 2010 at 10:15