mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
allow db names with dot (#1059)
This commit is contained in:
parent
b0f0f8313b
commit
999791d013
@ -124,6 +124,7 @@
|
||||
(defrule dsn-dbname (and "/" (? (or single-quoted-string
|
||||
(* (or (alpha-char-p character)
|
||||
(digit-char-p character)
|
||||
#\.
|
||||
punct)))))
|
||||
(:lambda (dbn)
|
||||
(list :dbname (text (second dbn)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user