summaryrefslogtreecommitdiffstats
path: root/src/partition
Commit message (Expand)AuthorAgeFilesLines
* Fix compile on Android.HEADmasterBogDan Vatra2013-10-041-2/+8
* put hbtree in a namespaceOswald Buddenhagen2013-03-132-1/+3
* adapt jsondb partition to windowsJamey Hicks2012-10-144-2/+10
* Remove append-only btreeJamey Hicks2012-10-114-44/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2454-1296/+1296
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Mark JsonDb compat and partition libraries as internal.Stephen Kelly2012-07-241-0/+1
* Update the export macros in qtjsondb.gitThiago Macieira2012-07-111-2/+6
* switch to new-style configure testsOswald Buddenhagen2012-06-271-1/+1
* build system cleanupsOswald Buddenhagen2012-06-271-4/+1
* auto-generate module prisOswald Buddenhagen2012-06-271-10/+5
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-272-2/+1
* move the headers from partition/schema-validation/ to their parent dirOswald Buddenhagen2012-06-276-5/+5
* Remove private header include from public headerKalle Juhani Lehtonen2012-06-271-1/+0
* Make sure invalid partition function calls work propertlyAli Akhtarzada2012-06-131-4/+7
* Remove objects in batches for reduces and mapsAli Akhtarzada2012-06-132-10/+6
* Close indexes with object tablesAli Akhtarzada2012-06-111-0/+1
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-111-1/+1
* Fixed subscription to a notification without explicitly specifying _typeDenis Dzyubenko2012-06-111-1/+3
* Speed up [?_uuid="undefined"] queriesJamey Hicks2012-06-082-0/+6
* Improve offset - limit query performanceTapani Mikola2012-06-088-15/+243
* Added JsonDbSettings::debugIndexes()Jamey Hicks2012-06-073-4/+10
* Removed unused function that used to create indexes defined by schemasDenis Dzyubenko2012-06-072-15/+0
* Enable JS injection in Json DbGuenter Schwann2012-06-062-1/+33
* Update all the eager views that depend on a source object changeJamey Hicks2012-06-061-1/+1
* Do not open index right after closing just to get filenameAli Akhtarzada2012-06-061-3/+2
* Try to make jsondb build again in CITapani Mikola2012-06-052-2/+2
* Get rid of unnecessary semicolonAli Akhtarzada2012-06-051-1/+1
* Remove unnecessary contains call in validateIndexAli Akhtarzada2012-06-051-5/+6
* Changed HBtree to take advisory lock on each open of the db file.Denis Dzyubenko2012-06-042-6/+2
* Make German phone book sorting work in jsondbMike FABIAN2012-06-012-8/+8
* Fixed syncing to disk.Denis Dzyubenko2012-06-011-4/+3
* Removed objectkey from indexObject() function.Denis Dzyubenko2012-06-015-40/+40
* fix some QString warningsBai Jing2012-05-313-3/+3
* Cleaning up JsonDbQueryDenis Dzyubenko2012-05-316-59/+50
* Tiny fixes to JsonDbQuery* classes.Denis Dzyubenko2012-05-302-61/+72
* Deal with failure to open up indexAli Akhtarzada2012-05-303-1/+14
* Get rid of dead codeAli Akhtarzada2012-05-301-6/+0
* Fix used of possible null pointer dereferenceAli Akhtarzada2012-05-301-3/+2
* Debug and verbose output refactorAli Akhtarzada2012-05-306-69/+110
* Add option to enforce javascript strict modeJamey Hicks2012-05-307-16/+47
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-2516-640/+965
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-259-50/+124
* Add notContains operatorTapani Mikola2012-05-251-2/+7
* Make notifications from Ephemeral work againTapani Mikola2012-05-251-1/+1
* Refactor notificationsKevin Simons2012-05-248-45/+522
* QueryTerm -> JsonDbQueryTermKevin Simons2012-05-245-61/+52
* Move compileOrQueryTerm to JsonDbIndexQueryKevin Simons2012-05-244-164/+163
* Made releaseScriptEngine be called automaticallyDenis Dzyubenko2012-05-217-26/+20