Gwendal Roué

Results 177 comments of Gwendal Roué

Hello, I'm the maintainer of GRDB. Thanks for considering using it! > * Are you using `SQLite.swift` outside of Apollo as well, or only with Apollo? Applications can depend on...

@designatednerd, I don't know if you plan to switch to GRDB. I have two concerns against choosing it today: - SQLite is only used in Apollo's SQLiteNormalizedCache.swift, for simple CRUD...

The future SQLite.swift version, which is intended to ship with [this change](https://github.com/stephencelis/SQLite.swift/pull/1030), will stop notifying about database errors during iteration of database results. SQLite.swift will just pretend the iteration has...

CC @vadimeisenbergibm since this topic may be of some interest for [Kitura](http://kitura.io)

Well, the source code is here, ready to be modified. Make sure you don't change the runtime just for your convenience, because what's good for you may be a pain...

CC @vadimeisenbergibm since this topic may be of some interest for [Kitura](http://kitura.io)

@kylealanhale Thank you for the notice, let me have a look.

Damned, I forgot this issue for the 2.0.0 release.

@kylealanhale, @AMTourky Do you know what is needed in the podspec for the `OBJC` swift flag to be automatically set?