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

Cast null string parameters to varchar Fixes npgsql/EntityFramework6.Npgsql#121

Open jamend opened this issue 6 years ago • 2 comments

jamend avatar Jan 15 '20 23:01 jamend

Maybe cast to text instead of varchar? (Don't really know what difference it makes though...)

Emill avatar Jan 16 '20 00:01 Emill

I took varchar from the fix for the similar issue #27 as an example: https://github.com/npgsql/EntityFramework6.Npgsql/commit/e1689b94b8b83e94023f5bfb751b6345349d550c#diff-e299df15cc3fa1e8f0a2b9ea9fa5ac80

jamend avatar Jan 16 '20 00:01 jamend