active_flag icon indicating copy to clipboard operation
active_flag copied to clipboard

Include `table_name` in scopes to allow for JOIN operations

Open fjaeger opened this issue 3 years ago • 1 comments

fjaeger avatar Sep 11 '22 08:09 fjaeger

If we want to support general composability, wouldn't we want to quote names?

For instance:

connection.quote_table_name_for_assignment(table_name, column_name)

kenn avatar Sep 13 '22 05:09 kenn