FINERACT-897 - Added missing grouping keywords from https://github.com/apache/fi…#780
FINERACT-897 - Added missing grouping keywords from https://github.com/apache/fi…#780vorburger merged 1 commit intoapache:developfrom nemux:develop
grouping keywords from https://github.com/apache/fi…#780Conversation
|
Thanks! So this is strictly required for MySQL v8? These things have a tendency to creep back in, over time... ;-) Any thoughts about how to prevent that? Would you like to try switching the Travis CI configuration to use MySQL v8? |
Yes @vorburger , according to the MySQL reference manual GROUPING became a reserved word in 8.0.1 https://dev.mysql.com/doc/refman/8.0/en/keywords.html Let me make a test in a previous MySQL version using GROUPING quoted, but according to the documentation should be allowed quoted or not because in previous versions is not a reserved word. |
|
And I think we are going to have problems in Travis CI with that switch because the current version of Drizzle. The code itself do not support the new version because little changes: |



Some keywords escaped from
groupingare missing at #757.