martinjw / dbschemareader

Read database metadata (from SqlServer/Oracle/MySql/SQLite/PostgreSql/DB2 etc) into one simple model
Microsoft Public License
293 stars 128 forks source link

Fix for https://github.com/martinjw/dbschemareader/issues/89 #90

Closed oferns closed 5 years ago

oferns commented 5 years ago

There is an issue where function arguments in Postgres 10 (may be others havent tested) are not read properly. This PR fixes that.

martinjw commented 5 years ago

Thanks!