Closed
Description
Is your feature request related to a problem? Please describe.
We are trying to convert a query that has a common table expression that is a result of insert...returning
. We are getting the error goqu: unsupported expression type *goqu.InsertDataset
from the sql generator.
Describe the solution you'd like
Adding a case for InsertExpression to
goqu/sqlgen/expression_sql_generator.go
Line 140 in 25020dc
Describe alternatives you've considered
N/A
Dialect
- postgres
- mysql
- sqlite3
Additional context
Opening this issue. We think we know the fix, but need to fork and setup our dev environments to get you a PR. Thanks for all the awesome work lately! We would like to contribute where possible.
Activity