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.