Font size:      

History of Changes

RSS

Introduction and explanation of symbols

Changes are sorted by "type" and then chronologically with the most recent at the top. These symbols denote the various action types:add=add, fix=fix, update=update

Version 1.2 (2019-10-3)

Changes to the Code Base

  • add Switched Maven groupId to org.scriptella Committed by ejboy.
  • add Upgraded Janino driver to 3.1.0 Committed by ejboy.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy).

Version 1.1 (2012-12-28)

Changes to the Code Base

  • add JEXL 2.0 Support Committed by ejboy. See Issue 12161.
  • add Flexible parsing/formatting rules for text/csv drivers Committed by ejboy. See Issue 52167.
  • fix StringIndexOutOfBoundsException when parsing SQL statements with ternary expressions Committed by ejboy. See Issue 52891.
  • update JDBC: Add support for queries in batch-mode Committed by ejboy. See Issue 14268.
  • update Detect missing query.next call Committed by ejboy. See Issue 12257.
  • update Add support for batch execution. Committed by ejboy. See Issue 7157.
  • update Detect missing query.next call in queries. Committed by ejboy. See Issue 12257.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy).

Version 1.0 (2010-05-05)

Changes to the Code Base

  • add CUBRID Database driver Committed by ejboy. See Issue 11778.
  • add nostat command line option to suppress statistics collecting. Committed by ejboy. See Issue 8700.
  • fix Fixed ArrayIndexOutOfBounds thrown when lazy-initialization fails for connection Committed by ejboy.
  • fix Wrong alias for PostgreSQL for auto driver Committed by volk. See Issue 7338.
  • fix db2 driver is not automatically resolved Committed by ejboy. See Issue 10987.
  • fix Cannot load class when scriptella is packaged in an EAR file in JBoss Committed by ejboy. See Issue 10660.
  • fix Cannot Write to HTTP URL Committed by ejboy. See Issue 7390.
  • fix Use null_string to expand $variable when it has null value. CSV, text driver Committed by ejboy. See Issue 8756.
  • update Fix FindBugs issues Committed by ejboy. See Issue 9990.
  • update Upgrade dependencies: hsqldb 1.8.0.10, velocity 1.6.2, janino 2.5.15, h2 1.1.116 Committed by ejboy. See Issue 7074.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), Kirill Volgin (volk).

Version 1.0 RC (2008-04-02)

Changes to the Code Base

  • add odbc alias for JDBC-ODBC bridge driver Committed by ejboy. See Issue 7252.
  • add Support for SQLSheet JDBC driver to work with Excel files. Committed by volk. See Issue 7234.
  • add IBM AS/400 Driver Committed by volk. See Issue 7227.
  • add etl.text utility methods to format strings Committed by ejboy. See Issue 7048.
  • add Execute multiple ETL files in Spring Committed by ejboy. See Issue 7003.
  • add Add "exclude=true/false" attribute for dialect tag. Committed by ejboy. See Issue 6924.
  • fix Error working whith blobs Committed by ejboy. See Issue 6132.
  • fix scriptella.execution.EtlExecutorException: Java heap space -java.lang.OutOfMemoryError: Committed by ejboy. See Issue 5658.
  • fix NullpointerException in JEXL expressions if running in multiple threads Committed by ejboy. See Issue 6773.
  • fix Inserting NULL values into a DB2 database Committed by ejboy. See Issue 6913.
  • update Make driver attribute optional with default value of "auto" Committed by ejboy. See Issue 7160.
  • update Replace opencsv with a built-in implementation Committed by ejboy. See Issue 7098.
  • update Simplified onerror regex matching for message and type attributes Committed by ejboy. See Issue 5627.
  • update Use column label in addition to column name for JDBC metadata Committed by ejboy. See Issue 6713.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), Kirill Volgin (volk).

Version 1.0 beta (2007-11-08)

Changes to the Code Base

  • add Driver for running external Scriptella ETL files Committed by ejboy. See Issue 6086.
  • add Add "autocommit.size" JDBC connection parameter. Committed by ejboy. See Issue 6256.
  • add "autocommit" connection parameter Committed by ejboy. See Issue 5845.
  • fix Impossible to import NULL with CSV driver Committed by ejboy. See Issue 5760.
  • fix JdbcException throwing during driver loading Committed by volk. See Issue 5698.
  • update Upgrade to Velocity 1.5 Committed by ejboy. See Issue 6294.
  • update [Compatibility] Upgrade to Janino 2.5.11 Committed by ejboy. See Issue 6293.
  • update Several minor bugs were fixed, cosmetic fixes for code, site and documentation. Committed by ejboy.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), Kirill Volgin (volk).

Version 0.9 (2007-05-17)

Changes to Build

  • update Since this release JDK 6 is required to build Scriptella Committed by ejboy.

