MySQL Forums
Forum List  »  Connector/ODBC

Re: Duplicated rows when select from a tabla with PK. STRANGE
Posted by: Bogdan Degtyariov
Date: March 27, 2023 12:09AM

Hi Hernan,

ODBC Connector driver can fetch rows in several different ways:

- Full result-set with all rows (DEFAULT behavior)

- One by one row (when NO_CACHE=1 is set)

- Fetch N rows at a time (PREFETCH=N) option

Fetching rows with identical primary keys sounds a bit strange.
It might be a bug.
Please report a bug using this link:

https://bugs.mysql.com/report.php

You will need to give as much as possible relevant details such as CREATE TABLE statements, sample rows, sample code if possible.
With the current description it is not possible to diagnose what is wrong.
Thanks.

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: Duplicated rows when select from a tabla with PK. STRANGE
March 27, 2023 12:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.