Search found 5 matches

by markatosi
Thu 01 Feb 2018 17:53
Forum: Entity Developer
Topic: Plans to support identity columns with postgresql 10?
Replies: 4
Views: 1771

Re: Plans to support identity columns with postgresql 10?

Hi Shalex,

I'm using code first.

When I choose update database from model it creates the primary keys as serial/bigserial rather than
using the identity column type from postgres10. I don't see an option in the properties section for requesting an identity type to used instead.

Name of model is: EntityModel.edml
Version: (I'm using the Devart ED from within Visual Studio 2017 Enterprise) The stand-alone version is 6.2.414
dotConnect: 7.10.1061.0
by markatosi
Wed 31 Jan 2018 21:36
Forum: dbForge for PostgreSQL
Topic: dbforge for PostgreSQL
Replies: 8
Views: 7740

dbforge for PostgreSQL

I see that there is now a link that goes to a page stub for dbforge for PostgreSQL. Is there any time frame for the release?
by markatosi
Wed 31 Jan 2018 21:33
Forum: Entity Developer
Topic: Plans to support identity columns with postgresql 10?
Replies: 4
Views: 1771

Plans to support identity columns with postgresql 10?

Will identity columns with postgresql 10 be supported in addition to normal serial/bigserial support?
by markatosi
Tue 06 Jun 2017 20:17
Forum: dotConnect for PostgreSQL
Topic: citext Entity Framework Scaffold .net core
Replies: 2
Views: 3330

citext Entity Framework Scaffold .net core

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 ?
by markatosi
Fri 23 Apr 2010 14:05
Forum: dotConnect for MySQL
Topic: Membership not login me in
Replies: 23
Views: 11007

Same issue with postgresql

At any rate the isValid returning false in my case only occurs when the passwordformat is set to "Hashed" it works fine when set to "Clear" or "Encrypted"

I am using the official release version of .net 4.0 and vs studio 2010. I never had any RC or betas installed of VS 2010/Net 4.0