Skip to content

Commit

Permalink
Make results deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Dec 3, 2024
1 parent c8ce496 commit 119a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/sql/sql08-common-ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ SELECT
INNER JOIN files as filesb ON tokensb.fid = filesb.fid
WHERE tokensa.eid = tokensb.eid
GROUP BY tokensa.eid, definerid, basefileid
ORDER BY defined, identifier;
ORDER BY defined, identifier, used;

0 comments on commit 119a6e6

Please sign in to comment.