Skip to content

1.0.4: Fixed `IMPORT LOCAL CSV FILE`

Compare
Choose a tag to compare
@kaklakariada kaklakariada released this 23 Oct 08:01
· 8 commits to main since this release
baadefb

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 {{dest.schema}}.{{dest.table}} ) from local csv file ''{{file.path}}'' ');

Thanks to @cyrixsimon and @ssteinhauser for reporting this.

Bugfixes

  • #98: Fixed detection of IMPORT LOCAL CSV FILE

Dependency Updates

Compile Dependency Updates

  • Updated github.com/exasol/exasol-test-setup-abstraction-server/go-client:v0.3.3 to v0.3.4