Jay Herron

Results 14 issues of Jay Herron

### Describe the bug When evaluating multiple insert statements in a deferred query, versions = 1.5.0 will fail with the message "cannot insert multiple commands into a prepared statement" ###...

enhancement

This adds functionality to do a multi-row inserts with a single `values` method call. Previously, to insert multiple rows a user had to call `values` repeatedly: ```swift db.insert(into: "planets") .columns(["name",...

This changes the MacOS CI from using the `latest` XCode to `latest-stable` to avoid going to v16, which comes with Swift 6.0.0. This resolves the issues observed here: https://github.com/GraphQLSwift/Graphiti/pull/137#issuecomment-2177314720 It...

This changes the MacOS CI from using the `latest` XCode to `latest-stable` to avoid going to v16, which comes with Swift 6.0.0. This resolves the issues observed here: https://github.com/GraphQLSwift/Graphiti/pull/137#issuecomment-2177314720 It...

This aligns the local swiftenv version with the CI, which runs swift 5.10

This simply gitignores VS Code files so that these files don't creep in when using VS Code as a development environment.

This also brings this package's CI up-to-date with GraphQLSwift's other packages like [GraphQL](https://github.com/GraphQLSwift/GraphQL) and [Graphiti](https://github.com/GraphQLSwift/Graphiti)

This removes warnings and adds Swift 6 compatibility CI checks.

This adds swift 6.0.0 to the available version list. I mainly just copied https://github.com/swift-actions/setup-swift/commit/7090b9ff07db2f5273e63de85f7ea7357c4335fd, please let me know if there's more I should do!