dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

producer Dumper: fix NULL handling for strings #163

Closed eserte closed 10 months ago

eserte commented 11 months ago

Currently NULL values in a string field will be dumped as empty strings. Probably it's more correct to dump all NULL values as NULL.