dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.35k stars 541 forks source link

also omit "DEFAULT NULL" when (eq (column-default column) :NULL) #1609

Open mayerrobert opened 3 weeks ago

mayerrobert commented 3 weeks ago

pgloader omits "DEFAULT NULL" clauses when (column-default column) is NIL. With this patch "DEFAULT NULL" clauses are also omitted when (column-default column) is :NULL.