<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/db/mysqli.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/10942] Add access modifiers</title>
<updated>2012-07-04T12:05:03+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2012-07-04T12:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6776feb0de667340d640744462d00436f893c45f'/>
<id>6776feb0de667340d640744462d00436f893c45f</id>
<content type='text'>
PHPBB3-10942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10942
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10942] Use ANSI SQL standard || in dbal.php</title>
<updated>2012-07-02T21:11:21+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2012-07-02T21:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=fe1f21d1a55ac15b278d99c3a73a8e3424a38fd5'/>
<id>fe1f21d1a55ac15b278d99c3a73a8e3424a38fd5</id>
<content type='text'>
PHPBB3-10942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10942
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-olympus' into develop</title>
<updated>2012-03-08T13:44:32+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-03-08T13:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=35309de0b77e8af18a03a2da5b8196668164c040'/>
<id>35309de0b77e8af18a03a2da5b8196668164c040</id>
<content type='text'>
* develop-olympus:
  [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
  [ticket/9813] Only get posts table row count if we detected a fulltext index.
  [ticket/9813] Also use estimated row count of posts table for fulltext mysql.
  [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
  [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
  [ticket/10653] Add ability to count table rows to database abstraction layer.
  [ticket/9813] Use table status row count only if greater than 100000 or exact.
  [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
  [ticket/9813] Only get posts table row count if we detected a fulltext index.
  [ticket/9813] Also use estimated row count of posts table for fulltext mysql.
  [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
  [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
  [ticket/10653] Add ability to count table rows to database abstraction layer.
  [ticket/9813] Use table status row count only if greater than 100000 or exact.
  [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count</title>
<updated>2012-03-08T13:39:03+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2012-03-07T11:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c11607bdd1ad4209a7697f0dc8d46ea81795b14c'/>
<id>c11607bdd1ad4209a7697f0dc8d46ea81795b14c</id>
<content type='text'>
There is no point in fetching the table status again.

PHPBB3-10653
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no point in fetching the table status again.

PHPBB3-10653
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10653] Add ability to count table rows to database abstraction layer.</title>
<updated>2012-03-03T20:04:01+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2012-02-18T18:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f9953fc3395e6b206c0789d40f89f9d2463348e7'/>
<id>f9953fc3395e6b206c0789d40f89f9d2463348e7</id>
<content type='text'>
PHPBB3-10653
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10653
</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-10-13T21:45:04+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2011-10-13T21:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=301f9d42f78aba2a036d8adcfa418f70fc4ec1bf'/>
<id>301f9d42f78aba2a036d8adcfa418f70fc4ec1bf</id>
<content type='text'>
* develop-olympus:
  [ticket/10307] Add a test for PHPBB3-10307
  [ticket/10307] Return false in mysqli sql_fetchrow on empty result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/10307] Add a test for PHPBB3-10307
  [ticket/10307] Return false in mysqli sql_fetchrow on empty result
</pre>
</div>
</content>
</entry>
</feed>
