Closed (works as designed)
Project:
Reverse Node Reference
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 20:30 UTC
Updated:
25 Aug 2010 at 13:38 UTC
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
Comment #1
markus_petrux commentedNope, sorry. This module uses Nested Join, which is a feature that requires PostgreSQL or MySQL 5.1.
History: #241078: Reverse node-reference views relationship
Comment #2
ruloweb commentedI 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.