Support parsing of CREATE/ALTER/DROP TRIGGERS statements for SQL Server
-----------------------------------------------------------------------
Key: DNA-430
URL: https://jira.jboss.org/jira/browse/DNA-430
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for SQL Server dialect in order to parse CREATE/ALTER/DROP TRIGGERS statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP TRIGGERS statements for Oracle SQL
-----------------------------------------------------------------------
Key: DNA-429
URL: https://jira.jboss.org/jira/browse/DNA-429
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for Oracle SQL dialect in order to parse CREATE/ALTER/DROP TRIGGERS statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP DATABASE statements for SQL Server
-----------------------------------------------------------------------
Key: DNA-426
URL: https://jira.jboss.org/jira/browse/DNA-426
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for SQL Server dialect in order to parse CREATE/ALTER/DROP DATABASE statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP VIEW statements for SQL Server
-------------------------------------------------------------------
Key: DNA-422
URL: https://jira.jboss.org/jira/browse/DNA-422
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for SQL Server dialect in order to parse CREATE/ALTER/DROP VIEW statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Parse CREATE/ALTER/DROP TRIGGERS statements for MySQL
-----------------------------------------------------
Key: DNA-427
URL: https://jira.jboss.org/jira/browse/DNA-427
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for MySQL dialect in order to parse CREATE/ALTER/DROP TRIGGERS statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP TABLE statements for Oracle SQL
--------------------------------------------------------------------
Key: DNA-417
URL: https://jira.jboss.org/jira/browse/DNA-417
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement ANTLR grammar for Oracle SQL dialect which parse CREATE/ALTER/DROP TABLE statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP VIEW statements for PostgreSQL
-------------------------------------------------------------------
Key: DNA-420
URL: https://jira.jboss.org/jira/browse/DNA-420
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement additional rules to the ANTLR grammar for PostgreSQL dialect in order to parse CREATE/ALTER/DROP VIEW statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support parsing of CREATE/ALTER/DROP TABLE statements for PostgreSQL
--------------------------------------------------------------------
Key: DNA-416
URL: https://jira.jboss.org/jira/browse/DNA-416
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement ANTLR grammar for PostgreSQL dialect which parse CREATE/ALTER/DROP TABLE statements. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Parse CREATE/ALTER/DROP/RENAME TABLE statements for MySQL
---------------------------------------------------------
Key: DNA-414
URL: https://jira.jboss.org/jira/browse/DNA-414
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Fix For: Future Releases
Implement ANTLR grammar which parse CREATE/ALTER/DROP/RENAME TABLE statements for the MySQL DDL dialect. Implement JUnit tests to test the correctness of parsing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create initial DDL grammar and test it.
---------------------------------------
Key: DNA-413
URL: https://jira.jboss.org/jira/browse/DNA-413
Project: DNA
Issue Type: Sub-task
Components: Sequencers, Testing
Affects Versions: 0.4
Reporter: Bojidar Penchev
Assignee: Bojidar Penchev
Priority: Minor
Fix For: Future Releases
Create initial ANTLR grammar that parse simple string "CREATE TABLE" , without significant of any additional white spaces. After that implement JUnit class, which test the grammar.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira