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

This commit is contained in:
2026-01-24 17:15:06 -05:00
parent 8ff7a36752
commit 7008b8d632
5 changed files with 417 additions and 279 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