| Wed, 18 Dec 2024 16:24:22 -0500 |
John Rouillard |
doc: update version in doc/mysql.txt; remove bdb support for mysql.
|
| Sat, 06 Apr 2024 22:47:25 -0400 |
John Rouillard |
issue2551115/issue2551282 - utf8mb4 support in roundup
|
| Sat, 04 Mar 2023 00:17:26 -0500 |
John Rouillard |
Add config argument to more password.Password invocations.
|
| Thu, 08 Sep 2022 01:14:36 -0400 |
John Rouillard |
flake8 fixes
|
| Mon, 25 Jul 2022 17:20:20 -0400 |
John Rouillard |
- issue2551223 - fix timestamp truncation in mysql and postgresql
|
| Sun, 10 Jul 2022 15:49:39 -0400 |
John Rouillard |
issue2551216 - create mysql databases using COLLATE utf8_general_ci
|
| Wed, 26 Jan 2022 15:04:09 -0500 |
John Rouillard |
issue2551189 - increase size of words in full text index.
|
| Tue, 25 Jan 2022 13:22:00 -0500 |
John Rouillard |
issue2551189 - increase text search maxlength
|
| Thu, 10 Jun 2021 12:52:05 -0400 |
John Rouillard |
issue2551142 - Import of retired node ... unique constraint failure.
|
| Fri, 07 May 2021 20:50:08 +0200 |
Ralf Schlatterbeck |
Multilink expressions with simple "or"
|
| Tue, 19 May 2020 09:25:48 +0200 |
Ralf Schlatterbeck |
Fix rev_multilink properties search/retrieval
|
| Fri, 01 May 2020 17:13:15 +0200 |
Ralf Schlatterbeck |
Make the charset configurable for mysql
|
| Thu, 30 Apr 2020 13:27:04 +0200 |
Ralf Schlatterbeck |
Supply charset utf-8 for mysql connection
|
| Wed, 29 Apr 2020 16:30:27 +0200 |
Ralf Schlatterbeck |
Allow to define reverse Multilinks
|
| Thu, 26 Dec 2019 21:44:50 -0500 |
John Rouillard |
Cleanups for bandit
|
| Sun, 13 Oct 2019 13:52:44 -0400 |
John Rouillard |
issue2551025: try handling operational error exception in close #3
|
| Sun, 13 Oct 2019 13:37:29 -0400 |
John Rouillard |
issue2551025: try handling operational error exception in close #2
|
| Sun, 13 Oct 2019 13:16:17 -0400 |
John Rouillard |
issue2551025: try handling operational error exception in close
|
| Mon, 26 Aug 2019 18:18:02 +0200 |
Ralf Schlatterbeck |
Implement exact string search
|
| Sun, 16 Sep 2018 16:19:20 +0000 |
Joseph Myers |
MySQL backend fixes for Python 3.
|
| Fri, 17 Aug 2018 19:44:12 +0100 |
Christof Meerwald |
access exception args in a Python 3 compatible way
|
| Tue, 24 Jul 2018 22:08:17 +0000 |
Joseph Myers |
Python 3 preparation: change "x.has_key(y)" to "y in x".
|
| Tue, 24 Jul 2018 21:39:58 +0000 |
Joseph Myers |
Python 3 preparation: "raise" syntax.
|
| Fri, 20 Apr 2018 18:46:28 +0200 |
Ralf Schlatterbeck |
Fix commits although a Reject exception is raised
|
| Thu, 24 Aug 2017 22:21:37 -0400 |
Eric S. Raymond |
Use Python-3-compatible 'as' syntax for except statements
|
| Sat, 25 Jun 2016 20:10:03 -0400 |
John Rouillard |
- issue2550636, issue2550909: Added support for Whoosh indexer.
|
| Fri, 10 Jun 2016 18:14:36 +1000 |
John Kristensen |
Remove 'import *' statement from dist/backends/back_mysql.py
|
| Sun, 05 Jun 2016 00:17:26 -0400 |
John Rouillard |
Add support for an integer type to join the existing number type.
|
| Sun, 06 Apr 2014 11:11:04 +0200 |
Ralf Schlatterbeck |
New rdbms configuration option 'isolation_level'
|
| Mon, 08 Nov 2010 16:21:02 +0000 |
Bernhard Reiter |
Multilinks can be filtered by combining elements with AND, OR and NOT now.
|
| Tue, 24 Nov 2009 20:36:52 +0000 |
Stefan Seefeld |
Fix race condition.
|
| Tue, 10 Mar 2009 01:08:45 +0000 |
Richard Jones |
Fix some broken logging.
|
| Fri, 20 Feb 2009 04:50:39 +0000 |
Stefan Seefeld |
Robustify SQL<->HyperDB data type conversion.
|
| Fri, 20 Feb 2009 04:38:34 +0000 |
Stefan Seefeld |
Enhance and simplify logging.
|
| Wed, 27 Feb 2008 08:32:51 +0000 |
Richard Jones |
fix mysql breakage in 1.4.2
1.4.3
|
| Fri, 26 Oct 2007 01:34:43 +0000 |
Richard Jones |
Fix a couple more old instances of "type" instead of "ENGINE" for mysql backend.
|
| Fri, 28 Sep 2007 15:26:10 +0000 |
Justus Pendleton |
mysql table creation syntax change
|
| Thu, 21 Jun 2007 07:35:51 +0000 |
Ralf Schlatterbeck |
Indexing fixes.
|
| Tue, 29 Aug 2006 04:20:50 +0000 |
Richard Jones |
Postgres backend allows transaction collisions to be ignored when...
|
| Thu, 13 Jul 2006 10:14:56 +0000 |
Ralf Schlatterbeck |
Transitive-property support.
|
| Fri, 07 Jul 2006 15:04:28 +0000 |
Ralf Schlatterbeck |
The whole filter method was replicated in back_mysql.py from rdbms_common.py
|
| Thu, 27 Apr 2006 03:40:42 +0000 |
Richard Jones |
escape *all* uses of "schema" in mysql backend [SF#1472120]
|
| Fri, 03 Mar 2006 01:02:26 +0000 |
Richard Jones |
escape all uses of "schema" in mysql backend [SF#1397569]
|
| Mon, 30 Jan 2006 00:36:26 +0000 |
Richard Jones |
Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
|
| Fri, 27 Jan 2006 05:56:58 +0000 |
Richard Jones |
release stuff
maint-0.8 0.8.6
|
| Fri, 20 Jan 2006 02:42:35 +0000 |
Richard Jones |
grouping/sorting on link to same class fixed [SF#1404930]
|
| Fri, 20 Jan 2006 02:40:56 +0000 |
Richard Jones |
added setorderprop() and setlabelprop() to Class (lots of patches)
|
| Fri, 13 Jan 2006 01:29:48 +0000 |
Richard Jones |
merge from HEAD
maint-0.8
|
| Fri, 13 Jan 2006 01:21:14 +0000 |
Richard Jones |
handle "schema" being reserved word in MySQL 5+ [SF#1397569]
|
| Fri, 13 Jan 2006 01:18:07 +0000 |
Richard Jones |
Fix invalid date spec in db tests
|
| Fri, 13 Jan 2006 00:05:46 +0000 |
Richard Jones |
fixed documentation of filter()...
|
| Mon, 24 Oct 2005 03:37:11 +0000 |
Richard Jones |
MySQL now creates String columns using the TEXT column type
|
| Tue, 12 Jul 2005 01:43:17 +0000 |
Richard Jones |
merge from HEAD
maint-0.8
|
| Tue, 12 Jul 2005 01:37:50 +0000 |
Richard Jones |
applied patch [SF#236087]
|
| Mon, 02 May 2005 05:48:59 +0000 |
Richard Jones |
merge from maint-0-7
|
| Mon, 02 May 2005 05:48:59 +0000 |
Richard Jones |
merge from maint-0-7
maint-0.8
|
| Mon, 02 May 2005 05:44:56 +0000 |
Richard Jones |
fix RDBMS clear() so it resets all class itemid counters
maint-0.7 0.7.12
|
| Mon, 02 May 2005 05:12:23 +0000 |
Richard Jones |
*** empty log message ***
maint-0.7
|
| Mon, 28 Feb 2005 03:32:45 +0000 |
Richard Jones |
merge from maint-0-8
|
| Mon, 28 Feb 2005 03:31:43 +0000 |
Richard Jones |
change AUTOCOMMIT=OFF to AUTOCOMMIT=0 for MySQL [SF#1143707]
maint-0.8
|