Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Perl base image #51

Merged

Conversation

nicholasd-ff
Copy link
Contributor

Among various benefits moves off a soon-to-be obsolete version of Debian and adds support for postgres versions up to 16.

Fixes #50

Test output:

1..15
 set_config 
------------
 
(1 row)

 setval 
--------
      1
(1 row)

 setval 
--------
      1
(1 row)

ok 1 - child1 should have 100 rows
ok 2 - child2 should have 100 rows
ok 3 - child3 should have 100 rows
ok 4 - child4 should have 100 rows
ok 5 - child5 should have 100 rows
ok 6 - child6 should have 100 rows
ok 7 - child7 should have 100 rows
ok 8 - child8 should have 100 rows
ok 9 - child9 should have 100 rows
ok 10 - child10 should have 100 rows
ok 11 - all parent rows should be fetched due to FKs
ok 12 - escaping
ok 13 - ordered test case broken, this should return by clustered order
ok 14 - long table name should have 10 rows
 set_config 
------------
 
(1 row)

 setval 
--------
      1
(1 row)

 setval 
--------
      1
(1 row)

ok 15 - results should be ordered

Among various benefits moves off a soon-to-be obsolete version of Debian
and adds support for postgres versions up to 16.

Fixes mla#50
@mla mla merged commit 5ab4d7b into mla:master Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker image can't sample databases newer than postgres 14
2 participants