Search found 10 matches

by muthu
Thu 05 Jul 2012 11:47
Forum: dotConnect for PostgreSQL
Topic: Error when inserting large binary files using EF4
Replies: 17
Views: 5199

Re: Error when inserting large binary files using EF4

I am having the same issue using PostgreSQL LinqConnect..
by muthu
Mon 09 Apr 2012 14:44
Forum: Entity Framework support
Topic: Entity Framework and PostgreSQL timestamptz bug
Replies: 10
Views: 4641

My postgresql database server is always set to timezone "UTC". How do I force devart Entity Framework to return System.DateTime with System.DateTimeKind enum set to UTC but not Unspecified ?
by muthu
Thu 05 Apr 2012 16:52
Forum: Entity Framework support
Topic: Entity Framework and PostgreSQL timestamptz bug
Replies: 10
Views: 4641

is there a way for me to force entity framework to return System.DateTime universal(UTC)
by muthu
Tue 09 Nov 2010 14:40
Forum: dotConnect for PostgreSQL
Topic: Comments on the table columns in Entity Developer
Replies: 12
Views: 1601

Hii Stanislav,
When can we expect the PostgreSQL 5.0 release ? Is there any 5.0 beta build which has this issue resolved that I can try now ?
Thanks, Muthu
by muthu
Fri 05 Nov 2010 11:45
Forum: dotConnect for PostgreSQL
Topic: Comments on the table columns in Entity Developer
Replies: 12
Views: 1601

Comments on the table columns in Entity Developer

I am on built 4.95.190 which got released today. I still don’t have the feature described above working yet? :(
by muthu
Thu 14 Oct 2010 11:29
Forum: dotConnect for PostgreSQL
Topic: trouble using Table<TEntity>.Attach Method (TEntity,TEntity)
Replies: 1
Views: 1367

trouble using Table<TEntity>.Attach Method (TEntity,TEntity)

You should be able to use Linq Table.Attach method(s) to update the table with a disconnected object, however I have not been able to figure out a way for this to work without getting a "Cannot add an entity with a key that is already in use" exception.
by muthu
Wed 29 Sep 2010 13:25
Forum: dotConnect for PostgreSQL
Topic: Comments on the table columns in Entity Developer
Replies: 12
Views: 1601

Hii Andrey,
Another quick question, how do I get my comments to populate on the summary instead of the long description under the documentation property in the entity developer.
Thanks, Muthu
by muthu
Wed 29 Sep 2010 11:35
Forum: dotConnect for PostgreSQL
Topic: Comments on the table columns in Entity Developer
Replies: 12
Views: 1601

Thanks for the immediate response. Just wondering when can I ask expect an upgrade to postgreSQL 9.0.

Cheers,
Muthu
by muthu
Tue 28 Sep 2010 19:35
Forum: dotConnect for PostgreSQL
Topic: Comments on the table columns in Entity Developer
Replies: 12
Views: 1601

Comments on the table columns in Entity Developer

When I use the Entity Developer Database Reverse Engineering Wizard to consume my PostgreSQL database schema only the comments for the database table get reflected in the entity class. My comment on each column of the table does not get reflected in the entity property.