Skip to content
Snippets Groups Projects
Commit 3573fe07 authored by Fabien Meghazi's avatar Fabien Meghazi
Browse files

[FIX] sql_db: use psycopg2.extensions.parse_dsn for dsn parsing


Before this patch the naive dsn parser `_dsn_to_dict` would choke
on `application_name` containing spaces or the equal sign.

closes odoo/odoo#122010

Signed-off-by: default avatarFabien Meghazi (fme) <fme@odoo.com>
parent fa252066
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment