Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha.silbe@caravan.local>2010-07-17 08:06:49 (GMT)
committer Sascha Silbe <sascha.silbe@caravan.local>2010-07-17 08:06:49 (GMT)
commit00f8a0f66627afe3a85a73928e1ea0993eae5713 (patch)
tree894d9a815d5ef89aaf8e62f225e87f0bf002a1fe
parent6e6580c9fec39fc99753665ff038ca0b9222c958 (diff)
parenta6e95773113512e1599706795ab604e13242c99b (diff)
Merge remote branch 'refs/remotes/origin/t/query-typed-props' into HEAD
-rw-r--r--.topdeps1
-rw-r--r--.topmsg10
2 files changed, 7 insertions, 4 deletions
diff --git a/.topdeps b/.topdeps
index 9c9ac90..32541a7 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1,2 @@
upstream/master
+t/testsuite
diff --git a/.topmsg b/.topmsg
index 76e731e..bb91966 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,8 +1,10 @@
From: Sascha Silbe <sascha@silbe.org>
-Subject: [PATCH] add (minimal) test suite (#1438)
+Subject: [PATCH] add and use type information for "known" properties (#1437)
+
+Bug #1342 has shown that it's necessary to know (and convert/check) the type
+of known properties (as we need to use xapian.sortable_serialise() on numeric
+types). This patch does that (but doesn't fix #1342 yet, that will be done on
+top of it).
-Add a minimal test suite for the data store operating on public DBus API
-level. Checks all public API calls, including some simple performance
-measurements.
Signed-off-by: Sascha Silbe <sascha@silbe.org>