You say that MSSQL and Oracle do not support pagination? In what ways does the database support pagination? How would you take advantage of this for say PostgreSQL on the database level instead of the query level?
-Thadeus On Tue, Sep 29, 2009 at 4:06 PM, mdipierro <[email protected]> wrote: > > In my view they are Postgresql and sqlite. > > MySQL is supported well but the databse itself has issues like the max > size of text fields and cannot do multicolumn migrations per > transactions. > > MSSQL and Oracle cannot do pagination (not a web2py issue). web2py > tries to go around the limitation but it may have problems with > paginations on JOINS. > > Firebird seems to work all right but 'password' is a reserved keyword > so Auth must use 'password2'. annoying. > > GAE works fine but we do not support some of their properties (notably > listproperty) and they do not support many of the relational features > that one would like (multitable transactions, like, or, joins, in, > date manipulations). > > On Sep 29, 2:31 pm, Yannick <[email protected]> wrote: > > Hello mate, > > I have a simple question, > > Since i start working with Web2py I'm using MySql as back-end which is > > good and running perfectly... I'm still looking for room to improve > > and wondering about what back-end suit best with Web2py: It is GAE ? > > Oracle ? MySql ? > > > > Thanks for letting me know what you think... > > > > Cheers, > > Yannick P. > --~--~---------~--~----~------------~-------~--~----~ > 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]<web2py%[email protected]> > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- 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.

