some functions called from func. are translated to what they should be on a particular backend (we call these "generic functions"). func.length() is one of these so it should translate to len() when using an MSSQL dialect.
On Sep 11, 2009, at 8:31 PM, Richie Ward wrote: > > If I use func.length, wont that break on systems that use LEN, I think > MSSQL uses LEN? > > Does it translate this? Is this a potential problem? > > -- > Thanks, Richie Ward > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
