mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
fix typo that chooses wrong option rule (#1107)
This commit is contained in:
parent
6b111ba483
commit
8c59f8c9f9
@ -269,7 +269,7 @@
|
|||||||
(:sqlite 'sqlite-option)
|
(:sqlite 'sqlite-option)
|
||||||
(:pgsql 'pgsql-option)
|
(:pgsql 'pgsql-option)
|
||||||
(:mysql 'mysql-option)
|
(:mysql 'mysql-option)
|
||||||
(:mssql 'mysql-option))
|
(:mssql 'mssql-option))
|
||||||
option))))
|
option))))
|
||||||
|
|
||||||
(defun parse-cli-casts (casts)
|
(defun parse-cli-casts (casts)
|
||||||
|
Loading…
Reference in New Issue
Block a user