Table and column names in generated SQL currently do not get explicitly quoted, but there are situations where it's necessary.
While you can manually quote identifiers in the string arguments to e.g. from_table and col, wouldn't it make sense to just always quote all identifiers automatically?
Table and column names in generated SQL currently do not get explicitly quoted, but there are situations where it's necessary.
While you can manually quote identifiers in the string arguments to e.g.
from_tableandcol, wouldn't it make sense to just always quote all identifiers automatically?