probcomp/bayeslite

query parameters for names, not just values

オープン

#156 opened on 2015/09/16

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Python (63 件のフォーク)batch import
help wantedk min/hr

Repository metrics

Stars
 (915 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド