linq2db / linq2db.LINQPad

linq2db.LINQPad is a driver for LINQPad.
MIT License
74 stars 23 forks source link

Fix PostgreSQL support #6

Closed hailbopp closed 7 years ago

hailbopp commented 7 years ago

LinqToDB does not provide a provider with the name "PostgreSQL", so adding a Postgres connection was failing. LinqToDB provides two versions of Postgres support, with the base PostgreSQL enum case falling back to 9.2.

This PR explicitly uses PostgreSQL92 so that the LINQPad driver can actually connect.