Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4527 Zobrazení

I want to call a pgsql function In my select as follow :

select name from my_table where soundex(name) = 'foo'

So I include a tuple in before to do the select :


query += [('soundex(name)','=',soundex2(foo) ) ]

[...]

product_count = product_obj.search_count(cr, uid, query, context=context)

And I've got the following error :

Invalid field 'soundex(name)' in leaf "<osv.ExtendedLeaf: ('soundex(name)', '=', u'EKLP') on product_template (ctx: )>" 

So, I do I call the soundex function inside of the 'Where' clause ?


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
zář 19
98
1
čvc 17
4147
4
srp 16
8366
1
kvě 16
4961
1
bře 16
4987