Added - Introduce csv2db icon - Check for mandatory command line arguments (ER 14) - Exit program immediately if no files were found (ER 17) - More debug statements for file reading operations (ER 15) - Color coded output (can be turned off via $NO_COLOR) (ER 20) - Provide failing data record as debug output (ER 19) - More precise status output (ER 24) - Change default data type to VARCHAR(1000) (ER 26) - Return code to indicate data loading issue (ER 25) - Introduce SQL Server support (ER 11)
Fixed - Pass correct exit return codes (bug 18) - Autocommit is explicitly turned off (bug 22) - Record list cleared on error (bug 23) - Preserve correct order of column list (bug 21)
1.3.1
Fixed - Put `/*+ APPEND_VALUES */` hint at right position immediately after the `INSERT` keyword (bug 12)
1.3.0
Added - Provide support for direct-path loading with Oracle DB (ER 8) - Provide support for custom quote characters (ER 10)
1.2.0
Added - Support for user-defined column separator
Fixed - Don't execute batch flush on empty data set (bug 6)
1.1.1
Fixed - Get correct source path for shell wrapper (bug 4)
1.1.0
Added - Db2 LUW support - Version numbering in program help
Changed - Set default port for all database types (Oracle: 1521, MySQL: 3306, PostgreSQL: 5432, Db2: 50000).