Saxon Chuang

Results 12 comments of Saxon Chuang

@alexbrainman please review this PR, if there is any suggestion please let me know.

@alexbrainman I had change column type to nvarchar and test passed. ```sh $ go test -run ^TestMSSQLIssue178$ github.com/alexbrainman/odbc ok github.com/alexbrainman/odbc 0.617s ``` go version: ```sh $ go version go version...

@alexbrainman I had try another way to test, but in GBK test still failed, could you help me figure it out? (I think BIG5 case is correct)

@alexbrainman hello,do you have time to take a look?

this PR also helps me to avoid [STRING DATA RIGHT TRUNCATION ERROR](https://www.ibm.com/support/pages/apar/IT08509) in case of insert data to informix in zh_tw.big5.

I meet same problem too, I have checked value in `*out.Data` and it is correct, but got error after `jsonutil.UnmarshalGraphQL` here is my code : ```golang client := graphql.NewClient("http://192.1.1.115:8080/v1/graphql",http.DefaultClient) var...

@alexbrainman - that fix only need and work when client locale not set to UTF8, try change locale to zh_TW.BIG5 or others will see right result. - in that test,...

接口的內文描述: > 定義的變數比介面少了一些屬性是不允許的: 多一些屬性也是不允許的: 可見,賦值的時候,變數的形狀必須和介面的形狀保持一致。 但事實上官網明明是允許的? https://www.typescriptlang.org/docs/handbook/interfaces.html > but the compiler only checks that at least the ones required are present and match the types required

I use aicommits in wsl, and aicommits config not work too, an other way to fix it, is export OPENAI_KEY=yor_key.

都配置了,但打API 回傳餘額不足,如果說是wsl配置有問題,是什麼問題呀? (BTW,我在windows用postman打API也是同一個問題) ![image](https://github.com/user-attachments/assets/257cfde6-67cd-4d5b-9a66-cb2d426e1b6c) ![image](https://github.com/user-attachments/assets/7996b1c3-2edf-44f4-b23c-45093a12a864)