We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d089e89 commit 24a5824Copy full SHA for 24a5824
test/integration/datatype/test-json.js
@@ -33,7 +33,7 @@ describe('json', () => {
33
await testJsonInsertFormat(con2, true, true);
34
await con2.end();
35
36
- const con3 = await base.createConnection({ charset: 'latin7', autoJsonMap: false });
+ const con3 = await base.createConnection({ charset: 'latin7', jsonStrings: true, autoJsonMap: false });
37
await testJsonInsertFormat(con3, true, false);
38
await con3.end();
39
});
0 commit comments