coleifer / peewee

a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb
http://docs.peewee-orm.com/
MIT License
11.06k stars 1.37k forks source link

Update db_url.py #2915

Closed chrisribe closed 2 months ago

chrisribe commented 2 months ago

Fixed issue where split would also split passwords containing ? This fix limits the split to only be performed once.

coleifer commented 2 months ago

I chose to fix this slightly differently, removing the python 2.6 workaround: https://github.com/coleifer/peewee/commit/73065214abdff535154bb9399f241dc75248fb14