> I am caching a flight tomorrow morning so I will probably be unable to
> look at this again for 24hrs.

Have a good trip! This feature can wait a few more days...

FYI here is feedback from Firebird.  The result was:
   ProgrammingError: (-842, 'isc_dsql_prepare: \n  Dynamic SQL Error\n
                    SQL error code = @1\n  Precision must be from 1 to
18')

I had a poke around and I believe you need to change 1560 in sql.py
From:  precision, scale = [int(x) for x in field.type[9:-1].split
(',')]
To  :  precision, scale = [int(x) for x in field.type[8:-1].split(',')]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to