Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure correct json default value normalization (#6358)
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | bug | Fixed issues | #6357 #### Summary `PostgreSQLSchemaManager::_getPortableTableColumnDefinition()` is modified to call the private method `parseDefaultExpression()` on default values for `JSON` field to correctly normalize doubled single-quotes in json string value. A test to cover this case is added.
- Loading branch information