oceanicwang / dapper-dot-net

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

Postgresql boolean fields do not deserialize correctly #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using postgresql, latest dapper
2. execute a query on a table with a boolean field type.
3.

What is the expected output? What do you see instead?
boolean field deserializes values correctly, however what happens is they are 
always deserialized as false.

What version of the product are you using? On what operating system?
dapper 1.11

Please provide any additional information below.
using with NHibernate.Driver.NpgsqlDriver, it's a mixed nhibernate/dapper 
project, slowly migrating performance sensitive parts to dapper. 

Original issue reported on code.google.com by vinc...@finalbuilder.com on 12 Sep 2012 at 4:44