Releases: fknx/linqpad-postgresql-driver
Releases · fknx/linqpad-postgresql-driver
Release list
Version 0.3.0
Schema support has been added for tables (thanks to @teejay-87 and @vysl19).
You can enter the schema in the connection dialog (comma separated). By default only tables from the public schema are used. Schema support for functions has not been implemented yet. Only functions from the public schema are supported.
Additional changes
- Npgsql has been updated to version
3.2.5 - LINQ to DB has been updated to version
1.9.0
Version 0.2.1
Version 0.2.0
- added support for PostgreSQL functions (thanks to @henrik-m)
- updated Npgsql and Linq2DB
Version 0.1.2
Fixed issue #7.