citext Entity Framework Scaffold .net core

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
markatosi
Posts: 5
Joined: Fri 23 Apr 2010 13:50

citext Entity Framework Scaffold .net core

Post by markatosi » Tue 06 Jun 2017 20:17

citext does not seem to be supported during the scaffolding in .net-core all columns of datatype citext are ignored and not created by the scaffold command.

Also why does the forums login page not use https ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: citext Entity Framework Scaffold .net core

Post by Shalex » Thu 08 Jun 2017 15:20

markatosi wrote:citext does not seem to be supported during the scaffolding in .net-core all columns of datatype citext are ignored and not created by the scaffold command.
1. Thank you for your report. We have reproduced the issue and are investigating it. We will notify you about the result.
markatosi wrote:Also why does the forums login page not use https ?
2. You can use
https://forums.devart.com/ucp.php?mode=login
instead of
ucp.php?mode=login
in your browser. There is no forced redirect (http -> https).

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: citext Entity Framework Scaffold .net core

Post by Shalex » Wed 28 Jun 2017 12:34

The bug with mapping citext data type via Scaffold-DbContext in EF Core is fixed: viewtopic.php?f=3&t=35590.

Post Reply