Skip to content
Snippets Groups Projects
Verified Commit c66a505d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'dev' into f-filesystem

parents d90a0535 1a25e89f
Branches
Tags v0.0.18
1 merge request!12DRAFT: ENH: file system: core
...@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### ### Fixed ###
* #23 Incompatibility with MariaDB 10.3
* Fixed the `>=` and `<=` operators for comparisons in POV query filters with * Fixed the `>=` and `<=` operators for comparisons in POV query filters with
stored DATE values. The fix makes the implementation consistent stored DATE values. The fix makes the implementation consistent
However, the current definition and implementation of the However, the current definition and implementation of the
......
...@@ -80,7 +80,7 @@ retrieveEntityBody: BEGIN ...@@ -80,7 +80,7 @@ retrieveEntityBody: BEGIN
IF IVersion IS NULL THEN IF IVersion IS NULL THEN
-- RETURN EARLY - Version does not exist. -- RETURN EARLY - Version does not exist.
SELECT 0 WHERE 0 = 1; SELECT 0 FROM entities WHERE 0 = 1;
LEAVE retrieveEntityBody; LEAVE retrieveEntityBody;
END IF; END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment