Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | Fix a few tests that no longer work in newer Postgres versions4.1.5 | Peter Bex | |
The WITH(OIDS=true) attribute for CREATE TABLE is no longer supported since version 12. So simply don't run the test for inserted-oid. I *think* this means the inserted-oid procedure is completely useless now, but I'm not 100% sure. The pg_type table has grown a "oid" column in 9.3 which comes before the "typename" column, which used to be the first. So the test is a bit too tightly coupled to the postgres system catalog. Move the test to where we create actual tables and use it on that, instead. | |||
2021-10-12 | Fix tests for newer server versions which report no "micro" version4.1.4 | Peter Bex | |
Reported by Kon Lovett | |||
2020-03-28 | Don't use keywords as identifiers in macro in tests | Peter Bex | |
This breaks in newer CHICKEN versions. | |||
2019-05-12 | Add LISTEN/NOTIFY support4.1.0 | Peter Bex | |
This really is just a matter of reading out notifications when they're available. Also, we offer a way to explicitly wait for notifications. | |||
2018-06-11 | Initial port of PostgreSQL egg to CHICKEN 54.0.0 | Peter Bex | |