You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* be compatible with any SQL mode. This fixes:
SELECT DISTINCT callid FROM sip_trace WHERE status='' AND
direction='in' ORDER BY id DESC;
ERROR 3065 (HY000): Expression #1 of ORDER BY clause is not in
SELECT list, references column 'opensips.sip_trace.id' which
is not in SELECT list; this is incompatible with DISTINCT
* be consistent across different backends (e.g. don't sort the
results differently with MySQL vs. Postgres)
Fixes#83
0 commit comments