axiom-sql-generator
axiom-sql-generator copied to clipboard
Replace SQL string generation with sql.rb
Replace the current string generation by using sql.rb internally. This will ensure all the correct nodes are available and that it will work with axiom as-is. Then we can begin to optimize the generation to create cleaner SQL.
@mbj wdyt about this?