Back-end implementation for caosdb-server!78 (merged)
SELECT ... FROM entities WHERE id = ?
with SELECT ... FROM entities JOIN entity_ids ON entities.id = entity_ids.internal_id WHERE entity_ids.id = ?
EntityID VARCHAR(255)
instead of ÈntityID UNSIGNED INT
. These belong to the public api which is used by the server. The remaining procedure where the parameter is names InternalEntityID UNSIGNED INT
now, are part of the implementation.No manual testing.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.