As stated in the docs: "Note that any name not known to func <http://docs.sqlalchemy.org/en/rel_1_1/core/sqlelement.html#sqlalchemy.sql.expression.func> generates the function name as is - there is no restriction on what SQL functions can be called, known or unknown to SQLAlchemy, built-in or user defined."
I guess there won't be a waiting queue (or better descriptions) for this category of SQL functions in the sqla docs. On Thu, Dec 10, 2015 at 12:06 PM, SF Markus Elfring < [email protected]> wrote: > Thanks for the link to information I was looking for: > > http://stackoverflow.com/questions/15743121/how-to-filter-in-sqlalchemy-by-string-length#answer-15743220 > > Why is the method "length" not mentioned in the documentation chapter > "SQL and Generic Functions" so far? > http://docs.sqlalchemy.org/en/rel_1_1/core/functions.html > > Are there any related functions for which a better description is also > in a waiting queue? > > Regards, > Markus > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
