goqu icon indicating copy to clipboard operation
goqu copied to clipboard

MySQL 8.0 *does* support WITH CTE

Open sankemax opened this issue 2 years ago • 2 comments

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

sankemax avatar Oct 12 '22 07:10 sankemax

Any update on this @doug-martin ?

akkivarma10 avatar Feb 14 '23 08:02 akkivarma10

@doug-martin made a small PR.

denchenkobp avatar Dec 21 '23 11:12 denchenkobp