summaryrefslogtreecommitdiffstats
path: root/src/partition/jsondbpartition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compile on Android.HEADmasterBogDan Vatra2013-10-041-2/+8
* adapt jsondb partition to windowsJamey Hicks2012-10-141-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Make sure invalid partition function calls work propertlyAli Akhtarzada2012-06-131-4/+7
* Fixed subscription to a notification without explicitly specifying _typeDenis Dzyubenko2012-06-111-1/+3
* Improve offset - limit query performanceTapani Mikola2012-06-081-2/+33
* Removed unused function that used to create indexes defined by schemasDenis Dzyubenko2012-06-071-14/+0
* Update all the eager views that depend on a source object changeJamey Hicks2012-06-061-1/+1
* Try to make jsondb build again in CITapani Mikola2012-06-051-1/+1
* Changed HBtree to take advisory lock on each open of the db file.Denis Dzyubenko2012-06-041-3/+1
* Removed objectkey from indexObject() function.Denis Dzyubenko2012-06-011-2/+2
* Cleaning up JsonDbQueryDenis Dzyubenko2012-05-311-8/+7
* Fix used of possible null pointer dereferenceAli Akhtarzada2012-05-301-3/+2
* Debug and verbose output refactorAli Akhtarzada2012-05-301-55/+64
* Add option to enforce javascript strict modeJamey Hicks2012-05-301-0/+2
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-52/+52
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-251-37/+36
* Refactor notificationsKevin Simons2012-05-241-4/+386
* QueryTerm -> JsonDbQueryTermKevin Simons2012-05-241-13/+13
* Move compileOrQueryTerm to JsonDbIndexQueryKevin Simons2012-05-241-66/+2
* Fixed a crash when SIGHUP is receivedDenis Dzyubenko2012-05-211-4/+4
* Moved index functions to JsonDbIndexPrivate classDenis Dzyubenko2012-05-211-277/+2
* Bunch of small fixesAli Akhtarzada2012-05-191-6/+12
* Removed dummy functions that don't do anything usefulDenis Dzyubenko2012-05-161-28/+0
* Add object type to stale update error messageJamey Hicks2012-05-161-2/+2
* Fixing the return value of commitTransaction.Carlos Manuel Duclos Vergara2012-05-151-1/+14
* Make sure mBdbTransactions gets cleared if a commit failsAli Akhtarzada2012-05-151-5/+6
* Incorporating error code from the btree.Carlos Manuel Duclos Vergara2012-05-141-17/+11
* Fix for out of space related bugs.Carlos Manuel Duclos Vergara2012-05-141-6/+69
* Release script engine on SIGHUPJamey Hicks2012-05-101-0/+2
* PIMPL the JsonDbPartition classKevin Simons2012-05-101-178/+276
* Implemented !=~ queryJamey Hicks2012-05-091-2/+3
* Renamed JsonDbObject::propertyLookup to valueByPath()Denis Dzyubenko2012-05-091-1/+1
* Closing indexes of non-open partition causes a crash.Tapani Mikola2012-05-091-0/+3
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-061-86/+29
* Don't create indexes based on schemasKevin Simons2012-05-061-13/+0
* Changed JsonDbIndex and IndexSpecDenis Dzyubenko2012-05-061-88/+35
* Refactored JsonDbIndex classDenis Dzyubenko2012-05-061-8/+10
* Make more use of QStringLiteral and QLatin1Char/QLatin1StringDenis Dzyubenko2012-05-031-23/+23
* Support removable partitionsKevin Simons2012-05-031-11/+36
* add more information to error messageJamey Hicks2012-05-021-0/+4
* Remove all quota-related codeKevin Simons2012-05-021-14/+0
* Small code rearrangements in jsondbpartition.Denis Dzyubenko2012-04-301-16/+12
* Allow indexes of any size to be createdAli Akhtarzada2012-04-301-4/+25
* Fixed jsondb daemon startupDenis Dzyubenko2012-04-301-36/+4
* Make it possible to close and reopen the same JsonDbPartitionKevin Simons2012-04-281-3/+48
* Correct tombstone resurrection handlingHagen Rother2012-04-241-9/+10
* Fixed a corner case in eager view updatesJamey Hicks2012-04-241-1/+1
* Make "Replace" updates workKevin Simons2012-04-231-7/+7
* Added string format check to schema validatorPascal Dietz2012-04-231-1/+3