Can you tell us more. I believe firebird does not support multiple alter tables in transaction and that is cause of some problems. Make sure you always mgrate one table at the time.
On Sunday, 26 May 2013 06:24:49 UTC-5, Alexei Vinidiktov wrote: > > I use Firebird with web2py but I often have problems migrating db schemas > because of incorrect sql migration scripts that web2py issues. > > > On Sat, Mar 9, 2013 at 1:04 AM, pjag <[email protected] <javascript:>>wrote: > >> web2py works nicely with Firebird DB. Highly recommended. >> >> >> On Thursday, March 7, 2013 3:41:18 PM UTC-5, BlueShadow wrote: >>> >>> Hi guys so I learned that using SQLlite for me wasn't a great >>> choice(thanks Niphlod). But since I started using databases when I started >>> to use web2py. I got no clue what database to use. I used sqllite because >>> it was in the welcome app and it worked while having my site offline and >>> with me being the only user. I know the choice is mostly personal prefrence >>> but I thought give it a trail and ask you guys why you chose your >>> particular database. >>> It would be really nice if you could tell me a few pros and cons. >>> I researched a little on PostgreSQL, MySQL and SQLite the informations I >>> got were sometimes contradicting. >>> I got about 2 times a writing command per page per visit. (keeping track >>> of views for articles) but apparently thats already too much for SQLite. >>> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Alexei Vinidiktov > -- --- 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.

