Skip to content
Snippets Groups Projects
Commit 707bd09e authored by Alexander Kreft's avatar Alexander Kreft
Browse files

DRAFT: update_entity

parent 40a4a6dc
No related branches found
No related tags found
1 merge request!8F full ak
Pipeline #12579 passed with warnings
Pipeline: CaosDB Julia Integration Tests

#12581

    ...@@ -84,6 +84,7 @@ export has_errors, has_warnings ...@@ -84,6 +84,7 @@ export has_errors, has_warnings
    export create_transaction, export create_transaction,
    add_retrieve_by_id, add_retrieve_by_id,
    add_insert_entity, add_insert_entity,
    add_update_entity,
    add_query, add_query,
    execute, execute,
    get_result_set, get_result_set,
    ......
    ...@@ -27,6 +27,7 @@ export create_transaction, ...@@ -27,6 +27,7 @@ export create_transaction,
    add_retrieve_by_id, add_retrieve_by_id,
    add_query, add_query,
    add_insert_entity, add_insert_entity,
    add_update_entity,
    execute, execute,
    get_result_set, get_result_set,
    get_count_result, get_count_result,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment