JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.28k stars 690 forks source link

fix: EXPOSED-244 [PostgreSQL] Collate option on column not recognized #1956

Closed bog-walk closed 9 months ago

bog-walk commented 9 months ago

Unlike all other dialects, PostgreSQL column COLLATE clause requires that the option is quoted as part of the column definition.