server-tools
server-tools copied to clipboard
sql_request_abstract use of PROHIBITED_WORDS in value
I am using the module sql_request_abstract to do sql view with odoo.
I need to use the "create" word as a value on a sql condition.
select ... WHEN type = 'create'
Someone know a workaround to the PROHIBITED_WORDS for this specific needs ?
edit: i found this solution: "WHEN type like 'crea%'"
Thanks in advance
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.