We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a975643 + c0dedab commit b5bea36Copy full SHA for b5bea36
openupgrade_scripts/scripts/base_address_extended/16.0.1.1/pre-migration.py
@@ -49,7 +49,7 @@ def migrate(env, _version):
49
FROM (
50
SELECT
51
id,
52
- regexp_match(street, '^(.*?)(?:\\s([0-9][0-9\\S]*))?(?: - (.+))?$') AS rgx
+ regexp_match(street, '^(.*?)(?:\\s([0-9][0-9^\\s]*))?(?: - (.+))?$') AS rgx
53
FROM res_partner
54
WHERE street IS NOT NULL
55
) AS sub
0 commit comments