issues
search
vapor
/
fluent-kit
Swift ORM (queries, models, and relations) for NoSQL and SQL databases
MIT License
217
stars
116
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade Async Kit to 1.20.0
#621
PWrzesinski
closed
6 days ago
1
ensure the LEFT JOIN behaves as expected
#620
bwdmr
opened
3 weeks ago
0
How to Safely Inject User Input into SQL Queries for Full-Text Search and Similarity Matching
#619
tkrajewski89
closed
1 month ago
1
Cannot fetch fields of @Group submodel.
#618
Jean-Daniel
closed
2 weeks ago
2
Migration Crash
#617
mredig
closed
2 weeks ago
4
Make `Database.logger` mutable
#616
rausnitz
opened
3 months ago
1
joined
#615
bwdmr
closed
2 months ago
1
Add async APIs for shutting down the databases
#614
0xTim
closed
3 months ago
1
Fix error message
#613
97mik
closed
4 months ago
1
Swift 6 `IS NOT NULL` where clause regression
#612
finestructure
closed
4 months ago
3
Problem with filter on NULL (probably a Swift 6.0 bug)
#611
Frizlab
closed
4 months ago
1
Miscellaneous bug fixes
#610
gwynne
closed
5 months ago
1
Tidy up FluentKit
#609
gwynne
closed
6 months ago
2
Can't query a single Field or the entire Group when querying a @Group modifier
#608
jcbriones
closed
6 months ago
2
Create on model collections does not assign database generated Ids
#607
dezinezync
closed
6 months ago
4
[Q]: Generic representation of a relationship
#606
wibed
closed
4 weeks ago
1
Fix accidentally changed module names in exports
#605
gwynne
closed
6 months ago
0
Update minimum required versions for dependencies
#604
gwynne
closed
6 months ago
1
Restore support for pre-Concurrency migrations
#603
gwynne
closed
7 months ago
1
Release 1.48.0 successfully blocks execution of method `try app.autoMigrate().wait()`
#602
mkll
closed
7 months ago
9
Primary Sendable support for Fluent
#601
gwynne
closed
7 months ago
0
conform FieldKey to Sendable
#600
jaredh159
closed
7 months ago
4
Fix up FluentKit tests after SQLKit update
#599
gwynne
closed
7 months ago
1
Print binding data in exception description
#598
tarag
closed
2 weeks ago
1
Separate Field property wrappers into separate package
#597
lmcd
closed
8 months ago
4
Improve FieldKey ergonomics
#596
nastynate13
opened
9 months ago
5
Explicitly set all columns when creating arrays of models
#595
gwynne
closed
9 months ago
1
Fatal error "Non-uniform query input" when creating models from a collection.
#594
nastynate13
closed
9 months ago
2
Relax restrictions on ModelAlias use and join conditions
#593
gwynne
closed
9 months ago
1
Add `@discardableResult` to QueryBuilder's range and sort methods
#592
jiahan-wu
closed
9 months ago
1
ServiceContext lost when eager loading parent models
#591
Iipin
opened
10 months ago
0
Make DatabaseID Sendable
#590
adam-fowler
closed
10 months ago
1
@Group does not compile if SwiftUI is imported
#589
gwynne
opened
11 months ago
0
Fluent Models malfunction if given a property named `description`
#588
gwynne
opened
11 months ago
0
[PostgreSQL] Storing Arrays of Custom Codable Types as JSONB[] instead of JSONB?
#587
Bamakoo
opened
1 year ago
0
owner likely unsaved, attach within attach closure
#586
wibed
closed
1 year ago
2
Allow pivot editing closures to be async and throwing.
#585
gwynne
closed
1 year ago
2
Using Querybuilder with .field() or .fields() on models with optional relations crashes in SiblingsEagerLoader()
#584
rchav
opened
1 year ago
1
Skip DB execution when all ids for @OptionalParent are nil
#583
mtj0928
closed
8 months ago
14
Aliases in select queries can cause fatal errors
#582
rausnitz
opened
1 year ago
8
Async functions within attach closure
#581
wibed
closed
1 year ago
0
Correctly handle @OptionalEnum properties when using ~~ and != in filter()
#580
gwynne
closed
1 year ago
2
Filtering with ~~ on enum collection does not work
#579
Frizlab
closed
1 year ago
6
Fix a test migration missing an important deletion in its revert
#578
gwynne
closed
1 year ago
1
FluentBenchmark should not have API documentation, but XCTFluent should
#577
gwynne
closed
1 year ago
2
MySQL delete multiple-field index fails
#576
bottlehall
closed
1 year ago
1
Fully work around MySQL 5.7's lack of the DROP CONSTRAINT statement
#575
gwynne
closed
1 year ago
1
Add possibility of nested eager load builder to throw
#574
Frizlab
closed
1 year ago
2
Leverage the new support for nested path expressions in SQLKit
#572
gwynne
closed
1 year ago
1
1.42.2 no longer supports multiple properties with the same field name
#571
Frizlab
closed
1 year ago
1
Next