Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

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..

share|improve this question
3  
Please list the things you've tried in the question (including code) – Clive Mar 25 at 13:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.