Skip to the content.

Exasol Driver go 1.0.4, released 2023-10-23

Code name: Fixed IMPORT LOCAL CSV FILE

Summary

This release fixes the detection of IMPORT LOCAL CSV FILE. Before, the Go driver also detected this inside strings which broke e.g. running the following INSERT statement:

insert into table1 values ('import into . ) from local csv file '''' ');

Thanks to @cyrixsimon and @ssteinhauser for reporting this.

Bugfixes

Dependency Updates

Compile Dependency Updates