q3c_join does not work in queries to DES DR2 as well:
Error: IllegalArgumentException: net.sf.jsqlparser.JSQLParserException JSQLParserException: ParseException: Encountered "( a . ra , a . dec , t . ra , t . dec , 1 ." at line 1, column 238. Was expecting one of: <EOF> "GROUP" ... "LIMIT" ... "ORDER" ... "OFFSET" ... "HAVING" ... ";" ... "." ... "(" "NULL" ... "(" "CASE" ... "....
Query was:
select a.*,
mag_auto_g_dered, mag_auto_r_dered, mag_auto_i_dered,
mag_auto_z_dered, mag_auto_y_dered,
magerr_auto_g, magerr_auto_r, magerr_auto_i,
magerr_auto_z, magerr_auto_y
from test as a, des_dr2.main as t
where q3c_join(a.ra, a.dec,t.ra, t.dec,1./3600.)
(Similar query worked before on DR1!)