issues
search
arthurkushman
/
buildsqlx
Go database query builder library for PostgreSQL
MIT License
172
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
#54: Add RenameIndex method + tests
#109
arthurkushman
closed
6 months ago
1
#107: Fix shadowing by renaming constants in builder.go
#108
arthurkushman
closed
7 months ago
0
Fix shadowing by renaming constants in builder.go
#107
arthurkushman
closed
7 months ago
1
Add code highlighting for sql keywords in README descriptions
#106
arthurkushman
closed
7 months ago
0
Change Pluck/PluckMap to return slice/map of structs
#105
arthurkushman
closed
1 year ago
1
Change Pluck/PluckMap to return slice/map of structs
#104
arthurkushman
closed
1 year ago
1
#102: Change Chunk method to accept struct and returning slice of those structs
#103
arthurkushman
closed
1 year ago
0
Change Chunk method to accept struct and returning slice of those structs
#102
arthurkushman
closed
1 year ago
1
#100: Change First/Value/Find to accept structs
#101
arthurkushman
closed
1 year ago
0
Change First/Value/Find methods to work with structs
#100
arthurkushman
closed
1 year ago
1
#98: Change `InsertBatch` to accept slice of structs
#99
arthurkushman
closed
1 year ago
1
Change InsertBatch to accept slice of structs
#98
arthurkushman
closed
1 year ago
1
#96: Add ScanStruct and EachToStruct/Next to parse SQL-query results …
#97
arthurkushman
closed
1 year ago
0
Is it possible to type the insert statements and select statements
#96
TiLopes
closed
1 year ago
1
#84: Fix transaction dependant behaviour
#95
arthurkushman
closed
1 year ago
0
wherenull
#94
hzjux001
closed
1 year ago
1
feat: added a variation of insert get id where you can pass in a custom id name
#93
TheLazyLemur
closed
8 months ago
0
#91: Change interface{} to any, version 1.17 -> 1.18 + test for TestNewConnectionFromDB
#92
arthurkushman
closed
1 year ago
0
Change `interface{}` to an alias `any` as part of transition to a new versions of Go
#91
arthurkushman
closed
1 year ago
0
#87: Add NewConnectionFromDb constructor to pass *sql.DB handle
#90
arthurkushman
closed
1 year ago
0
#88: Change BETWEEN and IS to pass through bindings
#89
arthurkushman
closed
1 year ago
0
where, andWhere and orWhere are separated from whereNull, whereBetween, whereRaw...
#88
Deme94
closed
1 year ago
5
Using an existing sql.Db connection
#87
dvaldivia
closed
1 year ago
2
Use (Or/And)Where(Not)In alongside Where clause
#86
maikttt
closed
2 years ago
1
#84: Fix errTxn
#85
arthurkushman
closed
2 years ago
0
How can I rollback all query in nested funtion
#84
hzjux001
closed
1 year ago
6
#36: Add coverage on Union/UnionAll + Time func in Schema, Fix bugs
#83
arthurkushman
closed
2 years ago
0
Change errors from const strings to vars
#82
arthurkushman
closed
2 years ago
1
Refactor errors from const strings to vars
#81
arthurkushman
closed
2 years ago
1
#79: Add nil type support for DML
#80
arthurkushman
closed
2 years ago
0
How can update the value of record to null
#79
hzjux001
closed
2 years ago
1
How can I update field to null
#78
hzjux001
closed
2 years ago
0
#76: Add include keyword
#77
arthurkushman
closed
2 years ago
1
Add `INCLUDE` keyword to add included fields
#76
arthurkushman
closed
2 years ago
1
70: Add CONCURRENTLY statement to add indices without locking
#75
arthurkushman
closed
2 years ago
0
#71: Add SchemaIfNotExists, IfExists/IfNotExists statements
#74
arthurkushman
closed
2 years ago
1
#72: Optimize mem alloc in column struct
#73
arthurkushman
closed
2 years ago
1
Mem alloc optimization in structs by type-shifting
#72
arthurkushman
closed
2 years ago
0
Add if not exists/if exists clause for atomic operations
#71
arthurkushman
closed
2 years ago
0
Add key word `concurrently` to run operations as non-blocking
#70
arthurkushman
closed
2 years ago
1
How can I set a column from not null to null
#69
hzjux001
closed
2 years ago
1
Escaping table names
#68
maikttt
closed
2 years ago
1
Scheme ret err
#67
arthurkushman
closed
2 years ago
0
can't throw the error in Schema
#66
hzjux001
closed
2 years ago
1
#64: Add boolean column creation ability
#65
arthurkushman
closed
2 years ago
1
How can I create a column by bool type
#64
hzjux001
closed
2 years ago
1
#hotfix: Fix golangci linter issues
#63
arthurkushman
closed
2 years ago
1
Find method
#62
arthurkushman
closed
3 years ago
0
Implementing find() to retrieve a single row by it's id column value
#61
arthurkushman
closed
3 years ago
1
#59: Fix incorrect bindings on strings
#60
arthurkushman
closed
4 years ago
0
Next