slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
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

bharrisau commented 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.