Does anybody know hot to overcome the lack of specific database functions support in drupal?
I have a content type field that should get filled with the help of database function and when i use it drupal-way, i only get saved string "my_function_name(n)", not actual value returned by that function.
Is there a workaround for that? i need to save it every time this content type gets changed (insert, update).
I tried a few things, but nothing did the trick..