Breaking changes
- The
keywordCase
option no more applies to data types. - The
identifierCase
option no more applies to function names. - New formatting style of
CREATE TABLE
(#495) Thanks to Timon Jurschitsch - New formatting style of
CREATE VIEW
- When using custom dialects:
TokenizerOptions
has new mandatoryreservedDataType
field.
New features
- Added
functionCase
option (#237) Thanks to Karl Horky - Added
dataTypeCase
option (#653) Thanks to Karl Horky