-
I am using mysql as database but drivers of other databases are also installed.
-
## Bug Report
### Which version of ShardingSphere did you use?
5.3.0
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
proxy
### Expected behavior
insert succes…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
## Your Question
We connect the PostgreSQL server via Pgbouncer.
Our connection string (to the Pgbouncer) contains the parameter **_statement_cache_mode=describe_** to prevent the creation of …
-
here is my model
```
import (
"github.com/jackc/pgtype"
)
...
ClientIp pgtype.Inet `json:"client_ip" gorm:"type:inet;not null"`
...
```
I am trying to parse the ip address which…
-
### Reproduction link
[https://github.com/go-admin-team/go-admin.git](https://github.com/go-admin-team/go-admin.git)
### Steps to reproduce
./go-admin.exe migrate -c config/settings.yml
…
-
_I already reported this at https://github.com/go-gorm/postgres/issues/159 a while ago, but it was ignored until now, probably because it's an issue in gorm itself. Since it's turning more and more in…
-
Every time I ran it, it shows `sql: unknown driver "mysql" (forgotten import?)`
And how to change it postgresql?
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/458
## Description
A query fails to create (in this example `articles`) because the `set_id` column (foreign key) is set to …
-
While migrating models over to use `big.Int` instead of `int64` data types, I ran into the following issue
```
sql: Scan error on column index 6: unsupported Scan, storing driver.Value type int64 in…