Search found 9854 matches

by Shalex
Mon 24 Oct 2022 07:56
Forum: Entity Developer
Topic: EF 7 support
Replies: 1
Views: 46542

Re: EF 7 support

We are going to provide EF 7 support next month.
by Shalex
Thu 13 Oct 2022 10:50
Forum: dotConnect for Oracle
Topic: Exception at runtime
Replies: 2
Views: 14155

Re: Exception at runtime

You are working with Entity Framework 4 and .NET Framework 4.8, aren't you?

We have reproduced the issue and are investigating it. We will notify you about the result.
by Shalex
Mon 10 Oct 2022 07:19
Forum: Entity Developer
Topic: save as diffrent framework model?
Replies: 6
Views: 22338

Re: save as diffrent framework model?

Our roadmap includes the tool for converting Telerik Data Access Model to EF Core Model. As of right now, it is hard to provide any possible time frames.
On the other hand, please rest assured that as soon as we have any update on the process we'll let you know immediately.
by Shalex
Mon 10 Oct 2022 06:15
Forum: dotConnect for MySQL
Topic: MariaDB GIS Multipoint field not saving
Replies: 1
Views: 44569

Re: MariaDB GIS Multipoint field not saving

Thank you for your report. We will investigate the issue and notify you about the result.
by Shalex
Sat 08 Oct 2022 09:22
Forum: Entity Developer
Topic: save as diffrent framework model?
Replies: 6
Views: 22338

Re: save as diffrent framework model?

You are converting Telerik Model to EF Core Model, aren't you? Please describe your scenario and vote for the migration functionality at https://devart.uservoice.com/forums/386 ... -migration.
by Shalex
Fri 07 Oct 2022 18:17
Forum: dotConnect for Oracle
Topic: ORA-29532 Malformed WKT
Replies: 1
Views: 14406

Re: ORA-29532 Malformed WKT

Thank you for your report. We will investigate the issue and notify you when it is fixed.
by Shalex
Fri 07 Oct 2022 15:41
Forum: Entity Developer
Topic: EF Core3 : One to one relation multiplicity wrong
Replies: 3
Views: 23915

Re: EF Core3 : One to one relation multiplicity wrong

Thank you for bringing our attention to this request. As of right now, it is hard to provide any possible time frames.
On the other hand, please rest assured that as soon as we have any update on the process we'll let you know immediately.
by Shalex
Fri 07 Oct 2022 15:41
Forum: Entity Developer
Topic: EF Core3 : One to one relation multiplicity suddenly changes
Replies: 5
Views: 26771

Re: EF Core3 : One to one relation multiplicity suddenly changes

Thank you for bringing our attention to this request. As of right now, it is hard to provide any possible time frames.
On the other hand, please rest assured that as soon as we have any update on the process we'll let you know immediately.
by Shalex
Fri 07 Oct 2022 14:53
Forum: Entity Developer
Topic: SQL Server column default value
Replies: 3
Views: 24148

Re: SQL Server column default value

Thank you for bringing our attention to this request. As of right now, it is hard to provide any possible time frames.
On the other hand, please rest assured that as soon as we have any update on the process we'll let you know immediately.
by Shalex
Fri 07 Oct 2022 10:06
Forum: LinqConnect (LINQ to SQL support)
Topic: Automatic Property Set for GUID
Replies: 4
Views: 17443

Re: Automatic Property Set for GUID

The investigation is in progress. We cannot provide a timeframe at the moment.
by Shalex
Fri 07 Oct 2022 10:05
Forum: Entity Developer
Topic: Losing property name after updating model
Replies: 3
Views: 17569

Re: Losing property name after updating model

The investigation is in progress. We cannot provide a timeframe at the moment.
by Shalex
Wed 05 Oct 2022 12:36
Forum: Entity Framework support
Topic: Substring in combination with Array results in wrong SQL (Oracle)
Replies: 2
Views: 46038

Re: Substring in combination with Array results in wrong SQL (Oracle)

Thank you for your report. We have reproduced the described behavior and will notify you about the results of our investigation.
by Shalex
Wed 05 Oct 2022 10:16
Forum: dotConnect for Oracle
Topic: DbUpdateConcurrencyException when using Devart dotConnect (9.5.454.0) with Oracle in EF Code First
Replies: 14
Views: 109323

Re: DbUpdateConcurrencyException when using Devart dotConnect (9.5.454.0) with Oracle in EF Code First

Code: Select all

      // DDL
      // create table sample(ID number(12) primary key, NAME varchar2(32), AMOUNT number(12), DOJ TIMESTAMP);

      using (var context = new MyDbContext()) {
        var data = new SAMPLE() { ID = 1, DOJ = DateTime.Now };
        context.SAMPLEs.Add(data);
        context.SaveChanges();
      }
      
      // Devart.Data.Oracle v10.0
      // value stored without HasPrecision(6) -> 2022-10-05 12:27:52.000000
      // value stored with HasPrecision(6)    -> 2022-10-05 12:31:21.060312
Please download sample from https://download.devart.com/sample/t=37271_forum.zip. If this doesn't help, upload a test project to some file exchange server and contact us via our contact form.