<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include/rcube_mdb2.php, branch v0.8.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.4</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.4'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2012-10-29T08:22:33Z</updated>
<entry>
<title>fix call to MDB2::isError for MDB2 2.5.0b4</title>
<updated>2012-10-29T08:22:33Z</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2012-10-29T08:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=96f8436d77af05cf3c2d4f87970868221ddc6891'/>
<id>urn:sha1:96f8436d77af05cf3c2d4f87970868221ddc6891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify CONCAT() arguments, because + operator requires them to be of type varchar (#1488505)</title>
<updated>2012-06-04T08:13:42Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-06-04T08:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=fec9f1174ad74d043f2f47998ad44a0e61d13c59'/>
<id>urn:sha1:fec9f1174ad74d043f2f47998ad44a0e61d13c59</id>
<content type='text'>
With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
</content>
</entry>
<entry>
<title>Allow users to choose cols for contacts list sorting</title>
<updated>2012-02-02T22:18:10Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-02-02T22:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=43875379d5fcfc4e4d29e2edcbbed614a2050f7d'/>
<id>urn:sha1:43875379d5fcfc4e4d29e2edcbbed614a2050f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed license to GNU GPLv3+ with exceptions for skins and plugins</title>
<updated>2012-01-18T11:10:46Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-01-18T11:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=7fe3811c65a7c63154f03610e289a6d196f3ae2e'/>
<id>urn:sha1:7fe3811c65a7c63154f03610e289a6d196f3ae2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Reset error flag when connecting to (another) database</title>
<updated>2011-12-02T13:41:37Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-12-02T13:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=8b8512fd98d2a5768f0a7f3285fa1b988f0ca851'/>
<id>urn:sha1:8b8512fd98d2a5768f0a7f3285fa1b988f0ca851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fallback to write-master when readonly database fails</title>
<updated>2011-12-02T13:32:28Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-12-02T13:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=69f00be516afa8f085d7cc384de9551abf5a7ffe'/>
<id>urn:sha1:69f00be516afa8f085d7cc384de9551abf5a7ffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix handling of DB connection failures. Detect failure on connection level instead of on query level.</title>
<updated>2011-11-07T11:03:45Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-11-07T11:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=aa546e17887931ccaf6390c2d6a31e028db70aaf'/>
<id>urn:sha1:aa546e17887931ccaf6390c2d6a31e028db70aaf</id>
<content type='text'>
  Fixes issue when one write query failed, next queries were not executed.
- Changed 'var' to 'public'.


</content>
</entry>
<entry>
<title>- Make debug handler to be a method of rcube_mdb2</title>
<updated>2011-05-27T11:02:51Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-05-27T11:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f5a55bf173be2378db79860ced8486374971e72f'/>
<id>urn:sha1:f5a55bf173be2378db79860ced8486374971e72f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch write-errors on database (yet untested)</title>
<updated>2011-05-20T18:35:08Z</updated>
<author>
<name>thomascube</name>
<email>thomas@roundcube.net</email>
</author>
<published>2011-05-20T18:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd'/>
<id>urn:sha1:10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix func_get_args() usage for PHP&lt;5.3 (#1487928)</title>
<updated>2011-05-20T06:25:46Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-05-20T06:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d2a64865a7089133345dc9eed63ddab691d43575'/>
<id>urn:sha1:d2a64865a7089133345dc9eed63ddab691d43575</id>
<content type='text'>
</content>
</entry>
</feed>
