Breaking changes
- Reduced the keywords lists of MySQL, MariaDB and SingleStoreDB to just the reserved ones. #629
This means that usingkeywordCase: upper
no more capitalizes words likeuser
andname
. - Changed how
COMMENT
keyword is formatted. #636
In dialects like MariaDB (which allow it insideCREATE TABLE
statement) it is no more placed on a separate line.
In dialects which supportCOMMENT ON ...
statement, it only triggers a new line when used together withON
.