不要怂,就是干,撸起袖子干!

Commit 4d624a11 by Mick Hansen

fix(test/sql/where): remove incorrect space (typo)

1 parent 03b32d74
Showing with 1 additions and 1 deletions
...@@ -106,7 +106,7 @@ suite('SQL', function() { ...@@ -106,7 +106,7 @@ suite('SQL', function() {
testsql('field', new Buffer('Sequelize'), { testsql('field', new Buffer('Sequelize'), {
postgres: '"field" = E\'\\\\x53657175656c697a65\'', postgres: '"field" = E\'\\\\x53657175656c697a65\'',
sqlite: "`field` = X'53657175656c697a65'", sqlite: "`field` = X'53657175656c697a65'",
mysql: "`field` = X'53657175656c697a65'", mysql: "`field` = X'53657175656c697a65'",
mssql: "[field] = 0x'53657175656c697a65'" mssql: "[field] = 0x'53657175656c697a65'"
}); });
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!