Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.topmsg
blob: bb91966af973beba96e16e733c5e3bad0fcb46ea (plain)
1
2
3
4
5
6
7
8
9
10
From: Sascha Silbe <sascha@silbe.org>
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).


Signed-off-by: Sascha Silbe <sascha@silbe.org>