Because not all databases have a boolean type and I wanted to implement it in the same way. Even those that do have boolean MSSQL they deal with it an odd way and do not allow None in it. I do not like that behavior.
On Wednesday, 7 March 2012 18:06:52 UTC-6, Detectedstealth wrote: > > Hi, > > I am curious as to why the database saves a boolean type as a char(1) in > the database (postgresql)? > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.warplydesigned.com > http://www.fitnessfriendsfinder.com >

