You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
// TODO(sean): This is a temporary solution. We need to find a better way to handle type cast conversion and column conversion. e.g. Iterating the AST with a visitor pattern.
302
322
// The Key must be in lowercase. Because the key used for value retrieval is in lowercase.
0 commit comments