Replies: 1 comment 1 reply
-
I think your bug is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an error with a dataset that uses with/cte. And I'm trying to figure out if it's a bug in my code or sequel.
Digging in a bit with a debugger, I see at select_with_sql_cte
and in insert_sql
Do these seem correct? My code doesn't make a simple example (I'll post one once I can narrow it down a bit more but here are the relevant bits if it's helpful:
and the relevant models:
Beta Was this translation helpful? Give feedback.
All reactions