Skip to content

Commit

Permalink
add a test for #561
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 20, 2024
1 parent 19cbe48 commit 95ac915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_long_sql_statement.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports.test = function (sql, assert) {
var many_a = "";
for (var i = 0; i < len; i++) many_a += 'a';

console.log('xxx');
var res = db.exec("select length('" + many_a + "') as len");
var expectedResult = [
{
Expand Down

0 comments on commit 95ac915

Please sign in to comment.