On Friday, 19 April 2013 22:24:23 UTC+10, Willoughby wrote: > > They should show in the ticket under "Error Traceback" > At least they do for me... > > > > On Friday, April 19, 2013 7:14:08 AM UTC-4, Tim Richardson wrote: >> >> I'm trying to insert into a MSSQL 2005 database via DAL. >> The insert fails (because I missed a column non-NULL with no default >> value). >> What bothers me a bit is that I don't seem to get an error message >> anywhere. The insert returns None rather than the ID which makes sense. >> I see nothing in sql.log. I have the feeling that I'm missing something. >> >
I wasn't getting any errors, I was getting silent failure, although the columns I was missing were not included in my table definition. I fixed that and all is good. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

