-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR on JSON #25
Comments
FYI in SQLcl window I can see that a ORA-01427 single-row subquery returns more than one row is thrown. |
+1 for me |
Further to the above, there is some issue with temp.sql, which I've isolated to one cursor. For some reson, the specific "cursor(select" returns no values (BUT 2 DEFINITELY exist). This in turn is causing the JSON formatting issue. I have no idea what is wrong with the "cursor(select" part. I have attached temp.sql with only the 1 statement in it, and the original code commented out and replaced with something that does work. |
Further to the above, there are many elements coming back with no data. And in each case it's producing invalid JSON. Expecting something that isn't there. |
Thanks for the updates. Right now I'm not actively working on this project. I'd recommend trying out APEXcl instead as it does what apex-diff does and a lot more: https://apexcl.dev/ |
Hello here, I had the same errors and solved it using format "sql-formatted" and correcting some references in nodejs code. Details: Geri1590@a6d9999 Regards! |
I always get following error when I try to run the program;
~\apex-diff\app.js test 110
undefined:41
,"apex_application_authorization":[
^
SyntaxError: Unexpected token , in JSON at position 11965
at JSON.parse ()
at Object. (C:\Repositories\GitHub\apex-diff\app.js:255:28)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
The text was updated successfully, but these errors were encountered: