araddon/qlbridge

Dialect Writers

araddon opened this issue · 1 comments

Some dialects literals are escaped with ', others are ", Identties similarly are different. Pass through dialect writers to the Node and Statement's to allow dialect-specific outputs. This implies that qlbridge is starting to implement sql-builder functionality, for reasons of being able to take a query, and transform it into a different query. (most builders are to aid construction of sql by using non-sql native golang functions). See https://github.com/umisama/go-sqlbuilder and https://github.com/elgris/golang-sql-builder-benchmark

  • expr pkg
  • rel sql, filterql lib
  • possibly help support rewrite? knowledge of which functions can be passed through?

complete