Mick Staugaard wrote: > So shouldn't the line be: > > sql_attr_timestamp = UNIX_TIMESTAMP(created_at) AS created_at > > or am I missing something?
I suspect the "sql_attr_timestamp = created_at" is referring to the created_at field in the sql_query (which is being passed through UNIX_TIMESTAMP) and not the raw table field. -- James Healy <jimmy-at-deefa-dot-com> Wed, 22 Apr 2009 23:53:56 +1000 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
