probcomp/bayeslite

query parameters for names, not just values

開放

#156 建立於 2015年9月16日

 (5 則留言) (0 個反應) (0 位負責人)Python (63 個分叉)batch import
help wantedk min/hr

倉庫指標

星標
 (915 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南