<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql/tests, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Add --repeat testing mode</title>
<updated>2020-10-30T16:29:33+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-21T13:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1b3b430f478c785c88655533518a66b88ece060a'/>
<id>1b3b430f478c785c88655533518a66b88ece060a</id>
<content type='text'>
This testing mode executes the test multiple times in the same
process (but in different requests). It is primarily intended to
catch tracing JIT bugs, but also catches state leaks across
requests.

Closes GH-6365.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This testing mode executes the test multiple times in the same
process (but in different requests). It is primarily intended to
catch tracing JIT bugs, but also catches state leaks across
requests.

Closes GH-6365.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ext/pgsql parameter names</title>
<updated>2020-10-13T10:30:44+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-07T14:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3171fec6da46a51aab17691a1cd679e88b9fb5f0'/>
<id>3171fec6da46a51aab17691a1cd679e88b9fb5f0</id>
<content type='text'>
Closes GH-6294.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6294.
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote E_NOTICE to Value/TypeError in PostgreSQL extension</title>
<updated>2020-09-29T14:13:01+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-09-28T17:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=053a5fc141be9d3d9b9fb50e9856e0e102c28e66'/>
<id>053a5fc141be9d3d9b9fb50e9856e0e102c28e66</id>
<content type='text'>
Add some tests to cover related codepaths.
With the small caveat that the ones in build_assignment_string()
still don't seem to be tested as it looks the condtions are checked
beforehand, might need some more investigation.

Closes GH-6226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some tests to cover related codepaths.
With the small caveat that the ones in build_assignment_string()
still don't seem to be tested as it looks the condtions are checked
beforehand, might need some more investigation.

Closes GH-6226
</pre>
</div>
</content>
</entry>
<entry>
<title>Return empty array for no rows in pg_fetch_all()</title>
<updated>2020-09-21T15:22:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-21T15:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8ff2f2f84b2c0ea33b38f7e98aaa710ce4f3fc91'/>
<id>8ff2f2f84b2c0ea33b38f7e98aaa710ce4f3fc91</id>
<content type='text'>
This makes it line up with pg_fetch_all_columns(), as well as
similar functions in other exts, such as mysqli_fetch_all().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it line up with pg_fetch_all_columns(), as well as
similar functions in other exts, such as mysqli_fetch_all().
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote invalid field to ValueError in pgsql</title>
<updated>2020-09-21T15:00:23+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-21T14:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=54f03d31e07450defb230367a65d58cd42e80b1d'/>
<id>54f03d31e07450defb230367a65d58cd42e80b1d</id>
<content type='text'>
The same error condition is a ValueError in mysqli, be consistent.

Additionally, do not display the argument name for these errors.
As the signatures are overloaded, the argument name may not match
the meaning at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The same error condition is a ValueError in mysqli, be consistent.

Additionally, do not display the argument name for these errors.
As the signatures are overloaded, the argument name may not match
the meaning at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate pgsql function aliases</title>
<updated>2020-09-21T09:33:05+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-21T09:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7300f6fc17effef09b1254c1b060f4f7279e3af3'/>
<id>7300f6fc17effef09b1254c1b060f4f7279e3af3</id>
<content type='text'>
These have been documentation-deprecated for a very long time,
make it official.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have been documentation-deprecated for a very long time,
make it official.
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote warnings to Errors in PostgreSQL extension</title>
<updated>2020-09-14T15:01:35+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-09-13T03:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d0111d785df10de3eacf41716aff27e579ab67e8'/>
<id>d0111d785df10de3eacf41716aff27e579ab67e8</id>
<content type='text'>
Do some drive by indentation fixes
Also fix pg_select() in regards to the $result_type arg which was missing from ZPP

Closes GH-6129
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do some drive by indentation fixes
Also fix pg_select() in regards to the $result_type arg which was missing from ZPP

Closes GH-6129
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated pgsql signatures</title>
<updated>2020-09-09T13:50:30+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-09T13:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9a6c22da7030bd630a7ea00251d1d59fd1197c4f'/>
<id>9a6c22da7030bd630a7ea00251d1d59fd1197c4f</id>
<content type='text'>
As the comment indicates, these are deprecated in PHP 4.2...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the comment indicates, these are deprecated in PHP 4.2...
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote pgsql no link to Error exception</title>
<updated>2020-09-09T10:45:07+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-09T10:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8f415d441381f1a074e661cffaf9f806b1d8e001'/>
<id>8f415d441381f1a074e661cffaf9f806b1d8e001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated multi-parameter form of pg_connect()</title>
<updated>2020-09-09T10:31:00+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-09T10:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3ab88831ae46078a5ffeba50b9cf66386ae0db6a'/>
<id>3ab88831ae46078a5ffeba50b9cf66386ae0db6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
