[web2py] Re: Question about a field boolean in MSSQL

2014-11-05 Thread Tim Richardson
And mssql3 uses 0 & 1 it seems. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups

Re: [web2py] Re: Question about a field boolean in MSSQL

2014-10-26 Thread Gianganh Nguyen
Oh, I understand. Thank you so much! :) On Fri, Oct 24, 2014 at 7:28 PM, Anthony wrote: > Looks like the MSSQL2 adapter stores booleans as "T" and "F" character > values, so you may need to convert your 1's and 0's to "T" and "F". > > Anthony > > > On Friday, October 24, 2014 7:14:47 AM UTC-4, G

[web2py] Re: Question about a field boolean in MSSQL

2014-10-24 Thread Anthony
Looks like the MSSQL2 adapter stores booleans as "T" and "F" character values, so you may need to convert your 1's and 0's to "T" and "F". Anthony On Friday, October 24, 2014 7:14:47 AM UTC-4, Gianganh Nguyen wrote: > > Sorry, this issue just occur in *mssql2.* > > > Vào 17:36:52 UTC+7 Thứ sáu,

[web2py] Re: Question about a field boolean in MSSQL

2014-10-24 Thread Gianganh Nguyen
Sorry, this issue just occur in *mssql2.* Vào 17:36:52 UTC+7 Thứ sáu, ngày 24 tháng mười năm 2014, Gianganh Nguyen đã viết: > > > Hello to everybody, > I have a question, please answer for me! > > In the model, I define a field: > > *db.define_table('mytable',* > * Field