This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erdnaxeli
Recipients berker.peksag, erdnaxeli, krypten, r.david.murray, rhettinger, samwyse, serhiy.storchaka, skip.montanaro, tegdev, yoonghm
Date 2021-06-28.09:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624872226.37.0.639265968229.issue23041@roundup.psfhosted.org>
In-reply-to
Content
I have another use case. I want to import data into PostgreSQL using the COPY FROM command. This command can read a CSV input and it needs to distinguish empty string from null values.

Could we reconsider this issue and the proposed solution?
History
Date User Action Args
2021-06-28 09:23:46erdnaxelisetrecipients: + erdnaxeli, skip.montanaro, rhettinger, samwyse, r.david.murray, berker.peksag, serhiy.storchaka, krypten, yoonghm, tegdev
2021-06-28 09:23:46erdnaxelisetmessageid: <1624872226.37.0.639265968229.issue23041@roundup.psfhosted.org>
2021-06-28 09:23:46erdnaxelilinkissue23041 messages
2021-06-28 09:23:46erdnaxelicreate