openimsdk / open-im-sdk-web-wasm

JS SDK for OpenIM Web use by Webassembly of go
https://openim.io
Apache License 2.0
29 stars 37 forks source link

Bug:GroupID type error when in sql #75

Closed hanson-wen closed 4 months ago

hanson-wen commented 4 months ago

What happened?

just as the picture show below, the groupID is string ,but sql combine as int type.

image

image

What did you expect to happen?

it may be select xxxxx where xxxx in('aaa', 'bbbb')

How can we reproduce it (as minimally and precisely as possible)?

return a groupID as string

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

Bloomingg commented 4 months ago

fixed with there commits fix: allow some id as string, fix: allow conversation id as string with symbol. and and release with open-im-sdk-wasm@3.5.1-alpha.8.1.