Skip to content

Releases: clytras/AccessConverter

2.0

31 Jul 20:52
ebee5ba
Compare
Choose a tag to compare
2.0 Pre-release
Pre-release
  • JRE JavaSE 17
  • Multiple primary keys
  • Unique and plain indexes
  • Relationships with foreign keys
  • Attachment files support
  • OLE files support
  • Better performance using SQLite batch updates and FileWriter for dumping data to files
  • Update Jackcess to v4, SQLite to v3.46.0 and more packages

Bug fixes and progress status display

07 Nov 20:05
c09e442
Compare
Choose a tag to compare

Fixed SQLite names conversion by enclosing all names (tables/fields) using the grave accent character "`"
Fixed when an INSERT error would break the entire transaction. Now each row is inserted individually
Added progress status when using the flag parameter "-show-progress"

Minor logging fixes for debuging

24 May 20:41
Compare
Choose a tag to compare

Version 1.1 release.
Added SQL code logging on errors.
Replaced org.apache.commons.lang3.StrBuilder with org.apache.commons.text.TextStringBuilder due to deprecation of the first.

Initial release

06 Sep 13:27
Compare
Choose a tag to compare

The initial v1.0 release.
It contains all the dependencies libraries.
Tested on Windows 10 x86_64 JRE 1.8, CentOS 6.9 x86_64 JRE 1.8.