<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/drivers/adodb-postgres64.inc.php, branch master</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2026-02-28T23:17:19Z</updated>
<entry>
<title>Whitespace</title>
<updated>2026-02-28T23:17:19Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2026-02-28T23:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d6be564d940a4b15279c54c650a333f6b953258f'/>
<id>urn:sha1:d6be564d940a4b15279c54c650a333f6b953258f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `mixed` return type</title>
<updated>2026-02-28T23:16:55Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2026-02-28T23:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=71beadd0e85bc36c112747dc8f5367b641bba576'/>
<id>urn:sha1:71beadd0e85bc36c112747dc8f5367b641bba576</id>
<content type='text'>
Not supported on PHP 7.4.

Fixes #1210
</content>
</entry>
<entry>
<title>Creates a separate metacolumnnames method for postgres, isolating the driver specific code</title>
<updated>2026-02-15T00:12:52Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2026-02-15T00:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5bcdad5783ae116b02fd299181e8fdfadfc5171d'/>
<id>urn:sha1:5bcdad5783ae116b02fd299181e8fdfadfc5171d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed for ADODB_ASSOC_CASE and ADODB_FETCH_MODE</title>
<updated>2026-02-14T22:20:44Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2026-02-14T22:20:44Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=6c6e3bae3319c71ddd16ece5e3c570bb89dd7e31'/>
<id>urn:sha1:6c6e3bae3319c71ddd16ece5e3c570bb89dd7e31</id>
<content type='text'>
 - Ensures that associative key matching works correctly
 - Ensure the fetchMode() precedence is handled correctly
</content>
</entry>
<entry>
<title>Merge tag 'v5.22.9'</title>
<updated>2025-05-01T11:56:07Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-05-01T11:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=7221d9e4b15f65876228f4a8e22050222f826359'/>
<id>urn:sha1:7221d9e4b15f65876228f4a8e22050222f826359</id>
<content type='text'>
ADOdb version 5.22.9 released 2025-05-01

# Conflicts:
#	adodb-active-record.inc.php
#	adodb-active-recordx.inc.php
#	adodb.inc.php
#	docs/changelog.md
#	drivers/adodb-postgres64.inc.php
</content>
</entry>
<entry>
<title>Mark pg_insert_id() as deprecated</title>
<updated>2025-05-01T11:47:18Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-04-26T16:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=85538577762b2b912934d6aeb18c3f737183d0f8'/>
<id>urn:sha1:85538577762b2b912934d6aeb18c3f737183d0f8</id>
<content type='text'>
This function does the same thing as ADODB_postgres8::_insertID(), in
a more limited way. There is no reason to keep it around.

Fixes #1069
</content>
</entry>
<entry>
<title>PHPDoc</title>
<updated>2025-05-01T11:47:18Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-04-26T16:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2fa8c0f10f8a8c3ecc8f3778a933ef3bb575f94c'/>
<id>urn:sha1:2fa8c0f10f8a8c3ecc8f3778a933ef3bb575f94c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SQL injection in pg_insert_id()</title>
<updated>2025-05-01T11:26:14Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-04-26T15:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=11107d6d6e5160b62e05dff8a3a2678cf0e3a426'/>
<id>urn:sha1:11107d6d6e5160b62e05dff8a3a2678cf0e3a426</id>
<content type='text'>
Properly escape the $tablename and $fieldname parameters used to build
the sequence name.
</content>
</entry>
<entry>
<title>Merge tag 'v5.22.8'</title>
<updated>2025-01-25T01:25:58Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-01-25T01:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2fa364f09d399b1d52fc5370c8d0538fdf04e9f2'/>
<id>urn:sha1:2fa364f09d399b1d52fc5370c8d0538fdf04e9f2</id>
<content type='text'>
ADOdb version 5.22.8 released 2025-01-25

# Conflicts:
#	adodb.inc.php
#	docs/changelog.md
#	drivers/adodb-postgres64.inc.php
</content>
</entry>
<entry>
<title>pgsql: fix serverInfo() version number</title>
<updated>2025-01-24T23:13:49Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-01-24T23:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=28ea66498d138615e93296acdf8c12b4ab4b86af'/>
<id>urn:sha1:28ea66498d138615e93296acdf8c12b4ab4b86af</id>
<content type='text'>
In ADOdb versions &lt; 5.21.0-beta.1, serverInfo()['version'] returned just
the version number (e.g. `15.10`), which was extracted from the version
string using ADOConnection::_findVers().

Commit f2b88e063d61b12a1df9090b8d0c68831ed0f447 removed the _findVers()
call, so serverInfo() could potentially return additional information
depending on the actual value returned by pg_version() (e.g.
`15.10 (Debian 15.10-0+deb12u1)`.

This could cause subsequent version comparisons to fail, e.g. in
metaTables().

Fixes #1059
</content>
</entry>
</feed>
