<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/db/driver/sqlite3.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/12624] Add debug.load_time parameter</title>
<updated>2019-05-09T16:40:15+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2018-06-18T18:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=139eb17bb729763ab670fb239c77db02e29920f6'/>
<id>139eb17bb729763ab670fb239c77db02e29920f6</id>
<content type='text'>
PHPBB3-12624
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12624
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12627] Add debug.sql_explain parameter</title>
<updated>2019-05-09T16:29:22+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2018-06-18T18:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b4d4336ef4043a5b3381a9e70d3bbc6bc6732d07'/>
<id>b4d4336ef4043a5b3381a9e70d3bbc6bc6732d07</id>
<content type='text'>
PHPBB3-12627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12627
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14044] Automatically trigger rollback on insert in transaction</title>
<updated>2015-10-23T18:47:56+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-10-23T14:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=df53d409226dd9a0ccbeac93f017a4363a1c98cf'/>
<id>df53d409226dd9a0ccbeac93f017a4363a1c98cf</id>
<content type='text'>
This will cause the sqlite3 driver to automatically rollback transactions
if an insert fails during a transaction. Other dbms trigger a rollback
inside the sql_error() function with a rollback command. However,
this manual rollback command might fail on sqlite3 due to ongoing queries.

With this change, sqlite3 itself will abort any ongoing queries and
initiate the rollback automatically. Since manually triggered rollbacks
will fail after the rollback was started automatically, we catch
exceptions output by the exec() command during rollback and any exception
that might be thrown by fetchArray() due to aborted queries.

PHPBB3-14044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will cause the sqlite3 driver to automatically rollback transactions
if an insert fails during a transaction. Other dbms trigger a rollback
inside the sql_error() function with a rollback command. However,
this manual rollback command might fail on sqlite3 due to ongoing queries.

With this change, sqlite3 itself will abort any ongoing queries and
initiate the rollback automatically. Since manually triggered rollbacks
will fail after the rollback was started automatically, we catch
exceptions output by the exec() command during rollback and any exception
that might be thrown by fetchArray() due to aborted queries.

PHPBB3-14044
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14044] Fix Sqlite error in tests</title>
<updated>2015-10-23T09:46:03+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-10-22T09:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e0d06ee83ebf9ae72ef9746385155168fb083fa9'/>
<id>e0d06ee83ebf9ae72ef9746385155168fb083fa9</id>
<content type='text'>
PHPBB3-14044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14044
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.1.x'</title>
<updated>2015-09-09T09:01:03+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>tristan.darricau@sensiolabs.com</email>
</author>
<published>2015-09-09T09:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=23205ca0cc8c71e17b4a514dffb474e9c28bd585'/>
<id>23205ca0cc8c71e17b4a514dffb474e9c28bd585</id>
<content type='text'>
* 3.1.x:
  [ticket/13423] Set busyTimeout on connect to prevent db locking
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3.1.x:
  [ticket/13423] Set busyTimeout on connect to prevent db locking
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13423] Set busyTimeout on connect to prevent db locking</title>
<updated>2015-09-07T10:23:49+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-09-07T10:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=ea594d00f750843997fcbbd829a64c8cc983fca2'/>
<id>ea594d00f750843997fcbbd829a64c8cc983fca2</id>
<content type='text'>
PHPBB3-13423
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13423
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-ascraeus' into develop</title>
<updated>2014-08-10T11:35:37+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-08-10T11:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=489aba31c70c2b7ccafdd6941a4d2077afef0967'/>
<id>489aba31c70c2b7ccafdd6941a4d2077afef0967</id>
<content type='text'>
* develop-ascraeus:
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-ascraeus:
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
  [ticket/12671] Possibility to use NOT LIKE expression
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12671] Possibility to use NOT LIKE expression</title>
<updated>2014-08-09T17:11:21+00:00</updated>
<author>
<name>Geolim4</name>
<email>contact@geolim4.com</email>
</author>
<published>2014-08-09T17:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=db0815f680d4ed9da845facb6e8e3975ac14621e'/>
<id>db0815f680d4ed9da845facb6e8e3975ac14621e</id>
<content type='text'>
PHPBB3-12671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12671
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12671] Possibility to use NOT LIKE expression</title>
<updated>2014-08-09T13:04:39+00:00</updated>
<author>
<name>Geolim4</name>
<email>contact@geolim4.com</email>
</author>
<published>2014-08-09T13:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=635cde218c786f76397c3354e59f96a8a151c132'/>
<id>635cde218c786f76397c3354e59f96a8a151c132</id>
<content type='text'>
PHPBB3-12671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12671
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12671] Possibility to use NOT LIKE expression</title>
<updated>2014-08-08T16:32:17+00:00</updated>
<author>
<name>Geolim4</name>
<email>contact@geolim4.com</email>
</author>
<published>2014-08-08T16:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=01943adbf72e137b9dfbda3ac85120c21a30fab8'/>
<id>01943adbf72e137b9dfbda3ac85120c21a30fab8</id>
<content type='text'>
PHPBB3-12671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12671
</pre>
</div>
</content>
</entry>
</feed>
