Older News - hudec/sql-processor GitHub Wiki
October 28th, 2012
There are new and upgraded tutorials describing the SQL Processor Eclipse plugin (SQLEP) 1.1.0
- IDE Setup and Coding Standards - how to set up the IDE
- SQLEP 1.1.x Basic Tutorial - it enables smart artifacts definition/writing
- SQLEP 1.1.x POJO modelling - POJO modelling and source code generation
- SQLEP 1.1.x POJO generation - POJO model generation based on DB model
October 21th, 2012 - Version 1.8.0
The version 1.8.0 is ready and released. The reasons to release it:
- compatibility with the Eclipse plugin 1.1.0
- Maven 3
- Libraries upgrade
- Hibernate 4.1.x (not compatible with Hibernate 3!)
- Spring 3.1.x
- Wicket 1.5.x (samples)
- STS 3.0.x (dev)
October 12th, 2012 - Eclipse plugin 1.1.0
The new SQL Processor Eclipse plugin 1.1.0 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl-1.1.0.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-1.1.0.jar
For the new features please see SQLEP 1.1.x POJO modelling
September 12th, 2012 - Eclipse plugin 1.1.0
The upcoming SQL Processor Eclipse plugin 1.1.0 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl-1.1.0-SNAPSHOT.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-1.1.0-SNAPSHOT.jar
For it's requirements please see IDE Setup and Coding Standards. This new plugin is going to be released as the SQL Processor 1.8.0. The new features are:
- POJO modelling and source code generation
- POJO model generation based on DB model
The working sample is https://github.com/hudec/sql-processor/tree/master/sql-samples/simple-jdbc-pojo.
March 1st, 2012 - Version 1.7.1
The version 1.7.1 is ready and released. The new features are:
-
DB2 is the 6th directly supported database
-
MSSQL is the 7th directly supported database
-
New tutorial Advanced Catalog (Spring) Sample for
-
- the second level cache usage
-
- the SQL Processor (statements execution) statistics
February 6th, 2012 - Version 1.7.0
The version 1.7.0 is ready and released. The new features are:
- Informix is the 5th directly supported database
- Plugin mechanism to enable more intrusive change of the SQL Processor behavior
- Enable SQL hints like /*+ append */
- Improved Spring Catalog sample to demonstrate the second level cache usage
- Improved Spring Catalog sample to demonstrate the Javasimon statistics utilization
- Enable META type extensions like personId^^id
February 5th, 2012 - Eclipse plugin 1.0.0
The SQL Processor Eclipse plugin 1.0.0 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl.grammar-1.0.0.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-1.0.0.jar
The new features are:
- new pojos, tables and upd-opt templates
February 6th, 2012 - Version 1.7.0
The version 1.7.0 is ready and released. The new features are:
- Informix is the 5th directly supported database
- Plugin mechanism to enable more intrusive change of the SQL Processor behavior
- Enable SQL hints like /*+ append */
- Improved Spring Catalog sample to demonstrate the second level cache usage
- Improved Spring Catalog sample to demonstrate the Javasimon statistics utilization
- Enable META type extensions like personId^^id
February 5th, 2012 - Eclipse plugin 1.0.0
The SQL Processor Eclipse plugin 1.0.0 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl.grammar-1.0.0.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-1.0.0.jar
The new features are:
- new pojos, tables and upd-opt templates
October 22th, 2011 - Version 1.6.2
The version 1.6.2 is ready and released. The new features are:
- PostgreSQL is the 4th directly supported database
- SqlPropertiesLoader is going to be deprecated
- the minor fixes
September 24th, 2011 - Version 1.6.1
The version 1.6.1 is ready and released. The new features are:
- improved one-to-many and many-to-many left joins handling
- enabled * in SELECT - please see https://github.com/hudec/sql-processor/issues/46
August 5th, 2011 - Eclipse plugin BETA-2
The SQL Processor Eclipse plugin BETA-2 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl.grammar-0.9.2-SNAPSHOT.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-0.9.2-SNAPSHOT.jar
July 13th, 2011 - Eclipse plugin BETA-1
The SQL Processor Eclipse plugin BETA-1 can be downloaded as binaries from
- http://sql-processor.eu/plugins/org.sqlproc.dsl.grammar-0.9.1-SNAPSHOT.jar
- http://sql-processor.eu/plugins/org.sqlproc.dsl.ui-0.9.1-SNAPSHOT.jar
Regarding the tutorial please see SQLEP 1.1.x Basic Tutorial.
July 7th, 2011 - Version 1.6.0
The version 1.6.0 is ready and released. The new features are:
- Due to a new style of the SQL Processor artifacts (Meta SQL statements and so on) definition, all Wiki tutorials have been rewritten.
- new ANTLR grammar common for the SQL Processor artifacts (used in the runtime) aligned with new Xtext grammar used for their smart edition (used by the Eclipse plugin), please see the tutorial Meta SQL Statements
- new SQL Processor Eclipse plugin in Beta version (requires Xtext 2.0), please see the tutorial SQLEP 1.1.x Basic Tutorial
- minor fixes, please see the issues for the Milestone 1.6
May 28th, 2011 - Version 1.5.0
The version 1.5.0 is ready and released. The new features are:
- the possibility to call the stored procedures, please see the tutorial Stored Procedures Tutorial
- new ANTLR grammar common for the META SQL statements, the mapping rules and the optional features (=the SQL Processor artifacts)
- new SQL Processor artifacts loader based on the new grammar, please see the tutorial Meta SQL Statements
April 13th, 2011 - Migration to GitHub
The migration of the SQL Processor from http://code.google.com/p/sql-processor/ has been finished.
April 10th, 2011 - Version 1.4.2
The version 1.4.2 is ready and released. The only new feature is that it's released from the GIT repo.