Update DoltgreSQL version to 0.57.1
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ import (
|
||||
// Version should have a new line that follows, else the formatter will fail the PR created by the release GH action
|
||||
|
||||
const (
|
||||
Version = "0.57.0"
|
||||
Version = "0.57.1"
|
||||
|
||||
DefUserName = "postres"
|
||||
DefUserEmail = "postgres@somewhere.com"
|
||||
|
||||
@@ -8,6 +8,10 @@ BehaviorConfig *cfgdetails.DoltgresBehaviorConfig 0.7.4 behavior,omitempty
|
||||
-ReadOnly *bool 0.7.4 read_only,omitempty
|
||||
-DisableClientMultiStatements *bool 0.7.4 disable_client_multi_statements,omitempty
|
||||
-DoltTransactionCommit *bool 0.7.4 dolt_transaction_commit,omitempty
|
||||
-AutoGCBehavior *cfgdetails.DoltgresAutoGCBehaviorYAMLConfig TBD auto_gc_behavior,omitempty
|
||||
--Enable_ *bool TBD enable,omitempty
|
||||
--ArchiveLevel_ *int TBD archive_level,omitempty
|
||||
--IncrementalFileSize_ *uint64 TBD incremental_file_size,omitempty
|
||||
UserConfig *cfgdetails.DoltgresUserConfig 0.7.4 user,omitempty
|
||||
-Name *string 0.7.4 name,omitempty
|
||||
-Password *string 0.7.4 password,omitempty
|
||||
|
||||
Reference in New Issue
Block a user