Skip to content
Snippets Groups Projects

ENH: Add minimal functionality

Merged Florian Spreckelsen requested to merge f-minimal into dev
3 files
+ 13
9
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -63,7 +63,7 @@ function evaluate_return_code(code::Cint)
(:caosdb_get_status_description, CaosDB.library_name),
Cstring,
(Cint,),
code
code,
)
throw(GenericCaosDBException(unsafe_string(msg), code))
end
@@ -180,7 +180,7 @@ function create_plain_password_authenticator(
)
CaosDB.Excepions.evaluate_return_code(err_code)
return auth
end
Loading