Skip to content

Commit

Permalink
fix: set standard_conforming_strings=on for Java client (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 authored Nov 27, 2024
1 parent be94e37 commit 2226716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgserver/connection_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (h *ConnectionHandler) sendClientStartupMessages() error {
{"default_transaction_read_only", "off"},
{"scram_iterations", "4096"},
{"DateStyle", "ISO, MDY"},
{"standard_conforming_strings", "postgres"},
{"standard_conforming_strings", "on"},
{"session_authorization", "postgres"},
{"client_encoding", "UTF8"},
{"server_version", "15.0"},
Expand Down

0 comments on commit 2226716

Please sign in to comment.