nhibernate / NHibernate.JetDriver

Jet Driver for NHibernate
GNU Lesser General Public License v2.1
3 stars 8 forks source link

Linq querying over a boolean property doesn't work #1

Closed mterwoord closed 8 years ago

mterwoord commented 9 years ago

When connected to access, doing linq queries over boolean properties translates into 0 and 1, while access uses 0 and -1 (or false and true)