Skip to content

Commit

Permalink
1820 SELECT query (a AS b, b AS c), change in behavior between 4.1.9 …
Browse files Browse the repository at this point in the history
…and 4.1.10

- Comment
  • Loading branch information
paulrutter committed Nov 13, 2023
1 parent e1e92f2 commit 6e6c830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test1820.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (typeof exports === 'object') {

describe('Test 1820 - SELECT query (a AS b, b AS c)', function () {

it('1. Where IN with refs', function (done) {
it('1. Select query where alias of one column is also a column name in the result set', function (done) {
let item1 = { a: 1, b: "hello" };
let item2 = { a: 2, b: "" };

Expand Down

0 comments on commit 6e6c830

Please sign in to comment.