- Feb 10, 2021
-
-
This MR introduces a minimal viable query caching, basically mitigating the bad performance effects of running the same query several times with COUNT <Something>, FIND <Something>, Select ... FROM <Something> and pagination. Tests in caosdb-pyinttest!51
-
- Jan 28, 2021
-
-
- Jan 19, 2021
-
-
Select queries would originally only select the returned properties by their names and would check if a property is a subtype of a selected property. This has changed now and select queries will also return subtypes of selected properties.
-
- Jan 14, 2021
-
-
- Dec 08, 2020
-
-
Also amended Changelog and Readme.
-
- Nov 24, 2020
-
-
Timm Fitschen authored
-
- Nov 12, 2020
-
-
- Nov 11, 2020
-
-
Timm Fitschen authored
-
- Nov 10, 2020
-
-
Daniel authored
-
- Nov 06, 2020
-
-
Timm Fitschen authored
-
- Nov 03, 2020
-
-
Timm Fitschen authored
This deprecates the server property "SERVER_SIDE_SCRIPTING_BIN_DIR" The new server property accepts a comma or space separated list of directories.
-
- Oct 21, 2020
-
-
Timm Fitschen authored
Prior to this fix, query parse would throw an error when the query had a form similar to ... WITH ( (...) {AND,OR} ...). The reason were the nested pair of parenthesis in the first element of the disjunction or conjunction.
-
- Sep 03, 2020
-
-
Timm Fitschen authored
-
- Sep 02, 2020
-
-
Timm Fitschen authored
-
- Aug 25, 2020
-
- Aug 14, 2020
-
-
Daniel authored
-
- Jul 16, 2020
-
-
Timm Fitschen authored
-
- Jul 07, 2020
-
-
Daniel authored
-
- Jul 03, 2020
-
-
Timm Fitschen authored
-
- Jul 02, 2020
-
-
Daniel authored
-
- Jun 22, 2020
-
-
Florian Spreckelsen authored
-
- Jun 18, 2020
-
-
Daniel authored
-
- Jun 16, 2020
-
-
Timm Fitschen authored
-
- Jun 10, 2020
-
-
Daniel Hornung authored
-
Actually this was already mostly implemented before, but the bug was not closed. For issue #68.
-
- Apr 28, 2020
-
-
Timm Fitschen authored
-
- Feb 07, 2020
-
-
Timm Fitschen authored
-
- Jan 23, 2020
-
-
Timm Fitschen authored
-
- Jan 07, 2020
-
-
Timm Fitschen authored
-
- Dec 11, 2019
-
-
Daniel authored
-
- Dec 06, 2019
-
-
Daniel authored
-
- Oct 15, 2019
-
-
For issue #46.
-
- Oct 01, 2019
-
-
Timm Fitschen authored
-