-
I try to update a model and then saving it, but I'm getting this all the time:
```json
{
"code": 500,
"error": true,
"message": "Error: prepare(\"You have an error in your SQL syntax; check th…
-
# Enhancement
# Init routine
## Introduction
I'd like to do some initial work like fetching data from the db and preparing it only once, which is then available to my basicController and so…
-
# Feature, Enhancement, or Optimization
# Name of Feature
Support SQL keyword as column names
* Author(s): https://github.com/hyouuu
* Status: Awaiting review
## Introduction
I was addin…
-
Hi,
When I run the server on Ubuntu I have this message:
```
# vapor run serve
Running ItWorks-PostgreSQL...
[DEPRECATED] Providers should implement the `boot(_: Droplet)` method to register depe…
-
https://github.com/vapor/postgresql/blob/master/Sources/PostgreSQL/Connection.swift#L20
On some platforms, SSL is required, I think we need to make it a configurable option in the line above.
This w…
-
Running `swift build` on a boiler-plate vapor project returns the following output:
`Cloning https://github.com/vapor/mongo-provider.git`
`HEAD is now at 55b961b Merge pull request #3 from honghao…
-
When I add the postgresql-provider to my Package.swift, my build fails. Haven't even wired up anything in code, just added the dependency and try to build.
Here's my Package.swift:
```
let pack…
-
# MailClient
* Author(s): [bygri](https://github.com/bygri)
## Introduction
The ability to send transactional email is a key requirement for many web applications: sign up, password reset, on…
bygri updated
7 years ago
-
When added, and running vapor Xcode, these errors are produced:
Check your dependencies' Package.swift files to see where the conflict is.
Error: warning: refname '0.2.0' is ambiguous.
warning: ref…
-
After playing around with this for a while. I figured out the reason for the error was in here.
If you store a key:value and retrieve it fast enough, in some cases you will only get some of the val…