CQL formatter appending error String in code.
See original GitHub issueWhen creating a parameter with syntax error, the CQL parser is appending error String inside the CQL code.
ex:
parameter "test param" Interval<DateTime
returns
parameter "test param" [java.lang.Exception: [1:40]: missing '>' at '<EOF>']
Interval<DateTime.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
C# error : Input string was not in a correct format - Stack Overflow
The problem stated by your error message is probably on one of the lines that try to convert the value in the textboxes...
Read more >Manage SQL code formatting using SQL formatter options
So, let's first start with SQL formatter options to format code and then ApexSQL Refactor add-in to do the same thing and more....
Read more >Db2 11 - SQL error codes - IBM
SQL error codes · -007. STATEMENT CONTAINS THE ILLEGAL CHARACTER invalid-character · -010. THE STRING CONSTANT BEGINNING string IS NOT TERMINATED · -011....
Read more >12.8 String Functions and Operators - MySQL :: Developer Zone
RPAD(), Append string the specified number of times ... and returns a string consisting of the characters given by the code values of...
Read more >sql-formatter - npm
SQL Formatter is a JavaScript library for pretty-printing SQL queries. It started as a port of a PHP Library, but has since considerably...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, I can do that. The output in that case (when syntax errors are encountered) would be the original input without formatting.
@brynrhodes: thoughts?
Addressed in v.1.2.13-SNAPSHOT