Bug in 7.14.1470 ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
ole.tetzschner
Posts: 17
Joined: Thu 12 Jul 2018 10:57

Bug in 7.14.1470 ?

Post by ole.tetzschner » Tue 01 Oct 2019 11:24

Hi

After upgrading from 7.13.1437 to 7.14.1470, I can no longer update table-rows. I'm constantly getting the following Exception:

Code: Select all

invalid byte sequence for encoding "UTF8": 0x00
I've check with dbMonitor and both SQL-syntax and parameters looks fine.

My connectionString:

Code: Select all

connectionString="User Id=...;Password=...;Host=...;Database=...;Unicode=True;Persist Security Info=True;Schema=public"
I can read the rows without problem, but when I update, the above exception is thrown. I've always upgraded to the latest version, but never seen this before. Any clues would be appreciated.

With kind regards, Ole

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

Re: Bug in 7.14.1470 ?

Post by Shalex » Wed 02 Oct 2019 12:40

We cannot reproduce the error.

1. Please send us a small test project for reproducing.
2. Also, provide the DDL/DML script for running your project.
3. Tell us the version of your PostgreSQL Server and encoding used in your database.

belidzs
Posts: 36
Joined: Wed 30 Sep 2009 12:07

Re: Bug in 7.14.1470 ?

Post by belidzs » Sat 12 Oct 2019 18:55

Same happened to me, I had to revert back to 7.13.1366.

belidzs
Posts: 36
Joined: Wed 30 Sep 2009 12:07

Re: Bug in 7.14.1470 ?

Post by belidzs » Sat 12 Oct 2019 19:11

I can confirm that the latest working version is 7.13.1437

ole.tetzschner
Posts: 17
Joined: Thu 12 Jul 2018 10:57

Re: Bug in 7.14.1470 ?

Post by ole.tetzschner » Tue 15 Oct 2019 13:21

Devart has reproduced this error. We are now waiting for a fix / update.

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

Re: Bug in 7.14.1470 ?

Post by Shalex » Fri 25 Oct 2019 09:19

The bug with updating TEXT columns in UTF8 databases is fixed: viewtopic.php?f=3&t=39477.

Post Reply