db icon indicating copy to clipboard operation
db copied to clipboard

Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

Results 131 db issues
Sort by recently updated
recently updated
newest added

Hi in Goland when fetching dependencies it runs: ``` go list -json -m -u -mod=readonly all ``` and for me, is erroring out via: ``` go: loading module retractions for...

question

https://upper.io/v4/adapter/postgresql/#sql-builder "p.title AD publication_title" -> "p.title AS publication_title"

I want to build a google bigquery adapter, and was hoping I can reuse most of existing code with minimal works. It turns out impossible because most components are internal....

I'm offering a flexible way for my end user to do query, and therefore seeking a programmatical way to be able to add the NOT operator to all the different...

At the moment identity columns are not ignored on using updater for mssql connection like ``` q = sess.SQL(). Update("user"). Set(user).Where("id = ?", 5) res, err = q.Exec() ``` This...

Installed version: 4.6.0 DB: mysql It seems that nested structs without db tag are not omitted on insert or update. Is this a bug or do I need to set...

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.1 to 4.18.2. Changelog Sourced from github.com/jackc/pgx/v4's changelog. 4.18.2 (March 4, 2024) Fix CVE-2024-27289 SQL injection can occur when all of the following conditions are met: The...

dependencies

**Bug**: When I run a`CREATE TABLE` in the `master` database, `Collection().Exists()` always returns false when using the `mssql` adapter. I traced it down to this line here: https://github.com/upper/db/blob/master/adapter/mssql/database.go#L108. It looks...

any plans to upgrade or make another postgres wrapper which supports pgx v5? pgxv5 performance is a good amount better, because it has a lot more reuse of connection read...

See: https://github.com/upper/db/issues/712