huntlabs / hunt-entity

An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.

Home Page:https://www.huntlabs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password has unoraml char.

zhangyuchun opened this issue · comments

like this QgfG4m%7#tPl . contains '%'

database.url.URLException@../database/source/database/url.d(24): failed to parse URL mysql://putao_space:QgfG4m%7#tP@mysql1.putao.io:3306/putao_space?prefix=&charset=utf8mb4

../database/source/database/url.d:759 @safe database.url.URL database.url.parseURL(immutable(char)[]) [0x840aa8]

database new commit fixed it.