Skip to content

Trying to read beyond buffer length #18

Description

@malpower

I just tried to run an SQL below with @adhoc procedure, it throws an error said "Trying to read beyond buffer length".

SQL:
select A.*,
B.name as name,
B.avatar as avatar
from PLAYERS as A left join TEAM_PLAYERS as B on A.playerID=B.id
where uID='${game.id}' and A.teamID='${game.homeTeam.id}';

Any advise?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions