[Sqlalchemy-tickets] Issue #4024: Mention the "advanced" technique to have raw SQL with inline para
Brought to you by:
zzzeek
From: Lele G. <iss...@bi...> - 2017-07-11 11:53:49
|
New issue 4024: Mention the "advanced" technique to have raw SQL with inline param in the FAQ https://bitbucket.org/zzzeek/sqlalchemy/issues/4024/mention-the-advanced-technique-to-have-raw Lele Gaifax: On IRC, one of the most frequently asked question is [this one](http://docs.sqlalchemy.org/en/latest/faq/sqlexpressions.html): it would be nice if it could be integrated with the *more advanced* technique depicted on [StackOverflow](https://stackoverflow.com/questions/21735943/retrieving-ultimate-sql-query-sentence-with-the-values-in-place-of-any), with a particular mention of the function `visitors.replacement_traverse()`. |