For example :
ZQuery.SQL contains :
Code: Select all
Select
Table1.AutoIncField ,
Table1.Status ,
Table2.IdName
From Table1
LEFT OUTER JOIN Table2 on (Table1.Id = Table2.Id)
After inserting data and posting them, the AutoInc field isn"t retreived.
You will have to refresh the table.
User Fduenas has done a fix for this (under mysql). Is it possible to add it to the svn version ?
Thank you !