| Mon, 28 Jun 2004 23:15:39 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Mon, 28 Jun 2004 23:13:06 +0000 |
Richard Jones |
rdbms backend full text search failure after import [SF#980314]
|
| Thu, 24 Jun 2004 07:14:49 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Thu, 24 Jun 2004 06:39:07 +0000 |
Richard Jones |
WIP
|
| Wed, 23 Jun 2004 23:21:32 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Wed, 23 Jun 2004 23:19:07 +0000 |
Richard Jones |
fixed RDBMS Class.find() to handle None value in multiple find...
|
| Mon, 21 Jun 2004 04:34:58 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Wed, 16 Jun 2004 03:54:00 +0000 |
Richard Jones |
fixed Boolean values in postgresql (bugs [SF#972546] and [SF#972600])
|
| Mon, 14 Jun 2004 03:36:11 +0000 |
Richard Jones |
fixed some more mysql 0.6->0.7 upgrade bugs [SF#950410]
|
| Wed, 09 Jun 2004 09:49:27 +0000 |
Richard Jones |
better upgrading
|
| Wed, 09 Jun 2004 09:49:27 +0000 |
Richard Jones |
better upgrading
maint-0.7
|
| Wed, 09 Jun 2004 07:04:06 +0000 |
Richard Jones |
argh! backwards compat
maint-0.7
|
| Wed, 09 Jun 2004 07:04:06 +0000 |
Richard Jones |
argh! backwards compat
|
| Wed, 09 Jun 2004 06:16:56 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Wed, 09 Jun 2004 06:13:52 +0000 |
Richard Jones |
fixes
|
| Wed, 09 Jun 2004 05:13:14 +0000 |
Richard Jones |
fix some column datatypes in postgresql and mysql
|
| Sat, 29 May 2004 02:09:13 +0000 |
Richard Jones |
backport from HEAD
maint-0.7
|
| Sat, 29 May 2004 01:35:27 +0000 |
Richard Jones |
fix grouping by NULL linked values
|
| Fri, 28 May 2004 01:09:11 +0000 |
Richard Jones |
Switch to using sqlite's own locking mechanisms...
|
| Sun, 23 May 2004 23:26:30 +0000 |
Richard Jones |
backport from HEAD
maint-0.7
|
| Sun, 23 May 2004 23:24:47 +0000 |
Richard Jones |
fix SearchAction use of Class.filter(), and clarify API docs for same
|
| Sun, 16 May 2004 22:00:08 +0000 |
Richard Jones |
merge from HEAD
maint-0.7
|
| Sun, 16 May 2004 21:49:30 +0000 |
Richard Jones |
more column uniqueness fixes
|
| Sun, 16 May 2004 09:35:50 +0000 |
Richard Jones |
merge from maint-0-7
|
| Sun, 16 May 2004 09:33:14 +0000 |
Richard Jones |
fix anydbm sort/group direction handling...
maint-0.7
|
| Mon, 10 May 2004 01:30:02 +0000 |
Richard Jones |
merge from maint-0-7
|
| Mon, 10 May 2004 01:27:59 +0000 |
Richard Jones |
fix RDBMS import (thanks Tamer Fahmy)
maint-0.7
|
| Thu, 06 May 2004 01:12:24 +0000 |
Richard Jones |
fixes for py2.1 (booleans, sigh)
|
| Tue, 04 May 2004 05:56:54 +0000 |
Richard Jones |
fixed rego from email address [SF#947414]
|
| Sun, 02 May 2004 23:16:05 +0000 |
Richard Jones |
fixed journal marshalling in RDBMS backends [SF#943627]
|
| Mon, 26 Apr 2004 20:59:25 +0000 |
Richard Jones |
Small optimisation to only use "select distinct(id) ..."...
|
| Sun, 25 Apr 2004 22:19:15 +0000 |
Richard Jones |
added capturing of stats
|
| Thu, 22 Apr 2004 22:17:34 +0000 |
Richard Jones |
fix nested scope bug in multilink sorting in rdbms filtering
|
| Tue, 20 Apr 2004 05:47:33 +0000 |
Richard Jones |
Some doc / comment fixes.
|
| Sun, 18 Apr 2004 05:31:03 +0000 |
Richard Jones |
store Intervals as two columns (and other fixes
|
| Mon, 12 Apr 2004 23:50:04 +0000 |
Richard Jones |
don't match retired items in RDBMS stringFind
maint-0.6
|
| Thu, 08 Apr 2004 00:40:20 +0000 |
Richard Jones |
mysql and postgresql schema mutation now handle added Multilinks; fixed test too
|
| Mon, 05 Apr 2004 07:13:10 +0000 |
Richard Jones |
sort/group by multilink in RDBMS
|
| Fri, 02 Apr 2004 05:58:45 +0000 |
Richard Jones |
Export and import now include journals (incompatible with export < 0.7)
|
| Wed, 31 Mar 2004 07:25:14 +0000 |
Richard Jones |
MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
|
| Wed, 31 Mar 2004 01:13:22 +0000 |
Richard Jones |
make rdbms serialise() less trusting
maint-0.6
|
| Wed, 24 Mar 2004 04:57:25 +0000 |
Richard Jones |
Fix some tests.
|
| Wed, 24 Mar 2004 03:07:52 +0000 |
Richard Jones |
MySQL migration of old backend database to new, typed database complete.
|
| Mon, 22 Mar 2004 07:45:40 +0000 |
Richard Jones |
Implemented proper datatypes in mysql and postgresql backends...
|
| Sun, 21 Mar 2004 23:39:08 +0000 |
Richard Jones |
That's the last of the RDBMS migration steps done! Yay!
|
| Fri, 19 Mar 2004 04:47:59 +0000 |
Richard Jones |
A few big changes in this commit:
|
| Thu, 18 Mar 2004 01:58:46 +0000 |
Richard Jones |
Finished implementation of session and one-time-key stores for RDBMS backends.
|
| Wed, 17 Mar 2004 22:01:37 +0000 |
Richard Jones |
*** empty log message ***
|
| Mon, 15 Mar 2004 05:50:20 +0000 |
Richard Jones |
Added the "actor" property.
|
| Fri, 12 Mar 2004 05:36:26 +0000 |
Richard Jones |
security fixes and doc updates
|
| Fri, 12 Mar 2004 04:09:00 +0000 |
Richard Jones |
make mysql / postgresql work again. beginnings of otk/session store in rdbmses
|
| Fri, 05 Mar 2004 00:08:09 +0000 |
Richard Jones |
*** empty log message ***
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Tue, 20 Jan 2004 05:55:51 +0000 |
Richard Jones |
more compliance testing, this time for find()
|
| Tue, 20 Jan 2004 03:58:38 +0000 |
Richard Jones |
use the upload-supplied content-type if there is one
|
| Fri, 05 Dec 2003 09:47:46 +0000 |
Richard Jones |
more unit tests to improve coverage (up from 85% to 88% for anydbm! :)
|
| Sun, 16 Nov 2003 18:41:40 +0000 |
Johannes Gijsbers |
Remove implementations of Class.getnode from back_anydbm and rdbms_common...
|
| Fri, 14 Nov 2003 02:47:56 +0000 |
Richard Jones |
testing fixes for mysql, backported from HEAD
maint-0.6
|
| Fri, 14 Nov 2003 00:19:02 +0000 |
Richard Jones |
fixed retirement of items in rdbms imports [SF#841355]
maint-0.6
|
| Fri, 14 Nov 2003 00:11:19 +0000 |
Richard Jones |
Fixed retirement of items in rdbms imports [SF#841355]
|