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 dab611b commit 7325be4Copy full SHA for 7325be4
test/integration/connection/test-binary-longlong.js
@@ -1,17 +1,8 @@
1
var assert = require('assert');
2
3
var FieldFlags = require('../../../lib/constants/field_flags.js');
4
-//var common = require('../../common');
5
-var mysql = require('../../../index.js')
6
-//var conn = common.createConnection();
7
-var conn = mysql.createConnection({
8
- password: 'mycause',
9
- user: 'mycause_dev',
10
- //supportBigNumbers: true,
11
- //bigNumberStrings: true,
12
- database: 'test',
13
- //debug: 1
14
-});
+var common = require('../../common');
+var conn = common.createConnection();
15
16
conn.query('CREATE TEMPORARY TABLE `tmp_longlong` ( ' +
17
' `id` int(11) NOT NULL AUTO_INCREMENT, ' +
0 commit comments