Skip to content

Commit

Permalink
constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint committed Aug 16, 2024
1 parent 38581a6 commit 41cb29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/motherduck_destination_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ static constexpr const char *const CONFIG_TEST_NAME_AUTHENTICATE =
static constexpr const char *const CONFIG_TEST_NAME_CSV_BLOCK_SIZE =
"test_csv_block_size";

static const int DUCKDB_DEFAULT_PRECISION = 18;
static constexpr const int DUCKDB_DEFAULT_PRECISION = 18;

static const int DUCKDB_DEFAULT_SCALE = 3;
static constexpr const int DUCKDB_DEFAULT_SCALE = 3;

class DestinationSdkImpl final : public fivetran_sdk::Destination::Service {
public:
Expand Down

0 comments on commit 41cb29f

Please sign in to comment.