index
:
qt/qtjsondb.git
hbtree
kvs
master
*** Orphaned Project ***
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
/
jsondbquery.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
1
-24
/
+24
*
Cleaning up JsonDbQuery
Denis Dzyubenko
2012-05-31
1
-21
/
+21
*
Tiny fixes to JsonDbQuery* classes.
Denis Dzyubenko
2012-05-30
1
-56
/
+64
*
Moved jsondb query parser to a separate class.
Denis Dzyubenko
2012-05-25
1
-466
/
+13
*
Add notContains operator
Tapani Mikola
2012-05-25
1
-2
/
+7
*
QueryTerm -> JsonDbQueryTerm
Kevin Simons
2012-05-24
1
-29
/
+20
*
Bunch of small fixes
Ali Akhtarzada
2012-05-19
1
-0
/
+1
*
PIMPL the JsonDbPartition class
Kevin Simons
2012-05-10
1
-1
/
+2
*
Fix OR query matching
Jamey Hicks
2012-05-09
1
-22
/
+15
*
Implemented !=~ query
Jamey Hicks
2012-05-09
1
-4
/
+11
*
remove stray qDebug
Jamey Hicks
2012-05-09
1
-3
/
+1
*
Renamed JsonDbObject::propertyLookup to valueByPath()
Denis Dzyubenko
2012-05-09
1
-3
/
+3
*
Improve separation between the protocol and the underlying implementation
Kevin Simons
2012-05-06
1
-28
/
+0
*
Make more use of QStringLiteral and QLatin1Char/QLatin1String
Denis Dzyubenko
2012-05-03
1
-37
/
+37
*
Don't use the QRegExp methods that modify the object
Thiago Macieira
2012-04-27
1
-2
/
+3
*
Capture query parse error explanations.
Jamey Hicks
2012-04-25
1
-3
/
+2
*
Fixes changes since watcher with "in" query
Jamey Hicks
2012-04-24
1
-3
/
+3
*
Fix union ("|") query where a term is indexed.
Jamey Hicks
2012-04-24
1
-1
/
+9
*
Fix parsing json literals in '|' queries
Jamey Hicks
2012-04-23
1
-5
/
+2
*
revise parsing of literal array and objects in queries
Jamey Hicks
2012-04-18
1
-76
/
+84
*
Cannot use an index for a field with a "contains" constraint.
Jamey Hicks
2012-04-16
1
-1
/
+5
*
Fix QString-related warnings
Kevin Simons
2012-04-11
1
-61
/
+62
*
Split partition handling out into a separate module
Kevin Simons
2012-04-10
1
-0
/
+688