From 5989a22135773085dceafa2b2844900f077a63be Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 8 Jun 2022 20:02:39 +1000 Subject: [PATCH] Pesky whitespace --- THIRD_PARTY_LICENSES.txt | 2 +- test/dbObject4.js | 2 +- test/dbObject5.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 7395d5ce..96bb8bde 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -1,4 +1,4 @@ -This product calls the top level APIs of Node.js. +This product calls the top level APIs of Node.js. Node.js is licensed for use as follows: diff --git a/test/dbObject4.js b/test/dbObject4.js index 5e27f561..cad2b44b 100644 --- a/test/dbObject4.js +++ b/test/dbObject4.js @@ -37,7 +37,7 @@ describe('203. dbObject4.js', () => { let proc1 = `create or replace procedure nodb_getDataCursor1(p_cur out sys_refcursor) is begin open p_cur for - SELECT + SELECT * FROM ${TABLE} WHERE num >= 100; diff --git a/test/dbObject5.js b/test/dbObject5.js index 048e5655..73245d76 100644 --- a/test/dbObject5.js +++ b/test/dbObject5.js @@ -37,7 +37,7 @@ describe('204. dbObject5.js', () => { let proc1 = `create or replace procedure nodb_getDataCursor1(p_cur out sys_refcursor) is begin open p_cur for - SELECT + SELECT * FROM ${TABLE} WHERE num >= 100;