concatenating multiple columns in a field currently works differently
in postgresql than Mysql.  In Postgresql:

('string' || NULL) = NULL

so  a declaration like this:

has_index [:name, :optional_other_field], :as => stuff

will be empty for any row where optional_other_field is NULL.  I
updated the Field model in my github fork, but looking through the
specs it looks like you never build out a Postgresql test database.
Any chance there are plans for better postgresql testing?  If no one
is tackling it I might do it, but no promises on getting it done
soon :).
Doug
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to