Add Field->addQualifier() function; update deps; update README

This commit is contained in:
2026-01-24 16:51:43 -05:00
parent 54b32bc906
commit 2478be1c99
5 changed files with 412 additions and 273 deletions

View File

@@ -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