Fix issue with Postgres FUNC_MAX_ARGS by moving to row_to_json
This commit is contained in:
@ -16,7 +16,7 @@ var (
|
||||
type parserType int32
|
||||
|
||||
const (
|
||||
maxFields = 100
|
||||
maxFields = 1200
|
||||
maxArgs = 25
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user