Skip to content
Vladimír Hudec edited this page Apr 17, 2019 · 7 revisions

October 28th, 2012

There are new and upgraded tutorials describing the SQL Processor Eclipse plugin (SQLEP) 1.1.0

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

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

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

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

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:

August 5th, 2011 - Eclipse plugin BETA-2

The SQL Processor Eclipse plugin BETA-2 can be downloaded as binaries from

July 13th, 2011 - Eclipse plugin BETA-1

The SQL Processor Eclipse plugin BETA-1 can be downloaded as binaries from

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.

Clone this wiki locally