Open GoogleCodeExporter opened 8 years ago
btw. the email address "demis@servicestack.net" seems to be no longer valid, it
has been rejected by the server.
Original comment by Heiko.To...@gmail.com
on 31 Aug 2010 at 11:06
Hi,
Well the root cause is that I'm treating bool's as ints in SqlServer. In my
experience I've found this to be the least problematic, most portable approach
to dealing with bool values in SqlServer.
I've modified the code base to use Convert.ToInt32() as you suggested but I'm
not very hopeful that this will actually fix the issue. I'd recommend you let
OrmLite create the tables for you or just use int's since I believe you may run
into future issues ahead.
Anyway I've attached the new build with your fix, let me know if it works for
you.
P.S. Yeah I don't know why "demis@servicestack.net" no longer works its a
google app engine account and I could still log in. My real email is
"demis.bellot at gmail.com", where did you find "demis@servicestack.net" as I
should update it?
Cheers,
- Demis
Original comment by demis.be...@gmail.com
on 31 Aug 2010 at 12:53
Attachments:
Original issue reported on code.google.com by
Heiko.To...@gmail.com
on 31 Aug 2010 at 11:02