Fix long column descriptions being truncated at 63 characters in pg12 (#1368)
* Lengthen child_entities name comment to make tests check it does not get truncated at 63 chars. * Don't cast column description to sql_identifier type (maxlen 63 chars) when introspecting schema in DbStructure.hs
This commit is contained in:
committed by
Steve Chávez
parent
53b606e1c1
commit
ee40e7e0d7
@@ -125,7 +125,7 @@ spec = do
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"description": "child_entities name comment",
|
||||
"description": "child_entities name comment. Can be longer than sixty-three characters long",
|
||||
"format": "text",
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user