Skip to content

Commit

Permalink
allow db names with dot (dimitri#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaaa authored Nov 3, 2022
1 parent b0f0f83 commit 999791d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/command-db-uri.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))
Expand Down

0 comments on commit 999791d

Please sign in to comment.