Skip to content

Commit

Permalink
Merge conflict fix p2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Nov 15, 2023
1 parent eb69fe1 commit d41e1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ enum SQLServerDriverBooleanProperty {
IGNORE_OFFSET_ON_DATE_TIME_OFFSET_CONVERSION("ignoreOffsetOnDateTimeOffsetConversion", false),
USE_DEFAULT_JAAS_CONFIG("useDefaultJaasConfig", false),
USE_DEFAULT_GSS_CREDENTIAL("useDefaultGSSCredential", false),
USE_FLEXIBLE_CALLABLE_STATEMENTS("useFlexibleCallableStatements", true)
USE_FLEXIBLE_CALLABLE_STATEMENTS("useFlexibleCallableStatements", true),
CALC_BIG_DECIMAL_SCALE("calcBigDecimalScale", false);

private final String name;
Expand Down

0 comments on commit d41e1f8

Please sign in to comment.