Caleb Kleveter
Caleb Kleveter
It is fairly common for someone to want to use an operator for the DB that they are using that is not supported by Fluent. In most cases, they end...
## Issue Link https://github.com/intuit/CardParts/issues/172 Closes https://github.com/intuit/CardParts/issues/172 ## Goals of this PR :tada: Adds support for the Swift Package Manager, as an alternative to CocoaPods. ## How Has This Been Tested...
GitHub makes a good start for supported OAuth providers, but we need more. Below are a few I would like to add: - [ ] Twitter - [x] Google -...
In MySQL and PostgreSQL, you can [set the isolation level](https://dev.mysql.com/doc/refman/5.6/en/set-transaction.html) of your transactions globally or by session. The [isolation level](https://dev.mysql.com/doc/refman/5.6/en/innodb-transaction-isolation-levels.html#isolevel_read-uncommitted) basically says how the data from the transaction queries is...
Upsert
An upsert is when you run a query that checks for a the existence of an entity matching a given predicate. If a match is found, then the rows found...
We should add support for sub-queries to the `QueryBuilder`. This feature already exists in the SQL repo, so changes for this should only be required in the Fluent and Fluent...
Currently, model properties that use the `Sibling`, `Children`, or `Parent` properties wrappers (and others), do not support having their values set and then automagically handling the extra inserts/updates into the...
With this SPM PR merged (https://github.com/apple/swift-package-manager/pull/1860), it might be possible to generate the manifest from JSON.