Any plans for supporting older versions of mySQL with this module?
I have a database where I want to add students to instructor nodes and have the instructors appear on the student nodes as well.
Right now I'm using Node Relationships and was going to tack this one on for the added benefit. Is there any other way of accomplishing this?

Comments

markus_petrux’s picture

Category: support » feature
Status: Active » Closed (works as designed)

Nope, sorry. This module uses Nested Join, which is a feature that requires PostgreSQL or MySQL 5.1.

History: #241078: Reverse node-reference views relationship

ruloweb’s picture

I had the same question, and found my solution on Nodereferrer (http://drupal.org/project/nodereferrer). Here is the differences between both modules http://drupal.org/node/798786. Nodereferrer has a view relationship which works awesome!

I like Reverse Node Reference, but if you can´t change your MySQL Server version, Nodereferrer is a great alternative.

Thanks!

--
José Sánchez.