<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adodb/drivers/adodb-mssqlnative.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>2023-03-12T15:23:48Z</updated>
<entry>
<title>Remove deprecated $databaseName property</title>
<updated>2023-03-12T15:23:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2023-03-12T14:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=e475b4c610f6ee9cd103ac395ccf562e9b151b93'/>
<id>urn:sha1:e475b4c610f6ee9cd103ac395ccf562e9b151b93</id>
<content type='text'>
ADOConnection::$databaseName was marked as obsolete in ADOdb 4.66.

Since the assignment that was kept for backwards-compatibility in the
ADOConnection::selectDB() method is causing deprecation warnings with
PHP 8.2, now is the time to get rid of it.

The 2018 rewrite of DB2 driver introduced a private $databaseName
property; this has been removed in favor of ADOConnection::$database.

Fixes #932, #904

Signed-off-by: Damien Regad &lt;dregad@mantisbt.org&gt;
</content>
</entry>
<entry>
<title>affected_rows() returns false when called incorrectly</title>
<updated>2022-10-28T12:35:52Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2022-10-28T01:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=de4e80a7dc66803e280ef830593444b879a14ef3'/>
<id>urn:sha1:de4e80a7dc66803e280ef830593444b879a14ef3</id>
<content type='text'>
If called incorrectly, the affected_rows() method now returns false
instead of returning an error from the SQL server driver.

Fixes #895
</content>
</entry>
<entry>
<title>Remove uneeded call to ADOconnection::out for debugging</title>
<updated>2022-09-03T16:28:10Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2022-08-21T23:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=badb5db4485299a48576fb6e9dcc135132a8b488'/>
<id>urn:sha1:badb5db4485299a48576fb6e9dcc135132a8b488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mssql: insert_id returns false if value is out of range</title>
<updated>2022-08-26T13:53:49Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2022-08-26T13:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=3aa30417b062b6c1815402822d35919670ce353b'/>
<id>urn:sha1:3aa30417b062b6c1815402822d35919670ce353b</id>
<content type='text'>
Insert_id() attempts to force the return value to an integer data type 
which fails if the value is out of range.

Fixes #853</content>
</entry>
<entry>
<title>mssql: Fix undefined variable when closing connection</title>
<updated>2022-05-09T13:30:48Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2022-05-09T13:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=aa1dbf78b500db9a4f63973ddb42c125b0018033'/>
<id>urn:sha1:aa1dbf78b500db9a4f63973ddb42c125b0018033</id>
<content type='text'>
Also remove redundant assignment of $this-&gt;_connectionID, which is
already set to false in ADOConnection::close().

Fixes #835
</content>
</entry>
<entry>
<title>mssql: fix undeclared variable</title>
<updated>2022-05-06T13:42:44Z</updated>
<author>
<name>Mark Newnham</name>
<email>mark@newnhams.com</email>
</author>
<published>2022-04-15T02:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=94030fbcfcac1ae8c835dad70b13c127a3714427'/>
<id>urn:sha1:94030fbcfcac1ae8c835dad70b13c127a3714427</id>
<content type='text'>
Prevents occurrence of PHP notice:
Automatic conversion of false to array is deprecated in PHP 8.1

Fixes #829

(cherry picked from commit 40c3ed6d12354f7a83d40cd18f7bc4983dbbd33b)
</content>
</entry>
<entry>
<title>Uniformize metaForeignKeys() function signature</title>
<updated>2021-11-07T14:24:05Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-11-07T14:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=bfcafbb385881cfa0301d51e1542f2252d1b4134'/>
<id>urn:sha1:bfcafbb385881cfa0301d51e1542f2252d1b4134</id>
<content type='text'>
- public visibility
- camelCase
- change $owner default from false to ''
- add $associative param where missing
- PHPDoc updates
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2021-11-07T14:07:20Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-11-07T14:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=38bd9a8f16cb5ec13d180a20f279f71d28622bbb'/>
<id>urn:sha1:38bd9a8f16cb5ec13d180a20f279f71d28622bbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo Merge tag 'v5.21.1'</title>
<updated>2021-08-16T23:08:57Z</updated>
<author>
<name>Damien Regad</name>
<email>dregad@mantisbt.org</email>
</author>
<published>2021-08-16T23:08:57Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/adodb/.git/commit/?id=2595a935bc272a451595d27939ba4aaddc4ee68e'/>
<id>urn:sha1:2595a935bc272a451595d27939ba4aaddc4ee68e</id>
<content type='text'>
# Conflicts:
#	adodb.inc.php
#	docs/changelog.md
#	drivers/adodb-mssqlnative.inc.php
#	drivers/adodb-mysqli.inc.php

Fixes #751
</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>
</feed>
