Would it not make more sense to take the column li...
# exposed
s
Would it not make more sense to take the column list as a parameter to
InsertSelectStatement
? Possibly as a
Map<Column, Expression>
and compute the default list in
Table.insert(Query)
method instead ?