Changes to the Code Base

  • add Auto-discovery for JDBC drivers Committed by ejboy. See Issue 3672.
  • add Support for JSR 223 (Scripting for the Java Platform) Committed by ejboy. See Issue 5007.
  • add Add ?{textfile 'filename/url' } to upload CLOBs from text files. Committed by ejboy. See Issue 5037.
  • add Database migration template Committed by ejboy. See Issue 5253.
  • fix SpringDriverTest failed in coverage mode Committed by ejboy. See Issue 5260.
  • fix Fix for LDAP when using search.scope and search.basedn parameters Committed by ejboy. See Issue 5390.
  • update Simplified dialect names matching Committed by ejboy. See Issue 5252.
  • update Support for bind variables/expressions in a href attribute of include element Committed by ejboy. See Issue 5473.
  • update skip_lines connection parameter for CSV and Text driver Committed by ejboy. See Issue 5600.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy).

Version 0.8 (2007-03-28)

Changes to Project Administration

  • update Upgrade to Janino 2.5.6 Committed by ejboy. See Issue 5033.

Changes to Build

  • update Remove unused commons-logging classes from scriptella.jar Committed by ejboy. See Issue 5036.

Changes to the Code Base

  • add Add a feature to work with dates in ${ ... } JEXL expressions Committed by ejboy. See Issue 5024.
  • add Runnable and Callable façade for EtlExecutor Committed by ejboy. See Issue 5009.
  • add Mail provider Committed by ejboy. See Issue 5007.
  • fix NULL not handled for CLOBs and BLOBs Committed by ejboy. See Issue 5016.
  • fix Fix Spring context propagation Committed by ejboy. See Issue 4648.
  • update Send output to the console if no output file URL was specified for Velocity and Text driver Committed by ejboy. See Issue 5031.
  • update Automatically convert windows DRIVE:/ paths to file:/DRIVE:/ URL Committed by ejboy. See Issue 5029.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy).

Version 0.7 (2007-02-14)

Changes to Build

  • add Include scriptella-src-ide.zip in a binary distribution Committed by ejboy. See Issue 4386.

Changes to the Code Base

  • add JEXL driver Committed by ejboy. See Issue 3792.
  • add XML XPath provider Committed by ejboy. See Issue 4308.
  • add XML example Committed by ejboy. See Issue 4338.
  • fix Compile error on JDK 6 Committed by ejboy. See Issue 4291.
  • fix Do not produce bug report if no driver on classpath Committed by ejboy,volk. See Issue 4668.
  • fix Improved examples, ODBC example was not working. Committed by ejboy.
  • update Make "throughput" parameter in JMX mbean more accurate Committed by ejboy. See Issue 4397.
  • update Various performance optimizations. Committed by ejboy.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), (ejboy,volk).

Version 0.6 (2007-01-08)

Changes to the Code Base

  • add Text Provider Committed by ejboy. See Issue 3903.
  • add PostgreSQL Driver Committed by volk. See Issue 3976.
  • add DB2 Driver Committed by volk. See Issue 3981.
  • add Lucene search engine driver Committed by volk. See Issue 3987.
  • add Rollback ETL on Ctrl-C Committed by ejboy. See Issue 4061.
  • add transaction.isolation property for JDBC connection Committed by ejboy. See Issue 4062.
  • add Add JMX mbean for monitoring Committed by ejboy. See Issue 4034.
  • update Improved test code coverage Committed by ejboy.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), Kirill Volgin (volk).

Version 0.5dev (2006-11-16)

Changes to Project Administration

  • update Supported libraries upgraded to Janino 2.5.1, H2 1.0, HSQLDB 1.8.0.7, opencsv 1.7 Committed by ejboy.

Changes to the Code Base

  • add Log SQLWarnings Committed by ejboy. See Issue 3621.
  • add Configurable sql delimiters for JDBC Bridge Committed by ejboy. See Issue 3622.
  • add add lazy-init connection attribute Committed by ejboy. See Issue 3655.
  • add Oracle driver Committed by volk. See Issue 3657.
  • add Sybase driver Committed by volk. See Issue 3690.
  • add Resultset Data types conversion (including BLOB/CLOB) Committed by ejboy. See Issue 3740.
  • add Support for Oracle Hints Committed by ejboy. See Issue 3742.
  • add MySQL driver Committed by volk. See Issue 3793.
  • fix scriptella.bat not woking if no JAVA_HOME Committed by ejboy. See Issue 3653.
  • fix Illegal handling of -- comments Committed by ejboy. See Issue 3653.
  • update Performance improvements Committed by ejboy.
  • update Improved code coverage Committed by ejboy.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Fyodor Kupolov (ejboy), Kirill Volgin (volk).

All Committers

This is a list of all people who have ever participated as committers on this project.

  • Fyodor Kupolov (ejboy)
  • Kirill Volgin (volk)