Add Field->addQualifier() function; update deps; update README
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PDO_DOC_PGSQL_HOST=localhost:8301
|
||||
PG_VERSIONS=('13' '14' '15' '16' 'latest')
|
||||
PG_VERSIONS=('14' '15' '16' '17' 'latest')
|
||||
|
||||
for PG_VERSION in "${PG_VERSIONS[@]}"
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user