issues
search
go-ozzo
/
ozzo-dbx
A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
638
stars
91
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Customizable LogSQLFunc
#104
BourgeoisBear
opened
2 years ago
0
Maintenance status?
#103
ganigeorgiev
opened
2 years ago
1
Added 'sqlite' key to db.BuilderFuncMap for noncgo sqlite driver support
#102
ganigeorgiev
opened
2 years ago
0
How to Update with a multi column primary key?
#101
OSHW-Rico
closed
2 years ago
2
Enable RenameTable, RenameColumn and DropColumn in the sqlite builder
#100
ganigeorgiev
opened
2 years ago
0
Support scanning slice of pointers
#99
ganigeorgiev
opened
2 years ago
0
Enable `RenameTable`, `RenameColumn` and `DropColumn` in the sqlite builder
#98
ganigeorgiev
closed
2 years ago
1
Delete unsued import and add package name
#97
s0xzwasd
opened
3 years ago
1
Add support for Upsert to model query and tests
#96
kolkov
opened
3 years ago
1
Add Upsert to model query
#95
kolkov
opened
3 years ago
0
Can't get last inserted id for pgx.
#94
lookharm
closed
4 years ago
2
Exposing Struct Field/Column Name Mappings?
#93
BourgeoisBear
opened
4 years ago
0
How to use with SELECT * FOR UPDATE SKIP LOCKED?
#92
kolkov
opened
4 years ago
0
How to exclude field with embedded struct?
#91
kolkov
closed
4 years ago
1
Is this library goroutine-safe?
#90
elftech
closed
4 years ago
0
Many to many relation problem
#89
zikwall
closed
4 years ago
2
[Advice] Chaining and Queries
#88
euca01
opened
4 years ago
0
Should the `Query.One()` method imply a limit of one?
#87
mheffner
opened
4 years ago
0
Add SELECT EXIST to SELECT builder.
#86
kolkov
opened
4 years ago
0
How to build UPDATE with JOIN query?
#85
kolkov
opened
4 years ago
0
How to convert string to binary(16) in MySQL 8.0?
#84
kolkov
opened
4 years ago
0
Migrations
#83
Kalinin-Andrey
closed
4 years ago
3
enhanced logging for DB queries
#82
qiangxue
closed
4 years ago
0
How to get JSON from MySql?
#81
kolkov
opened
5 years ago
0
MSSQL Examples
#80
gmonk
opened
5 years ago
0
How to set null in select with builder?
#79
kolkov
closed
5 years ago
3
Add batchInsert function
#78
hiscaler
opened
5 years ago
0
How to make the relationship?
#77
newerton
opened
5 years ago
0
How to build this query?
#76
kolkov
opened
5 years ago
4
Emoji Support
#75
KlotzJesse
opened
5 years ago
1
Does ozzo-dbx provide array insertion support?
#74
vaishali-ntnx
opened
5 years ago
0
Add upsert query support in model query.
#73
vaishali-ntnx
opened
6 years ago
0
How I can get LAST_INSERT_ID after insert?
#72
tonespy
opened
6 years ago
0
Top notch
#71
kPshi
opened
6 years ago
1
Fix upsert
#70
vasilistefanenko
closed
4 years ago
2
Configurable table prefix
#69
kPshi
closed
4 years ago
2
use proper package in example_test.go
#68
kPshi
closed
4 years ago
2
Transaction not working in test
#67
dsvteam
opened
6 years ago
4
Transaction successful if FOREIGN KEY constraint failed
#66
kolkov
closed
6 years ago
2
Panic when using uint64 as auto-incremented primary key field on Insert()
#65
BourgeoisBear
closed
6 years ago
2
How I can get LAST_INSERT_ID after insert?
#64
rudyavsky-ag
closed
6 years ago
3
Insert more then 1 row?
#63
kolkov
opened
6 years ago
0
Updating Table Overrides null values in struct
#62
tonespy
opened
6 years ago
1
Formatting of `[]byte` in Query.logSQL()
#61
BourgeoisBear
opened
6 years ago
5
Unable to pass slice of int to dbx.In()
#60
byanjiong
closed
6 years ago
4
Added DB.Clone() and fixed build break
#59
qiangxue
closed
6 years ago
3
how can i get update rows
#58
fancyecommerce
opened
6 years ago
3
强哥,如果在您封装的这个框架中使用数据库连接池?
#57
MariaWf
closed
6 years ago
2
Try to add more example related to "Query Conditions"
#56
byanjiong
opened
6 years ago
0
Added summary
#55
snwfdhmp
closed
6 years ago
2
Next