Skip to content

Commit

Permalink
merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Oct 11, 2022
2 parents 5bd8063 + f269042 commit c543e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dpq2/conv/native_tests.d
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public void _integration_test( string connParam ) @system
// to return times in other than UTC time zone but fixed time zone so make the test reproducible in databases with other TZ
conn.exec("SET TIMEZONE TO +02");

// avoid brackets if negative monetary value passed from server as text
// It is found what Linux and Windows have different approach for monetary
// types formatting at same locales. This line sets equal approach.
conn.exec("SET lc_monetary = 'C'");

QueryParams params;
Expand Down

0 comments on commit c543e8a

Please sign in to comment.