<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb, branch v5.22.9</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.9</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.9'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2025-05-01T11:49:24Z</updated>
<entry>
<title>Bump version to 5.22.9</title>
<updated>2025-05-01T11:49:24Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-05-01T11:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=a568bfeb72d6b5942df747adc36b95165a083e60'/>
<id>urn:sha1:a568bfeb72d6b5942df747adc36b95165a083e60</id>
<content type='text'>
</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>Merge branch 'sec-pgsql-sql-injection' into hotfix/5.22</title>
<updated>2025-05-01T11:44:06Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-05-01T11:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=0774134f3311779495d16f74a35c872e353708c6'/>
<id>urn:sha1:0774134f3311779495d16f74a35c872e353708c6</id>
<content type='text'>
Advisory
https://github.com/ADOdb/ADOdb/security/advisories/GHSA-8x27-jwjr-8545

Fixes #1070
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2025-05-01T11:42:27Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-05-01T11:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=99052a92ff40a9bfcc81563cf7c89ee5e3d12d44'/>
<id>urn:sha1:99052a92ff40a9bfcc81563cf7c89ee5e3d12d44</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>Active record: Fix PHP 8.2 deprecation warning</title>
<updated>2025-04-26T08:19:55Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-04-26T08:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=8659a3e34b5b144a54c24827e94e94f1ccf9492c'/>
<id>urn:sha1:8659a3e34b5b144a54c24827e94e94f1ccf9492c</id>
<content type='text'>
Creation of dynamic property MyClass::$column is deprecated in
.../adodb/adodb-active-record.inc.php on line 115

Creation of dynamic property MyClass::$column is deprecated in
.../adodb/adodb-active-recordx.inc.php on line 119

Fixes #1068
</content>
</entry>
<entry>
<title>Fulfill SQLite PRIMARY KEY AUTOINCREMENT requirements</title>
<updated>2025-03-22T23:40:09Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-03-22T23:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=cdaa6e04c794c10f030e7dae072092e5de5871f0'/>
<id>urn:sha1:cdaa6e04c794c10f030e7dae072092e5de5871f0</id>
<content type='text'>
- Extend _CreateSuffix() with two additional parameters.
- Adjust _createSuffix function name.
- Add PHPDoc block
- Fix spaces

Fixes #1055

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;

Changes from PR:
- Original commits squashed
- Removed space after `&amp;` for byref params
- Updated Changelog
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2025-03-22T00:15:09Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-03-22T00:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=33f466dd2b922bdd765898991e73c8d12673b29a'/>
<id>urn:sha1:33f466dd2b922bdd765898991e73c8d12673b29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SQLite error reporting</title>
<updated>2025-03-22T00:11:28Z</updated>
<author>
<name>raspopov</name>
<email>raspopov@cherubicsoft.com</email>
</author>
<published>2025-03-10T15:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=1f41aa621848c52e7043a27df04c495b20f3ab55'/>
<id>urn:sha1:1f41aa621848c52e7043a27df04c495b20f3ab55</id>
<content type='text'>
Without debug flag, the library returns '0' instead of error messages
and correct SQLite error codes.

Fixes #1061, PR #1062
</content>
</entry>
</feed>
