borzovplus
borzovplus
Any updates? I have the same problem in 1.18.5 and in 1.19
> @borzovplus The fix will be available in 1.19.1 when it comes out (a few weeks). I'm not sure about whether this will be fixed in 1.18 or not. @mdempsky...
> This is ultimately a flaw in the original design of Go's database/sql package. What we can do is move the call to `sql.Register` to a separate file that can...
> > > It looks like that td library you are trying to use compiles in its own version of SQLite, which has the sqlcipher extension built in. My guess...
> Something like that. I haven't dealt with this level of cgo that often, so it may take a few tries to get right. Please note you want CFLAGS to...
> Hmm, that is unfortunate. One other thing you could try is compiling td as a library first, and then linking with it in both places. tdlib is already compiled...
> As levlam said, you shouldn't linked with gorm and TDLib together. So your LDFLAGS should be like this or similar `//#cgo linux LDFLAGS: -L/usr/local/lib -ltdjson` Thank you for your...
> Weird, how about `//#cgo linux LDFLAGS: -L/usr/local/lib -ltdjson -lstdc++`? I use that in previous attempt. I ran the following command: > RUN go build --ldflags "-extldflags '-L/usr/local/lib -ltdjson -ltdjson_static...
any updates?
> Hello, I'd like to contribute to the project, I use it daily in my application, could not contact the repository owner directly, so opening an issue to get noticed....