backend tests progress
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
return "$" + std::to_string(index);
|
||||
})
|
||||
.with_token_replace_map({
|
||||
{dialect::token_t::BEGIN_BINARY_DATA, "E'\\\\"}
|
||||
{dialect::token_t::BEGIN_BINARY_DATA, "E'\\"}
|
||||
})
|
||||
.with_data_type_replace_map({
|
||||
{data_type_t::type_blob, "BYTEA"}
|
||||
|
||||
Reference in New Issue
Block a user