mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix glitch in Materialized Views support for MSSQL.
Thanks to @sorix6 for a bug report with a fix! Fixes #928.
This commit is contained in:
parent
957caa877e
commit
c83a0375a0
@ -102,6 +102,7 @@
|
||||
(cond (view-names
|
||||
(list-all-columns catalog
|
||||
:including including
|
||||
:excluding excluding
|
||||
:table-type :view))
|
||||
|
||||
((eq :all materialize-views)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user