probcomp/bayeslite

query parameters for names, not just values

Open

#156 aperta il 16 set 2015

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Python (63 fork)batch import
help wantedk min/hr

Metriche repository

Star
 (915 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor