vapor / fluent-mongo-driver

MongoDB support for Fluent built on MongoKittten.
MIT License
25 stars 11 forks source link

hotfix update fluent kit version to beta 5 #3

Closed StefanoDeVuono closed 4 years ago

StefanoDeVuono commented 4 years ago

This updates the fluent-kit version in the package.swift file to beta 5.

Referenced in issue 2.

Currently, fluent-kit points to a branch "tn-field-key" that has been merged and deleted. As such, the package manager cannot download fluent-kit and chokes on build and test.

Here, I change fluent-kit to "tn-beta-5" (the branch "tn-field-key" was merged into).

This will probably need to change again soon.

Joannis commented 4 years ago

Hey, thanks for the quick PR. I was already working on it in #4

Joannis commented 4 years ago

Btw, the PR mentioned above is WIP for joins, and has missing support for .min and .max on string values. The rest should be working fine.

Joannis commented 4 years ago

I'll merge yours first, because my PR needs some more attention :)