Hi ,
I’m having a problem with Multi-user Sync i can’t figure out what i’m doing wrong , mySql seems to have an issue with the query the connectors generates.
is the selection from multiple tables not supported with multi user sync ?
i tried render sql and render complex sql and nothing seems to work
======> the generated query with 1
====================================
Log started, 06/06/2015 09:28:52
SELECT * FROM actions_table LEFT OUTER JOIN events left outer join utilisateurs on events.utilisateur_id = utilisateurs.id_utilisateur ON actions_table.DATAID = events left outer join utilisateurs on events.utilisateur_id = utilisateurs.id_utilisateur.event_id WHERE ( actions_table.ID > ‘3’ AND actions_table.USER <> ‘1433618930901’)
!!!Uncaught Exception
Code: 0
Message: MySQL operation failed
Table/alias: ‘utilisateurs’ non unique
======> the generated query with 2
====================================
Log started, 06/06/2015 09:30:48
SELECT * FROM actions_table LEFT OUTER JOIN events,utilisateurs ON actions_table.DATAID = events,utilisateurs.event_id WHERE ( events.utilisateur_id = utilisateurs.id_utilisateur) AND ( actions_table.ID > ‘3’ AND actions_table.USER <> ‘1433619046695’)
!!!Uncaught Exception
Code: 0
Message: MySQL operation failed
Erreur de syntaxe pr�s de ‘utilisateurs ON actions_table.DATAID = events,utilisateurs.event_id WHERE ( even’ � la ligne 1
what I’m missing ? is it bug ?
Thank you for your support