Open GoogleCodeExporter opened 9 years ago
It seems like there is also issue for this type of statement -
SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid
= '18iipbZORE4AAAASzgBVAu'
1. jiql will somehow parsed INNER JOIN into just INNER.
2. jiql seems to have issue getting the columns' name if the select clause
contains wildcard i.e. u.* and s.*
I observed the above by looking at the codes and stepping through it. I am not
able to understand the codes fully, thus not able to know where the breakdown
occur thus I can not recommend any solution.
This is valid even with the new codes uploaded today by the owner of jiql.
Original comment by xaw...@gmail.com
on 16 Dec 2010 at 3:30
Original issue reported on code.google.com by
guven.ko...@gmail.com
on 3 Nov 2010 at 9:27