Commit ff3e694
committed
fix(pg_graphql): use string comparison for pgVersion
pgVersion is a string, so comparison should be string-to-string
instead of string-to-integer.1 parent d470079 commit ff3e694
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments