Changed names of dialect tokens to PascalCase writing
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
return "$" + std::to_string(index);
|
||||
})
|
||||
.with_token_replace_map({
|
||||
{dialect_token::BEGIN_BINARY_DATA, "'\\x"}
|
||||
{dialect_token::BeginBinaryData, "'\\x"}
|
||||
})
|
||||
.with_data_type_replace_map({
|
||||
{matador::utils::basic_type::type_int8, "SMALLINT"},
|
||||
|
||||
Reference in New Issue
Block a user