fmwviormv / sqlite-net

Automatically exported from code.google.com/p/sqlite-net
0 stars 0 forks source link

Boolean type support and scalar evaluation #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I needed to handle a value object which has .net boolean type property. I 
modified three methods, Execute(), SqlType(), and ReadCol() to handle boolean 
type.

I also needed to get a number of matched rows. I added ExecuteScalar<T>() 
method to use the sql count function.

Diff file from rev07 and test code are attached to this issue.

Original issue reported on code.google.com by febh...@gmail.com on 2 Nov 2009 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
Fabulous, thank you very much for the effort. I am integrating your changes 
into the main branch now.

Original comment by frank.al...@gmail.com on 23 Jan 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Your changes and test have been integrated into Rev 23.

Original comment by frank.al...@gmail.com on 23 Jan 2010 at 7:20