<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pgsql/tests, branch php-5.3.0RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>MFB: ext/pgsql/tests/80_bug14383.phpt</title>
<updated>2009-04-06T14:23:07+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2009-04-06T14:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=309533842fa328d6ee1cf8f84a178abc474f3821'/>
<id>309533842fa328d6ee1cf8f84a178abc474f3821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Fix test</title>
<updated>2009-01-30T14:50:05+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2009-01-30T14:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d295d9113e2c6e411261a38c50ee0f25ba57571f'/>
<id>d295d9113e2c6e411261a38c50ee0f25ba57571f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:</title>
<updated>2008-10-16T00:39:31+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-10-16T00:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8563497a94d6961ceec44305cbb4f6750cf0cc49'/>
<id>8563497a94d6961ceec44305cbb4f6750cf0cc49</id>
<content type='text'>
- Fixed:
  . Memory leak in pg_delete() when using PGSQL_DML_STRING.
  . Bug #24679 (pg_insert problem!)
  . Bug #35996 (pg_meta_data should take the schema into account)
  . Bug #40808 (pg_insert problem)
  . Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
  . Error messages
- Added:
  . Tests

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed:
  . Memory leak in pg_delete() when using PGSQL_DML_STRING.
  . Bug #24679 (pg_insert problem!)
  . Bug #35996 (pg_meta_data should take the schema into account)
  . Bug #40808 (pg_insert problem)
  . Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
  . Error messages
- Added:
  . Tests

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:</title>
<updated>2008-10-13T13:44:32+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-10-13T13:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=310ac30e5ae0d8634f4f2d0eb458e0ab507c32d5'/>
<id>310ac30e5ae0d8634f4f2d0eb458e0ab507c32d5</id>
<content type='text'>
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
  Patch by Tony

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
  Patch by Tony

</pre>
</div>
</content>
</entry>
<entry>
<title>splitted test cases for lo_create and lo_import, added version aware</title>
<updated>2008-07-23T09:06:59+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2008-07-23T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6fcc0ec369d19e3bef23d9d71a14b12eccc37911'/>
<id>6fcc0ec369d19e3bef23d9d71a14b12eccc37911</id>
<content type='text'>
SKIP tests

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SKIP tests

</pre>
</div>
</content>
</entry>
<entry>
<title>added support for object ids in pg_lo_create() and pg_lo_import() where available</title>
<updated>2008-07-23T00:17:19+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2008-07-23T00:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=432b57b2ae87d2d724a02301550d46527a7b99ad'/>
<id>432b57b2ae87d2d724a02301550d46527a7b99ad</id>
<content type='text'>
(based on code provided by Tatsuo Ishii)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(based on code provided by Tatsuo Ishii)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed test</title>
<updated>2008-06-30T01:23:30+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-06-30T01:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4fe93ca55d68a32c8975250710466793f84ae1d7'/>
<id>4fe93ca55d68a32c8975250710466793f84ae1d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)</title>
<updated>2007-10-03T23:30:46+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-10-03T23:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f6b761b0ac061fd503c5c7caa663a9c9f8fd472a'/>
<id>f6b761b0ac061fd503c5c7caa663a9c9f8fd472a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test names</title>
<updated>2007-05-07T18:03:01+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-05-07T18:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1f6554512136708a3500f740df8593d368afccd8'/>
<id>1f6554512136708a3500f740df8593d368afccd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for</title>
<updated>2006-12-29T00:34:30+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2006-12-29T00:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=79d524dc1e320cd38bbf6716f2f9f43df68cc037'/>
<id>79d524dc1e320cd38bbf6716f2f9f43df68cc037</id>
<content type='text'>
timestamp fields).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timestamp fields).

</pre>
</div>
</content>
</entry>
</feed>
