<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/drivers/adodb-firebird.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-06T21:44:24Z</updated>
<entry>
<title>Adds the length function</title>
<updated>2026-02-06T21:44:24Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2026-02-06T21:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=ac03c91d02098afdd048ada747360c60a10737b7'/>
<id>urn:sha1:ac03c91d02098afdd048ada747360c60a10737b7</id>
<content type='text'>
</content>
</entry>
<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>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>Merge branch 'hotfix/5.22'</title>
<updated>2023-05-18T14:18:07Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-05-18T14:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=9f1f997425903b650c1a5c7b7b2460b49411ab03'/>
<id>urn:sha1:9f1f997425903b650c1a5c7b7b2460b49411ab03</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>Merge tag 'v5.22.3'</title>
<updated>2022-09-06T10:09:38Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-09-06T10:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=0e618e5dca924a323942d89de7a8063c540e1163'/>
<id>urn:sha1:0e618e5dca924a323942d89de7a8063c540e1163</id>
<content type='text'>
ADOdb version 5.22.3 released 2022-09-06

# Conflicts:
#	adodb.inc.php
#	docs/changelog.md
</content>
</entry>
<entry>
<title>Fix uncaught TypeError</title>
<updated>2022-09-03T21:25:27Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-08-26T14:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2d63981977d31e07de536a5be4a1735b0a9552bc'/>
<id>urn:sha1:2d63981977d31e07de536a5be4a1735b0a9552bc</id>
<content type='text'>
On PHP 8.x, executing an update query with the Firebird or Interbase
driver results in a Fatal error: Uncaught TypeError: ibase_num_fields():
Argument #1 ($query_result) must be of type resource, int given.

Problem is caused by fbird_query() / ibase_query() returning the number
of affected rows instead when executing INSERT, UPDATE and DELETE
statements, but ADOConnection::_Execute() expects true.

This was already triggering a warning in earlier PHP versions, but it
was silenced by the @ operator.

Fixes #858
</content>
</entry>
<entry>
<title>Merge branch 'hotfix/5.22'</title>
<updated>2022-03-19T11:57:45Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-19T11:57:45Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=c534fed44d951fa601d121b74c262554d8d7c80a'/>
<id>urn:sha1:c534fed44d951fa601d121b74c262554d8d7c80a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove commented-out code</title>
<updated>2022-03-18T17:26:24Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-03-18T17:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=bead3a7866f770e6b9c2eddadf781b0ae236fea1'/>
<id>urn:sha1:bead3a7866f770e6b9c2eddadf781b0ae236fea1</id>
<content type='text'>
</content>
</entry>
</feed>
