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
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
SELECT c.stateId, a.role, c.fullName AS \`name\` FROM \`accounts_access\` a
256
262
LEFT JOIN \`characters\` c ON c.charId = a.charId
257
263
WHERE a.accountId = ?
@@ -260,18 +266,12 @@ onClientCallback(
260
266
LIMIT 7
261
267
OFFSET ?
262
268
`,
263
-
queryParams
264
-
);
265
-
266
-
console.log(JSON.stringify(users,null,2));
267
-
268
-
constusersCount=awaitoxmysql.prepare<number>(
269
-
'SELECT COUNT(*) FROM `accounts_access` aa LEFT JOIN characters c ON c.charId = aa.charId WHERE accountId = ? AND MATCH(c.fullName) AGAINST (? IN BOOLEAN MODE)',
0 commit comments