Update DoltgreSQL version to 0.57.1

This commit is contained in:
fulghum
2026-07-28 00:20:57 +00:00
parent a517825c50
commit d541637bde
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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"
+4
View File
@@ -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