itzikiusa

Results 4 comments of itzikiusa

@goccy hi, yes sure in general, pretty much what json.Number provides, just automatically do it for several types lets say we have struct: `type CommonProviderResponse struct { Code int `json:"code"`...

@zachmu thanks for the response, sure, attaching the data ``` query: INSERT INTO MdlGm_tblPlayers(Login, BrandId, Password, Email, CompletReg, SendMail, createTime, PlayerStatus, TestAccount) SELECT ?, '1', ?, ?, 0, 0, now(),...

@zachmu thanks, getting different error when choosing single column (tried both with column name and hard coded value) `Error 1105: unknown error: cannot convert type LONGTEXT to INT` this is...