diff --git a/test/integration/connection/test-execute-nocolumndef.js b/test/integration/connection/test-execute-nocolumndef.js index 596856da95..ea810fb454 100644 --- a/test/integration/connection/test-execute-nocolumndef.js +++ b/test/integration/connection/test-execute-nocolumndef.js @@ -58,7 +58,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 63, - columnType: 8, + encoding: 'binary', type: 8, flags: 161, decimals: 0 @@ -71,7 +71,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 1, decimals: 31 @@ -84,7 +84,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -97,7 +97,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 250, + encoding: 'utf8', type: 250, flags: 0, decimals: 31 @@ -110,7 +110,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -123,7 +123,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -136,7 +136,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -149,7 +149,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -162,7 +162,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 0, decimals: 31 @@ -175,7 +175,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 63, - columnType: 8, + encoding: 'binary', type: 8, flags: 160, decimals: 0 @@ -188,7 +188,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 63, - columnType: 5, + encoding: 'binary', type: 5, flags: 128, decimals: 2 @@ -201,7 +201,7 @@ const expectedFields = [ table: '', orgTable: '', characterSet: 224, - columnType: 253, + encoding: 'utf8', type: 253, flags: 1, decimals: 31 diff --git a/test/integration/connection/test-multiple-results.js b/test/integration/connection/test-multiple-results.js index 449a33ded2..735ad8b087 100644 --- a/test/integration/connection/test-multiple-results.js +++ b/test/integration/connection/test-multiple-results.js @@ -42,7 +42,7 @@ const fields1 = [ { catalog: 'def', characterSet: 63, - columnType: 8, + encoding: 'binary', type: 8, decimals: 0, flags: 129, @@ -57,7 +57,7 @@ const nr_fields = [ { catalog: 'def', characterSet: 63, - columnType: 3, + encoding: 'binary', type: 3, decimals: 0, flags: 0,