Hey Jonathan, On Fr, 2013-12-06 at 10:12 -0800, Jonathan Vanasco wrote: > what about using custom compiler functions
that is definitely a good idea to cast the computation result more elegantly. Do you also know a way to solve the issue of doing it wrong by accident and not noticing? Besides SUM, there's still AVG and other mathematical functions, that you can still use and not be aware of the impact in other DB engines. My goal was to make it harder to make a mistake unknowingly. Cheers, Robert -- 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/groups/opt_out.
