<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chicken-postgresql/tests, branch 4.1.5</title>
<subtitle>PostgreSQL support for CHICKEN Scheme via libpq C API bindings.
</subtitle>
<id>https://code.more-magic.net/chicken-postgresql/atom?h=4.1.5</id>
<link rel='self' href='https://code.more-magic.net/chicken-postgresql/atom?h=4.1.5'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/'/>
<updated>2024-09-12T16:46:04Z</updated>
<entry>
<title>Fix a few tests that no longer work in newer Postgres versions</title>
<updated>2024-09-12T16:46:04Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2024-09-12T16:46:04Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/commit/?id=c1a36cc2c67de45c4f6db6ecd2cc9102c5170ba2'/>
<id>urn:sha1:c1a36cc2c67de45c4f6db6ecd2cc9102c5170ba2</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix tests for newer server versions which report no "micro" version</title>
<updated>2021-10-12T06:47:18Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2021-10-12T06:47:18Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/commit/?id=0504fe76bca2d59e1f0bdf535d42e02fec677f10'/>
<id>urn:sha1:0504fe76bca2d59e1f0bdf535d42e02fec677f10</id>
<content type='text'>
Reported by Kon Lovett
</content>
</entry>
<entry>
<title>Don't use keywords as identifiers in macro in tests</title>
<updated>2020-03-28T19:49:55Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2020-03-28T19:49:55Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/commit/?id=6368fb067e244349265e9fdc4a7735e069a6a40a'/>
<id>urn:sha1:6368fb067e244349265e9fdc4a7735e069a6a40a</id>
<content type='text'>
This breaks in newer CHICKEN versions.
</content>
</entry>
<entry>
<title>Add LISTEN/NOTIFY support</title>
<updated>2019-05-12T08:34:10Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-05-12T08:34:10Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/commit/?id=f67ab295d088f8cb1a3407d1b8c187a7187c7e95'/>
<id>urn:sha1:f67ab295d088f8cb1a3407d1b8c187a7187c7e95</id>
<content type='text'>
This really is just a matter of reading out notifications when they're
available.  Also, we offer a way to explicitly wait for notifications.
</content>
</entry>
<entry>
<title>Initial port of PostgreSQL egg to CHICKEN 5</title>
<updated>2018-06-11T19:56:43Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-06-11T19:39:55Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/chicken-postgresql/commit/?id=385f6f23fee37617e0148babdb00783775d04a70'/>
<id>urn:sha1:385f6f23fee37617e0148babdb00783775d04a70</id>
<content type='text'>
</content>
</entry>
</feed>
