Skip to content
Snippets Groups Projects
Unverified Commit 1d153346 authored by Daniel's avatar Daniel
Browse files

DOC: Added CHANGELOG.md

parent 5580b9bf
No related branches found
No related tags found
No related merge requests found
# Changelog #
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ##
### Added ###
### Changed ###
### Deprecated ###
### Fixed ###
- Fixed several bugs when an Entity inherits from itself (#18, caosdb-server #85).
......@@ -47,6 +47,7 @@ insert_is_a_proc: BEGIN
-- Any additional entries would be redundant.
LEAVE insert_is_a_proc;
END IF;
-- Note: also for the next insertions, ignore existing lines with p == c
-- Insert ancestors older than parents:
-- for each supertype of p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment