vapor / fluent-postgres-driver

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

Fix the integer width of serial primary keys for 2- and 8-bit integers for Postgres 9 #33

Closed MrMage closed 6 years ago

MrMage commented 6 years ago

See https://www.postgresql.org/docs/current/static/datatype-numeric.html.

MrMage commented 6 years ago

Changing the method to throw does not work, but I changed the fatal error message now. Please take another look.

MrMage commented 6 years ago

Friendly ping — can we merge this?