vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

fix #56 - not using given ID on create #60

Closed addisonwebb closed 6 years ago

addisonwebb commented 6 years ago

I believe this should fix #56

addisonwebb commented 6 years ago

@tanner0101 I think this would be nice to get into the 1.0 release :)

tanner0101 commented 6 years ago

The latest development version of FluentPostgreSQL uses RETURNING * to fetch the saved model. This should not suffer from the bug this PR fixes. 👍 Thanks for the contribution!

addisonwebb commented 6 years ago

@tanner0101 are these change on master?