In Postgres, double quotes denote identifiers. The previous LIKE clause format caused "UndefinedColumn" errors during field renaming (e.g., during HRMS installation) because the pattern was interpreted as a column name. This change parameterizes the LIKE pattern and passes the wildcarded value as a bound parameter, ensuring compatibility with both MySQL and Postgres. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| link_count.py | ||
| mask.py | ||
| rename_doc.py | ||
| rename_field.py | ||
| user_settings.py | ||