Npgsql.Bulk icon indicating copy to clipboard operation
Npgsql.Bulk copied to clipboard

Shorten aliased Column Names

Open IkamG opened this issue 1 year ago • 1 comments

Addressing #82 by removing reliance on table and column name when creating temp column name. Postgres has a 63 byte limit on column names

IkamG avatar Feb 16 '24 21:02 IkamG

Hi @neisbut would love to get your feedback on this change. #82 is posing a significant roadblock in allowing us to use update on conflict constraints.

IkamG avatar Feb 23 '24 15:02 IkamG