-
Notifications
You must be signed in to change notification settings - Fork 16
Older News
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
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)
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
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.
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
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
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
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
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
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
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
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
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.
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
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
The migration of the SQL Processor from http://code.google.com/p/sql-processor/ has been finished.
The version 1.4.2 is ready and released. The only new feature is that it's released from the GIT repo.
- SQL Processor Home
- SQL Processor News
- SQL Processor Eclipse Plugin Home
- SQL Processor Eclipse Plugin News
- SQL Processor Architecture
- SQLP and SQLM*P Tutorials
- SQLM*P Control directives
- Basic Tutorials
- 10 minutes Tutorial
- Simple Tutorial
- CRUD Tutorial
- Associations Tutorial
- Inheritance Tutorial
- More inheritance Tutorial
- Custom Types Tutorial
- Stored procedures Tutorial
- IDE Setup and Coding Standards
- Catalog (JPA) Sample
- Catalog (Hibernate) Sample
- Catalog (Spring) Sample
- Advanced catalog (Spring) Sample
- The Reference Guide
- The Eclipse Plugin Tutorials
- The Improvements
- Tutorials archive