-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: solve some compatibility issues with pgcli (#355)
* fix: replace 'xxx=ANY(yyy)' with 'my_list_contains(yyy, xxx) (#354) * fix: support pg_catalog.pg_get_expr with 3 params (#354) * fix: wrap columns 'proallargtypes' and 'proargtypes' to split string into string array (#354)
- Loading branch information
1 parent
34b0213
commit 068cd59
Showing
3 changed files
with
106 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters