goqu
goqu copied to clipboard
MySQL 8.0 *does* support WITH CTE
Currently, the init()
of mysql dialect puts false
on the feature of WITH CTE
, although mysql 8.0 does support it.
I think it's safe to turn the dialect support on - so we'll be able to use this feature.
Dialect
- [ ] mysql
https://dev.mysql.com/doc/refman/8.0/en/with.html
Any update on this @doug-martin ?
@doug-martin made a small PR.