database-migration
database-migration copied to clipboard
SQL scripts for automatically importing data from various data management systems into EXASOL.
I noticed that the s3_to_exasol script still uses Python 2, which is generally discontinued in 2020 and will be discontinued by exasol in the next major release. I updated the...
[Postgres has a column type called HSTORE](http://www.postgresqltutorial.com/postgresql-hstore/) which is represented as a CSV string with `"key1"=>"value1", "key2"=>"value2"` pairs. While this can be parsed with a Python UDF once in Exasol,...
I've had issues with numeric and decimal since max precision in sql server is 38 and in exasol 36, i've made quick fix by adding this `case when PRECISION >...
https://my-bucket.s3-eu-central-1.amazonaws.com caused an issue with nil values in Lua. If we verfied the url before trying to run the script, we could have had a better error message, because the...
This file explains how to report security vulnerabilities privately to Exasol.
A few changed to the previous delta loader from the SQL Server using change tracking: - Delta loading from a SQL server with insertion, modification, and deletion - varbinary is...