mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-19 11:01:10 +01:00
Fix #498.
This commit is contained in:
parent
381ba18b50
commit
b239e6b556
@ -6,7 +6,7 @@
|
||||
(in-package #:pgloader.parser)
|
||||
|
||||
(defrule match-rule-target-regex quoted-regex
|
||||
(:lambda (re) (make-regex-match-rule :target re)))
|
||||
(:lambda (re) (make-regex-match-rule :target (second re))))
|
||||
(defrule match-rule-target-string quoted-namestring
|
||||
(:lambda (s) (make-string-match-rule :target s)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user