Skip to content
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

Fix parsing errors of PL/JSON project #10

Closed
7 tasks done
felipebz opened this issue Sep 27, 2016 · 2 comments
Closed
7 tasks done

Fix parsing errors of PL/JSON project #10

felipebz opened this issue Sep 27, 2016 · 2 comments

Comments

felipebz added a commit that referenced this issue Sep 28, 2016
felipebz added a commit that referenced this issue Oct 21, 2016
@svscorp
Copy link

svscorp commented Nov 20, 2017

@felipebz Is "CREATE TABLE " analysis fix is still in progress? I am using SNAPSHOT-2.0 and trying to analyze sample Oracle script, that shows parse error on PK creation (both when inside CREATE TABLE or via ALTER TABLE):

CREATE TABLE customers
( 
  customer_id number(10) NOT NULL,
  customer_name varchar2(50) NOT NULL,
  city varchar2(50),
  CONSTRAINT customers_pk PRIMARY KEY (customer_id)
);

Thank you for your effort and keeping project alive!

@felipebz
Copy link
Owner Author

Hi @svscorp. Technically, it's still "in progress", but I was more interested in parsing PL/SQL code than SQL scripts. That's why I didn't priorize it. (Or maybe I got scared by the amount of variations) ;-)

I'll fix the most common cases soon.

phermsdorf added a commit to phermsdorf/sonar-plsql that referenced this issue Nov 23, 2017
phermsdorf added a commit to phermsdorf/sonar-plsql that referenced this issue Nov 23, 2017
felipebz added a commit that referenced this issue Nov 23, 2017
add "alter table" syntax - relates to #10
@felipebz felipebz mentioned this issue Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants