Open mouadhtrabelsi opened 6 years ago
I have the same issue, do you have a temporary work around?
I am following your sample on http://www.npgsql.org/ef6/
@afriedma no, i did not found any workaround i was testing Npgsql to migrate from Devart to use Npgsql instead but i faced a lot of problems ... so i will continue to use devart for now , as Npgsql is not stable yet to use it with EF6
I m trying to use Npgsql to connect to postgresql database with Entityframework 6.
I have a mapping problem with 'jsonb' data type :
this is sample code :
The app.config
the packages.config :
when i execute this program i get this error
The store type 'jsonb' could not be found in the Npgsql provider manifest
if i remove the attribute
[Column(TypeName = "jsonb")]
the program work fineIs there something missing ?