You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fully qualified names as columns in related table can have a same name
and this query could raise an error.
Like the one below error below was shown in 18.0
```
psycopg2.errors.AmbiguousColumn: column reference "state" is ambiguous
LINE 3: AND state = 'validate'
```
closesodoo#193568
Signed-off-by: Jurgen Gjini (jugj) <[email protected]>
0 commit comments