Skip to content

issues Search Results · repo:groue/GRDBQuery language:Swift

Filter by

31 results
 (68 ms)

31 results

ingroue/GRDBQuery (press backspace or delete to remove)

Hi @groue! First off, love using GRDB (I use it extensively for work), and thank you for maintaining it. I ve just started experimenting with GRDB and GRDBQuery in a personal project, and was wondering ...
  • sashaweiss
  • 9
  • Opened 
    on Dec 27, 2024
  • #61

The core concept of @EnvironmentStateObject seems like an independent construction that stands separate not only from @Query but really GRDB in general. In other words it ll work for environment injection ...
  • jubishop
  • 3
  • Opened 
    on Nov 20, 2024
  • #60

Hi, The current way to write queries seem to be pretty verbose with requiring a separate struct and the default value being inside the query struct which can get a bit annoying when needing to write lots ...
  • Zomatree
  • 3
  • Opened 
    on Oct 13, 2024
  • #59

Hi, I went both song and it s composer info in view but with associations won t update when song data change public struct SongInfo: FetchableRecord, Decodable { var song: Song var composer: ...
  • y0zong
  • 4
  • Opened 
    on Aug 31, 2024
  • #57

iOS 18 is causing Queries to lose their state and requery. This happens with more complex publishers: public struct NotificationMessagesRequest: Queryable { public init() {} public static var ...
  • ryancstack
  • 2
  • Opened 
    on Aug 23, 2024
  • #56

| Before | After | | --- | --- | | video style= width:100% src= https://github.com/user-attachments/assets/c2f11979-1748-465e-933d-b669245c7c1e type= video/mp4 | video style= width:100% src= https://github.com/user-attachments/assets/a4a17e0d-a78f-47b3-b470-b0a087feb20e ...
  • megabitsenmzq
  • 9
  • Opened 
    on Jul 26, 2024
  • #54

Hi, I m new to GRDB and GRDBQuery. I m making an app using SwiftUI. The app has a list of items on a sidebar and details of the clicked item on the detail pane. But, I m having a problem. When I click ...
  • zhenyi
  • 5
  • Opened 
    on Dec 10, 2023
  • #50

I was trying to use @Query to feed the suggestedTokens parameter for a searchable list. Here is an example of what I was trying to accomplish: import SwiftUI import GRDB import GRDBQuery import Combine ...
  • Polybear-Philippe
  • 5
  • Opened 
    on Sep 26, 2023
  • #48

I m running command to create release build and I get weird error, I wonder if you know what this could be? Command: xcodebuild -scheme Gem -project ../wallet/ios/Gem.xcodeproj -destination Logs: 2023-05-02 ...
  • gemcoder21
  • 3
  • Opened 
    on May 2, 2023
  • #45

I am using a NavigationSplitView with 3 columns on macOS. The NavigationSplitView is built like this: struct ContentView: View { @EnvironmentObject private var navigationState: NavigationState ...
  • dehlen
  • Opened 
    on Apr 12, 2023
  • #44
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub