SolidBase Changelog

What's new in SolidBase 1.6.7

Apr 12, 2013
  • IMPORT CSV can now import into tables with schema names.

New in SolidBase 1.6.6 (Apr 12, 2013)

  • Problem with PostgreSQL fixed.

New in SolidBase 1.6.5 (Apr 12, 2013)

  • Fixed minor issue that came up when we tried to compile a Java procedure on Oracle.

New in SolidBase 1.6.4 (Apr 12, 2013)

  • Further IMPORT CSV improvements and external CSV files can now be imported too. Removed an accidental dependency on java 6, so that SolidBase will run on java 5 again.

New in SolidBase 1.6.3 (Apr 12, 2013)

  • Autocommit is now off during the execution of SQL files (for better performance), so you need to explicitly add commit statements to your SQL files. Upgrade files however are always processed with autocommit on.

New in SolidBase 1.6.0 (Aug 6, 2010)

  • ENH SolidBase is now able to execute SQL files including most of the annotations that you use in an upgrade file.
  • ENH Added a SECTION annotation.
  • ENH The names of the SolidBase control tables can now be overridden.
  • ENH You can now change the SQL delimiter. In 1.6.1 the default delimiter will become a trailing ;
  • ENH Improved error handling.
  • ENH Added the IMPORT CSV command which imports inline CSV data into a table.
  • ENH Added a PRINT SELECT command which prints the results from the SELECT on the screen.
  • ENH Plugins are now autodiscovered through a solidbase.plugins file in the META-INF folders in the classpath.