Closed 1-alex98 closed 6 years ago
SELECT game_stats.mapId FROM game_player_stats JOIN game_stats WHERE playerId=?0 and game_stats.gameType=6 ORDER BY game_stats.startTime ASC LIMIT ?1
it seems to not like the LIMIT part in the querry but why?
it looks like you are trying to use native sql query instead of jpql
On Mar 25, 2018 1:21 PM, "Alexander" notifications@github.com wrote:
SELECT game_stats.mapId FROM game_player_stats JOIN game_stats WHERE playerId=?0 and game_stats.gameType=6 ORDER BY game_stats.startTime ASC LIMIT ?1
it seems to not like the LIMIT part in the querry but why?
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/FAForever/faf-java-server/pull/49#issuecomment-375962933, or mute the thread https://github.com/notifications/unsubscribe-auth/AIOEpan-5U8qstgsM-jr9UkdWKd0tSFnks5th33KgaJpZM4S6E5Z .
Fixes #43