issues
search
vapor
/
sql-kit
*️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
MIT License
248
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add missing `any` to a protocol composition
#185
AnthonyLatsis
closed
4 months ago
2
Add failing test for regression
#184
stephencelis
closed
2 months ago
5
Insert values except / merge
#183
CrownedPhoenix
opened
5 months ago
3
INSERT INTO SELECT
#182
CrownedPhoenix
closed
5 months ago
2
Fix behavior of SQLColumn when "*" is specified as a column name
#181
gwynne
closed
5 months ago
1
`SQLColumn("*", table: ...)` not working as expected
#180
ptoffy
closed
5 months ago
0
Add support for Common Table Expressions
#179
gwynne
closed
5 months ago
2
Support the use of unions in subqueries
#178
gwynne
closed
6 months ago
3
Relax minimum dependency version for swift-collections
#177
gwynne
closed
7 months ago
0
Fix overhaul breakage, part 2
#176
gwynne
closed
7 months ago
1
fix: Adds back-support for SQLBind public API
#175
NeedleInAJayStack
closed
7 months ago
11
Revert the changed package name in the exports
#174
gwynne
closed
7 months ago
1
Reorganize the source code layout
#173
gwynne
closed
8 months ago
0
Major overhaul of the entire SQLKit package
#172
gwynne
closed
7 months ago
1
Add Model Macro for `select`, `insert`, `drop`
#171
zunda-pixel
closed
11 months ago
1
SQLColumnUpdateBuilder.set does not provide options to specify encoding strategies
#170
sidepelican
closed
6 months ago
3
Add support for nested subpath (JSON) expressions
#169
gwynne
closed
1 year ago
1
`join` with `delete` queries
#168
richwolf
closed
1 year ago
2
Add support for specifying a query logging level at the SQLKit layer
#167
gwynne
closed
1 year ago
2
Major codebase cleanup
#166
gwynne
closed
1 year ago
4
Update min Swift version to 5.6 and make platform versions consistent
#165
gwynne
closed
1 year ago
2
Add API Docs
#164
0xTim
closed
1 year ago
1
Make SQLList's properties mutable
#162
gwynne
closed
1 year ago
2
JSON columns with Date and/or Bool fail decoding
#163
janigro
opened
1 year ago
2
Allow to pass keyDecodingStrategy in first(decoding:) and all(decoding:)
#161
valerianb
closed
6 months ago
2
Add configuration option for dialects without multi row insert support
#160
lovetodream
closed
2 months ago
2
CustomLoggerSQLDatabase does not override logger
#159
t-ae
opened
1 year ago
0
Remove superfluous quotes in documentation
#158
valerianb
closed
1 year ago
1
Bump minimum Swift version to 5.5
#157
gwynne
closed
2 years ago
1
Support += operator for SQLQueryString.
#156
maciejtrybilo
closed
2 years ago
2
Affect row count from insert, update and delete
#155
shawnclovie
opened
2 years ago
2
Add support for varying syntax of SELECT locking clauses.
#154
gwynne
closed
2 years ago
1
Adds multirow insert method
#153
NeedleInAJayStack
closed
2 months ago
6
Add ability for SQLKit drivers to expose version numbers
#152
gwynne
closed
2 years ago
2
Update good first issue workflow to work for multiple labels
#151
BennyDeBock
closed
2 years ago
1
Update good first issue workflow to work for multiple labels
#150
BennyDeBock
closed
2 years ago
1
Add support for MySQL's DROP INDEX syntax
#149
gwynne
closed
2 years ago
2
UNION handles single entry
#148
NeedleInAJayStack
closed
2 years ago
1
Adds `LIMIT`, `OFFSET` and `ORDER BY` to Union results
#147
NeedleInAJayStack
closed
2 years ago
7
Add good first issue project board workflow to repository
#146
BennyDeBock
closed
2 years ago
0
Adds `ALTER _ RENAME TO _` support
#145
NeedleInAJayStack
closed
2 years ago
1
Fix several issues with UNION query support
#144
gwynne
closed
2 years ago
1
transaction
#143
bordunosp
closed
2 months ago
3
Fix Swift compiler choosing wrong overload for SQLInsertBuilder.values(Encodable)
#142
gwynne
closed
3 years ago
1
Add support for `CREATE TABLE ... SELECT ...`
#141
gwynne
closed
3 years ago
2
Add Concurrency extensions for SQLKit
#140
gwynne
closed
3 years ago
1
Strongly type queries
#139
miroslavkovac
closed
2 months ago
4
Adding multiple enum cases discards items except one.
#138
omochi
closed
2 years ago
1
MySQL chokes on supplemental plane Unicode
#137
gwynne
closed
3 years ago
1
Add convenience extensions to simplify some common use cases
#136
gwynne
closed
3 years ago
1
Next