Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
GNU General Public License v3.0
446
stars
34
forks
source link
Handle PK column casing in upsert #414
Closed
bharrisau closed 1 month ago
Copy over the column casing handling from update key to primary key in upsert code. Might not be the best spot for it.