probcomp/bayeslite

query parameters for names, not just values

Open

#156 opened on Sep 16, 2015

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (915 stars) (63 forks)batch import
help wantedk min/hr

Description

We have far too much

qcn = bql_quote_name(column_name)
cursor = bdb.execute('ESTIMATE ... %s ... FROM t' % (qcn,))

throughout the tree. We have a mechanism for query parameters to pass in values, but no mechanism for query parameters to specify the names of tables, columns, &c.

Contributor guide