PostgreSQL9Dialectshould supportsIfExistsBeforeTableName
Activity
Show:

Brett Meyer March 19, 2014 at 9:48 PM
Already corrected within
Duplicate
Details
Details
Assignee

Reporter

Components
Affects versions
Priority
Created January 20, 2014 at 7:27 PM
Updated March 19, 2014 at 9:48 PM
Resolved March 19, 2014 at 9:48 PM
added a PostgreSQL9Dialect, however it extended PostgreSQL81Dialect instead of PostgreSQL82Dialect, and in the process lost the implementation of indicating support for supportsIfExistsBeforeTableName. Suggest either changing to extend PostgreSQL82Dialect or explicitly adding the supportsIfExistsBeforeTableName override directly to PostgreSQL9Dialect.