Changeset: c5e62504f467 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c5e62504f467
Branch: properties
Log Message:
Merged with default
diffs (13 lines):
diff --git a/sql/backends/monet5/dict.c b/sql/backends/monet5/dict.c
--- a/sql/backends/monet5/dict.c
+++ b/sql/backends/monet5/dict.c
@@ -728,6 +728,9 @@ DICTthetaselect(Client cntxt, MalBlkPtr
if (p != BUN_NONE && op[0] == '<' && op[1] ==
'=') {
if (ATOMcmp(lvi.type, v, BUNtail(lvi,
p)) != 0)
p--;
+ } else if (p != BUN_NONE && op[0] == '>' &&
!op[1]) {
+ if (ATOMcmp(lvi.type, v, BUNtail(lvi, p)) != 0)
+ op = ">=";
}
}
if (p != BUN_NONE) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]