StandardTableExporter#applyComments can not produce correct table comment statement when table has a comment, the sqlString is always empty string.
Customized Dialect can not fix this, becuase of lacking table name in Dialect#getTableComment's parameters. |
|