Skip to content
Snippets Groups Projects

F release results

Merged Timm Fitschen requested to merge f-release-results into dev
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
1
@@ -28,6 +28,9 @@ module CaosDB
@@ -28,6 +28,9 @@ module CaosDB
export evaluate_return_code,
export evaluate_return_code,
CaosDBException, ClientException, GenericCaosDBException, CaosDBMessage
CaosDBException, ClientException, GenericCaosDBException, CaosDBMessage
 
# Exports from module Constants
 
export MIN_CCAOSDB_VERSION
 
# Exports from module Utility
# Exports from module Utility
export get_ccaosdb_version, get_env_fallback
export get_ccaosdb_version, get_env_fallback
@@ -122,6 +125,8 @@ end
@@ -122,6 +125,8 @@ end
include("Exceptions.jl")
include("Exceptions.jl")
 
include("Constants.jl")
 
include("Info.jl")
include("Info.jl")
include("Utility.jl")
include("Utility.jl")
@@ -134,6 +139,7 @@ include("Entity.jl")
@@ -134,6 +139,7 @@ include("Entity.jl")
include("Transaction.jl")
include("Transaction.jl")
using .Exceptions, .Info, .Authentication, .Connection, .Utility, .Entity, .Transaction
using .Exceptions,
 
.Constants, .Info, .Authentication, .Connection, .Utility, .Entity, .Transaction
end # CaosDB
end # CaosDB
Loading