summaryrefslogtreecommitdiffstats
path: root/tests/auto/queries/testjsondbqueries.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-2/+6
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-251-1/+6
* Fixed autotest to cleanup after itselfDenis Dzyubenko2012-05-211-6/+15
* Added an autotest for queries with constraints on linked objectsDenis Dzyubenko2012-05-181-1/+44
* Implemented !=~ queryJamey Hicks2012-05-091-0/+9
* Fixed a bug in query with extraction operatorDenis Dzyubenko2012-05-091-4/+107
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-061-23/+17
* Changed JsonDbIndex and IndexSpecDenis Dzyubenko2012-05-061-1/+4
* Fix union ("|") query where a term is indexed.Jamey Hicks2012-04-241-0/+24
* Fix the "[= { foo: bar} ]" form of queriesKevin Simons2012-04-241-0/+1
* Fix parsing json literals in '|' queriesJamey Hicks2012-04-231-0/+3
* Cannot use an index for a field with a "contains" constraint.Jamey Hicks2012-04-161-0/+13
* Split partition handling out into a separate moduleKevin Simons2012-04-101-3/+3
* Removed qjson parser.Denis Dzyubenko2012-04-021-10/+1
* Remove support for non-object [= ] query form.Jamey Hicks2012-03-311-8/+14
* fix a mem leak in tst_queriesBai Jing2012-03-301-1/+2
* Add support for query bindings in =~ regexp matches.Jamey Hicks2012-03-281-0/+14
* Support arbitrary JSON terms in "contains" queriesKevin Simons2012-03-231-1/+23
* Fix "notExists" query on indexed properties.Jamey Hicks2012-03-211-0/+28
* Remove the "empty query returns everything" bug/featureKevin Simons2012-03-211-0/+7
* Refactoring: remove JsonDb classKevin Simons2012-03-151-113/+48
* Remove writable global static variablesKevin Simons2012-02-271-1/+0
* Naming clean up.Tapani Mikola2012-02-211-4/+4
* Use qrc for tests/auto/queries/dataset.jsonJamey Hicks2012-02-201-1/+1
* Allow indexes to be named if propertyFunction not usedAli Akhtarzada2012-02-101-23/+85
* Allow keys to be quoted in queriesJamey Hicks2012-02-071-1/+28
* implement [? foo notExists] queryJamey Hicks2012-02-071-0/+11
* put .json files into resource to avoid searching problemsBai Jing2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-271-1/+1
* Removed Qson binary format from qtjsondbJamey Hicks2012-01-271-74/+104
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Added queries auto testsAli Akhtarzada2012-01-171-0/+338