Closed zagronitay closed 2 years ago
Can you explain or add a comment on the fix? why this fixes it? what was the issue please?
Can you explain or add a comment on the fix? why this fixes it? what was the issue please?
split_part with negative indexes introduced on psql 14 https://pgpedia.info/postgresql-versions/postgresql-14.html#system_function_changes
Can you explain or add a comment on the fix? why this fixes it? what was the issue please?
split_part with negative indexes introduced on psql 14 https://pgpedia.info/postgresql-versions/postgresql-14.html#system_function_changes
Can you put this comment in the sql view
Summary
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)go run ./docs/docs.go
and committing the changes ๐