<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/db/postgres.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/11015] Remove old dbal classes</title>
<updated>2012-11-12T09:38:28+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2012-11-12T09:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9bc9ac281af9f194d73160ae3545105f24db5395'/>
<id>9bc9ac281af9f194d73160ae3545105f24db5395</id>
<content type='text'>
PHPBB3-11015
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11015
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11015] Add BC files for the drivers</title>
<updated>2012-07-21T16:11:24+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2012-07-21T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=65bafb22810038fd51e22fd8168775afd86c2e74'/>
<id>65bafb22810038fd51e22fd8168775afd86c2e74</id>
<content type='text'>
PHPBB3-11015
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11015
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11015] Make DBAL classes autoloadable</title>
<updated>2012-07-21T16:11:14+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2012-07-21T15:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=90a957ad26f52e26c3979464c5ac15b1fd0fcc28'/>
<id>90a957ad26f52e26c3979464c5ac15b1fd0fcc28</id>
<content type='text'>
PHPBB3-11015

This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11015

This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9916] Updating header license and removing Version $Id$</title>
<updated>2011-12-31T13:32:52+00:00</updated>
<author>
<name>Unknown</name>
<email>unknownbliss@phpbbdevelopers.net</email>
</author>
<published>2011-12-31T13:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7a04c9048c110f0bd21ea3e9e869e17b408d640e'/>
<id>7a04c9048c110f0bd21ea3e9e869e17b408d640e</id>
<content type='text'>
PHPBB3-9916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9916
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-olympus' into develop</title>
<updated>2011-03-10T10:25:36+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-10T10:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=31eb45897a316bac2e56658866e11f04b06ee724'/>
<id>31eb45897a316bac2e56658866e11f04b06ee724</id>
<content type='text'>
* develop-olympus:
  [ticket/10057] Fixes for a bunch of small problems.
  [ticket/10035] ACP template edit feature allows to read any files on webserver.
  [ticket/10057] Handle the case of missing interbase extension better.
  [ticket/10057] Fixed wrong usage of sql_error again, in firebird.
  [ticket/10057] Fixed usage of sql_error again.
  [ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
  [ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
  [ticket/10057] Skip ibase_service_attach if firebird connection failed.
  [ticket/10057] Check for interbase function existence.
  [ticket/10057] Split statements in firebird dbal for readability.
  [ticket/10057] Include error collector class file in postgres dbal.
  [ticket/10057] Moved error collector class into its own file.
  [ticket/10057] Use a class for error collection.
  [ticket/10057] More informative error messages in postgres dbal.
  [ticket/10057] No negative array indexing.
  [ticket/10057] Report postgres db connection errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/10057] Fixes for a bunch of small problems.
  [ticket/10035] ACP template edit feature allows to read any files on webserver.
  [ticket/10057] Handle the case of missing interbase extension better.
  [ticket/10057] Fixed wrong usage of sql_error again, in firebird.
  [ticket/10057] Fixed usage of sql_error again.
  [ticket/10057] Condition file/line display on DEBUG_EXTRA or IN_INSTALL.
  [ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
  [ticket/10057] Skip ibase_service_attach if firebird connection failed.
  [ticket/10057] Check for interbase function existence.
  [ticket/10057] Split statements in firebird dbal for readability.
  [ticket/10057] Include error collector class file in postgres dbal.
  [ticket/10057] Moved error collector class into its own file.
  [ticket/10057] Use a class for error collection.
  [ticket/10057] More informative error messages in postgres dbal.
  [ticket/10057] No negative array indexing.
  [ticket/10057] Report postgres db connection errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10057] Fixes for a bunch of small problems.</title>
<updated>2011-03-09T00:48:56+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-09T00:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=87e3560c30365d757280f6ef6f067c29c1f9c5f0'/>
<id>87e3560c30365d757280f6ef6f067c29c1f9c5f0</id>
<content type='text'>
PHPBB3-10057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10057
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10057] Fixed usage of sql_error again.</title>
<updated>2011-03-07T13:52:59+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-07T13:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e5aa2c9ac112156b56db9c4b1d8fc2b6f6f79265'/>
<id>e5aa2c9ac112156b56db9c4b1d8fc2b6f6f79265</id>
<content type='text'>
PHPBB3-10057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10057
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10057] Fixed wrong usage of sql_error in postgres dbal.</title>
<updated>2011-03-07T04:17:01+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-07T04:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=98388b29212cf94c443e0b4f626508efc937715f'/>
<id>98388b29212cf94c443e0b4f626508efc937715f</id>
<content type='text'>
pg_last_error does not work if no connection was ever established.
Therefore we must keep track of connection errors in postgres
dbal ourselves.

PHPBB3-10057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pg_last_error does not work if no connection was ever established.
Therefore we must keep track of connection errors in postgres
dbal ourselves.

PHPBB3-10057
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10057] Include error collector class file in postgres dbal.</title>
<updated>2011-03-07T01:51:09+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-07T01:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=22004fa7d65b19e8bfe96a97042a614be1adf444'/>
<id>22004fa7d65b19e8bfe96a97042a614be1adf444</id>
<content type='text'>
This change is in its own commit because it will be reverted for 3.1.

PHPBB3-10057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is in its own commit because it will be reverted for 3.1.

PHPBB3-10057
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10057] Use a class for error collection.</title>
<updated>2011-03-07T01:16:17+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-03-02T11:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=17693c2802c92297251f5cd94cc5452f5e54eb0b'/>
<id>17693c2802c92297251f5cd94cc5452f5e54eb0b</id>
<content type='text'>
Replaced error collection functions with a class for a cleaner
implementation.

PHPBB3-10057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced error collection functions with a class for a cleaner
implementation.

PHPBB3-10057
</pre>
</div>
</content>
</entry>
</feed>
