Skip to content

Commit

Permalink
[AD-767] Correct merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Irschick committed Jun 17, 2022
1 parent 68ad8b6 commit 40a3a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/odbc-test/include/test_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ struct TestType {

TestType(int8_t i8Field, int16_t i16Field, int32_t i32Field, int64_t i64Field,
const std::string& strField, float floatField, double doubleField,
bool boolField, const Guid& guidField,
const Date& dateField, const Time& timeField,
const Timestamp& timestampField)
bool boolField, const Guid& guidField, const Date& dateField,
const Time& timeField, const Timestamp& timestampField)
: allNulls(false),
i8Field(i8Field),
i16Field(i16Field),
Expand Down

0 comments on commit 40a3a14

Please sign in to comment.