On Saturday, November 14, 2015 at 3:07:04 AM UTC-5, Annet wrote: > > In appconfig.ini I have the following setting: > > ignore_field_case = 1 > > and in the connection string: > > ignore_field_case=myconf.take('db.ignore_field_case', cast=lambda value: > bool(int(value))) >
Note sure if the above is your actual code, but I think you wanted: db.ignore_field_case = myconf.take('ignore_field_case', cast=lambda value: bool(int(value))) Anthony -- 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 "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.