<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/drivers/adodb-ado5.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>2025-10-24T23:19:31Z</updated>
<entry>
<title>Merge branch 'hotfix/5.22'</title>
<updated>2025-10-24T23:19:31Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2025-10-24T23:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=31f9b9262bd5df26e32e7921f901d444fe008176'/>
<id>urn:sha1:31f9b9262bd5df26e32e7921f901d444fe008176</id>
<content type='text'>
# Conflicts:
#	adodb-time.inc.php
#	drivers/adodb-db2.inc.php
</content>
</entry>
<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 typos</title>
<updated>2024-12-23T19:35:23Z</updated>
<author>
<name>Andreas Deininger</name>
<email>andreas@deininger.net</email>
</author>
<published>2024-12-23T19:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=316bba3ba6efdec86a9e6f03ee765212b6489097'/>
<id>urn:sha1:316bba3ba6efdec86a9e6f03ee765212b6489097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove remaining ADOdb date/time function calls</title>
<updated>2023-10-18T07:28:25Z</updated>
<author>
<name>Joe Bordes</name>
<email>joe@tsolucio.com</email>
</author>
<published>2023-10-18T07:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=4700171afa6c5f939e8d04b079331e207dea22ca'/>
<id>urn:sha1:4700171afa6c5f939e8d04b079331e207dea22ca</id>
<content type='text'>
This is a follow-up on commit bffa42e206d758af3095b8a0bdbf3c3ad8fb5e51.

Following removal of adodb-time library, some function calls were not
cleaned up in the code base. This fixes that.

Includes a standalone test script to validate the functionality. 

Fixes #970 (PR #1002)
</content>
</entry>
<entry>
<title>Set $fetchMode property in ADORecordSet constructor</title>
<updated>2023-05-22T16:19:05Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-04-16T16:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=5c9e24cf98409004da2a5e5bd80eeec82c5a3997'/>
<id>urn:sha1:5c9e24cf98409004da2a5e5bd80eeec82c5a3997</id>
<content type='text'>
This reduces code duplication as the logic to initialize $fetchMode from
$ADODB_FETCH_MODE global was repeated in most drivers.

$adodbFetchMode is systematically initialized as well now; previously it
was only set in those drivers having specific fetch modes.

Fixes #958
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2023-04-29T23:01:15Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-04-29T23:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2ff5c635efdcdac816422cf97d04c92820e3f0af'/>
<id>urn:sha1:2ff5c635efdcdac816422cf97d04c92820e3f0af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define ADOConnection::_query() method</title>
<updated>2023-04-29T23:00:55Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-04-29T23:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=ae2438b731d24bf0bb159a738599b9266120e96e'/>
<id>urn:sha1:ae2438b731d24bf0bb159a738599b9266120e96e</id>
<content type='text'>
- Update child classes to be consistent with this declaration.
- Remove unnecessary, non-PHPDoc comments
- Consistent parameter names

Fixes #966
</content>
</entry>
<entry>
<title>Redo Merge branch 'hotfix/5.21' Standardized file headers</title>
<updated>2021-08-16T22:48:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=d558d101c514beeb8c91f65ae61d106b201dc472'/>
<id>urn:sha1:d558d101c514beeb8c91f65ae61d106b201dc472</id>
<content type='text'>
Try to do it right this time...

# Conflicts:
#	adodb-memcache.lib.inc.php

Fixes #751
</content>
</entry>
<entry>
<title>Reset version to avoid merge conflicts</title>
<updated>2021-08-16T22:31:23Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=eea4fc59246a14083e07949e4d54ac806ebbacce'/>
<id>urn:sha1:eea4fc59246a14083e07949e4d54ac806ebbacce</id>
<content type='text'>
Fixes #751
</content>
</entry>
<entry>
<title>Revert changes since Standardized file headers merge</title>
<updated>2021-08-16T22:30:04Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T22:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=507466ef798b18a3a8830230cfcd51bb488513cf'/>
<id>urn:sha1:507466ef798b18a3a8830230cfcd51bb488513cf</id>
<content type='text'>
The conflicts resolution applied when merging the Standardized file
headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously
messed up, actually overwriting a number of changes in the master
branch.

Rather than trying to go and fix things one by one which has a high risk
of messing things further, it's easier to redo the merge from a clean
slate, so this commit reverts the following:

- "Merge branch 'hotfix/5.21' Standardized file headers",
  e9dcce3df24912ad869d0193f0b419f2309101fc
- "Merge tag 'v5.21.1'",
  5f437df3104159d5d659f60e31bef8d33c34995f
- "Reset version to 5.22.0-dev"
  af9234a525c3255af051a330164486d73be4c63a
- "Fix incorrect resolution of merge conflicts"
  a6733f61b0165b366c8d2c70d9af82edc3881951.
- "Fix syntax error in toexport.inc.php"
  20b01e83cb61b6b2460f64c7d1277c5f4cc28574.

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