fluent-kit icon indicating copy to clipboard operation
fluent-kit copied to clipboard

Swift ORM (queries, models, and relations) for NoSQL and SQL databases

Results 115 fluent-kit issues
Sort by recently updated
recently updated
newest added

### Describe the issue - ### Vapor version - ### Operating system and version - ### Swift version - ### Steps to reproduce - ### Outcome - ### Additional notes...

bug

**Is your feature request related to a problem? Please describe.** When an exception is triggered following a Postgres database query, printing the exception to the console using `String(reflecting:)` or the...

enhancement

### Describe the issue A migration configuration is causing a crash ### Vapor version hummingbird-main branch 56336d7 ### Operating system and version macOS 14.5 (23F79) ### Swift version swift-driver version:...

bug

### Describe the issue Trying to use a field from a `@Group` struct in methods like `.field()`, `.all()`, etc fails with an error like `Instance method 'all' requires the types...

bug

**Is your feature request related to a problem? Please describe.** `Database.logger` is get-only, but I'd like to modify the `Logger` metadata and the log handler. My use-case is to track...

enhancement

The WHERE clause will filter out these rows because NULL values do not satisfy either the IS NULL or the greater than conditions, effectively excluding them from the result set....

# Changes The array operator `~~` is currently defined to take a `Collection` as its right-hand side operand, but a `Sequence` is sufficient, so this constraint is relaxed. # Motivation...

### Please summarize your feature request Some way of fetching "x IS NOT NULL" without fetching X ### Describe the functionality you're seeking in more detail If I have an...

enhancement

### Please summarize your feature request Add method to query builder to exclude fields from result. All fields not excluded are in result. ### Describe the functionality you're seeking in...

enhancement

This adopts tracing on `DatabaseQuery`, **only using `async`/`await` interfaces**. This relies on #647