Search found 2919 matches

by AndreyR
Mon 04 Jul 2011 10:16
Forum: Entity Developer
Topic: Error while generating model
Replies: 1
Views: 1400

Could you please specify the version of the Entity Developer and Visual Studio you are using?
Is the problematic model created in a previous version of Entity Developer? If so, could you please send us the model, we will investigate the situation.
by AndreyR
Mon 04 Jul 2011 09:40
Forum: Entity Framework support
Topic: POCO Entity Template Problem with Generated ObjectContext
Replies: 3
Views: 1548

I have sent a sample project to the e-mail address that you provided in your forum profile.
Please either change the project or create a new one to reproduce the problem.
Update. Unfortunately, the e-mail was not delivered. Could you please provide an alternative e-mail?
by AndreyR
Mon 04 Jul 2011 09:12
Forum: dotConnect for PostgreSQL
Topic: Using Backslash in filter query
Replies: 3
Views: 1262

Thank you for the report, I have reproduced the problem.
I will let you know about the results of our investigation.
by AndreyR
Fri 01 Jul 2011 15:06
Forum: dotConnect for PostgreSQL
Topic: Multiple insert statements with protocol 3
Replies: 53
Views: 9965

Is the problem resolved with using PgSqlEntityProviderServices?
We are working on the improvement of the UnpreparedExecute connection string parameter.
by AndreyR
Fri 01 Jul 2011 15:05
Forum: Entity Developer
Topic: Cannot access the .edps file as it is used by another proces
Replies: 24
Views: 8546

Thank you for the report, I have reproduced the issue.
I will let you know as soon as it is fixed.
by AndreyR
Fri 01 Jul 2011 14:42
Forum: dotConnect for PostgreSQL
Topic: Case insenstive contains query
Replies: 9
Views: 2366

Dynamic Linq does not support our extensions.
We are investigating the possibility of adding the case-insensitive Like implementation.
by AndreyR
Fri 01 Jul 2011 14:39
Forum: Entity Developer
Topic: Identity Guid Properties
Replies: 10
Views: 2466

Thank you for the inquiry. I have reproduced this situation. It is associated with the fact that this column is not marked as Identity in the database.
We will investigate the possibility of changing this behaviour for Guids.
I will let you know about the results of our investigation.
by AndreyR
Fri 01 Jul 2011 13:42
Forum: Entity Framework support
Topic: Column Compatibility Mapping Oracle
Replies: 11
Views: 11265

We plan to add support for the BINARY_FLOAT and BINARY_DOUBLE data types in the Direct mode in future versions. Unfortunately, I don't have a definite timeframe for this functionality to be implemented.
We will investigate the possibility to perform a default mapping to Single/Double, respectively.
I will let you know about the results of our investigation.
by AndreyR
Fri 01 Jul 2011 12:59
Forum: Entity Developer
Topic: how to create inheritance by Entity Developer in nhibernate
Replies: 1
Views: 1359

Could you please specify the classes you have created an inheritance between?
If possible, please send us the model and describe some steps to reproduce the issue.
by AndreyR
Fri 01 Jul 2011 11:58
Forum: dotConnect for Oracle
Topic: Oracle 12704 Type Mismatch
Replies: 3
Views: 1131

Could you please send us the model you are using, and the LINQ to Entities (or Entity SQL, if you are using it) that result in the error?
by AndreyR
Fri 01 Jul 2011 10:30
Forum: dotConnect for Oracle
Topic: Occasional Timeout exception w/ Entity Framework
Replies: 9
Views: 5443

Could you please try increasing the connection timeout in the model connection string?
This can be done by adding "ConnectionTimeout=30;" to the model connection string.
If 30 seconds is not enough, you can try to set it to 0, this value means that no timeout exception should be raised.
Please let us know about the results of changing ConnectionTimeout .
by AndreyR
Wed 29 Jun 2011 16:59
Forum: Entity Developer
Topic: Cannot access the .edps file as it is used by another proces
Replies: 24
Views: 8546

I'm unable to reproduce the issue using the ReadOnly attribute in both Entity Developer 3.50.128 and 3.50.132.
Is your model under any source control?
by AndreyR
Wed 29 Jun 2011 15:51
Forum: dotConnect for PostgreSQL
Topic: Multiple insert statements with protocol 3
Replies: 53
Views: 9965

The issue is associated with the fact that Code First uses a different approach to create a command, and our functionality did not cover this use case.
The workaround I have already suggested allows for these peculiarities.
by AndreyR
Wed 29 Jun 2011 15:26
Forum: Entity Framework support
Topic: Column Compatibility Mapping Oracle
Replies: 11
Views: 11265

You can change the type of the BINARY_FLOAT property to "single" in SSDL, and to "System.Single" in CSDL part of the model.
As for the BINARY_DOUBLE property, the mappings should be "double" and "System.Double", respectively.
I have checked this approach, it worked for me.
If you are using a Devart Entity model, the Store properties can be edited in Model Explorer->Tables/Views->[Your table]->Columns.
If you are using Microsoft Entity models, you should open the model in XML Editor and make changes in it.
by AndreyR
Wed 29 Jun 2011 12:45
Forum: dotConnect for MySQL
Topic: "Convert Zero Datetime=true;" in connection string?
Replies: 5
Views: 16549

Yes. the null values in database will be returned as null values for nullable DateTime properties.