mozilla-releng / balrog

Mozilla's Update Server
http://mozilla-balrog.readthedocs.io/en/latest/index.html
Mozilla Public License 2.0
100 stars 148 forks source link

allow sqlalchemy to substitute parameters in raw statements #3015

Open bhearsum opened 1 year ago

bhearsum commented 1 year ago

In #3013 @gabrielBusta pointed out that it's not possible to defer parameter substitution in raw queries -- we must provide the full, finalized statement to execute. Although we don't use raw queries often, we should still allow for proper parameterization of them.