| 90 | } |
| 91 | |
| 92 | FieldDefEntry _createV120BigInt(TQueryTableColumn::type db_col) { |
| 93 | Version v; |
| 94 | EXPECT_TRUE(ParseVersion("1.2.0", &v).ok()); |
| 95 | |
| 96 | return make_pair<>(db_col, FieldDefinition(TPrimitiveType::BIGINT, v)); |
| 97 | } |
| 98 | |
| 99 | // Predicate function that can be passed to gtest EXPECT/ASSERT calls to determine |
| 100 | // correctness of a FIELD_DEFINITIONS map entry. |
no test coverage detected