<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/adodb-lib.inc.php, branch v5.22.11-lsc</title>
<subtitle>adodb PHP Database Abstraction Layer
</subtitle>
<id>https://git.rdm1.uk/adodb/.git/atom?h=v5.22.11-lsc</id>
<link rel='self' href='https://git.rdm1.uk/adodb/.git/atom?h=v5.22.11-lsc'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/'/>
<updated>2025-10-24T23:12:07Z</updated>
<entry>
<title>PHP 8.5: fix Non-canonical cast deprecations</title>
<updated>2025-10-24T23:12:07Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-10-24T23:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=481bb5292033af2918bea9a9af4b551781d17f5f'/>
<id>urn:sha1:481bb5292033af2918bea9a9af4b551781d17f5f</id>
<content type='text'>
Non-canonical cast (integer) is deprecated, use the (int) cast instead

Global search and replace throughout the code base.

Fixes #1143
</content>
</entry>
<entry>
<title>Fix PHP deprecation warning</title>
<updated>2024-12-15T16:27:01Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2024-12-15T16:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=b20c936db3742e76900962017ae9c6a1156cf1bb'/>
<id>urn:sha1:b20c936db3742e76900962017ae9c6a1156cf1bb</id>
<content type='text'>
strcasecmp(): Passing null to parameter of type string is deprecated
in adodb-lib.inc.php on line 369

Fixes #1054
</content>
</entry>
<entry>
<title>PHPDoc</title>
<updated>2024-08-25T09:57:39Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2024-08-25T09:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=c918c31f390a9082b656698b6a9db9891279e3d3'/>
<id>urn:sha1:c918c31f390a9082b656698b6a9db9891279e3d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> _adodb_backtrace() output with outp() instead of print</title>
<updated>2024-01-10T18:43:18Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2024-01-10T18:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=4179aefaf5b10263b6ae8075f315bdfd37c0ef70'/>
<id>urn:sha1:4179aefaf5b10263b6ae8075f315bdfd37c0ef70</id>
<content type='text'>
 Fixes #1018
</content>
</entry>
<entry>
<title>Remove invalid _maxRecordCount assignment</title>
<updated>2023-04-15T11:03:39Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-04-15T11:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5651747a61de6c04f5f61c3c3ea1eec3b44ecadc'/>
<id>urn:sha1:5651747a61de6c04f5f61c3c3ea1eec3b44ecadc</id>
<content type='text'>
$_maxRecordCount does not make sense in ADOConnection context, it is a
property of ADORecordSet.

The value is already and correctly set before returning the RecordSet at
the end of _adodb_pageexecute_all_rows().

Fixes #954
</content>
</entry>
<entry>
<title>PHPDoc</title>
<updated>2023-04-15T11:00:45Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-04-15T11:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=1c54b3df5a0e1e7fa03eae6f83bb3e214629f4dc'/>
<id>urn:sha1:1c54b3df5a0e1e7fa03eae6f83bb3e214629f4dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't strip ORDER BY clause from subqueries</title>
<updated>2022-09-09T07:24:31Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-09-08T17:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=10111e2e16a9a2b51fb0a5a695e7c76aeb212a92'/>
<id>urn:sha1:10111e2e16a9a2b51fb0a5a695e7c76aeb212a92</id>
<content type='text'>
adodb_strip_order_by() should only remove the ORDER BY clause from the
outer SELECT statement, not from subqueries.

Fixes #870
</content>
</entry>
<entry>
<title>Refactor adodb_strip_order_by()</title>
<updated>2022-09-09T07:24:31Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-09-08T16:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=85c27f0ce1303f6aad1800beb22b06320debe40d'/>
<id>urn:sha1:85c27f0ce1303f6aad1800beb22b06320debe40d</id>
<content type='text'>
The replacement of preg_match() by preg_match_all() in commit
8eaf842d19e4206e1c44e0eda44688ebfa1728ed basically made most of the
code in the function useless (the block parsing the SQL statement for
paretheses was never called).

Also, the logic to retrieve the last ORDER BY clause was a bit
contrived.

Fixes #869
</content>
</entry>
<entry>
<title>Do not display error if $errno == 0</title>
<updated>2022-09-03T16:31:41Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-08-26T16:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=828406cad67d781cf92fcfa3ad7aa652b5b888f6'/>
<id>urn:sha1:828406cad67d781cf92fcfa3ad7aa652b5b888f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix over-indented trace when $elementsToIgnore &gt; 0</title>
<updated>2022-09-03T16:31:41Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-08-26T16:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5255e347482a37e201086000212161cd65f25ddb'/>
<id>urn:sha1:5255e347482a37e201086000212161cd65f25ddb</id>
<content type='text'>
</content>
</entry>
</feed>
