Menu

#1678 Duplicate row only duplicates the short snippet

Fixed
nobody
None
Defect
2010-02-11
2010-02-10
Anonymous
No

Originally created by: elevant....@gmail.com

What exact steps will reproduce the problem?
1. Create a table that has a column with a TEXT field
2. Populate a row with the TEXT field containing >256 characters of text
3. Attempt to duplicate the row (Ctrl+Ins)

What was the expected output?
A duplicate row should be created with the full row data being copied

What happened instead?
Only the first 256 characters of the TEXT field get copied. Looks like it
only copies the data that is loaded to the grid.

Suggested fix:
It should query the full row from the database.

Version used?
HeidiSQL revision: 5.0.0.3040
MySQL Server version: 5.0.51a-community-nt
Operating system: WinXP

Discussion

  • Anonymous

    Anonymous - 2010-02-11

    Originally posted by: a...@anse.de

    This issue was closed by revision [r3069].

    Mergedinto: -
    Status: Fixed

     

    Related

    Commit: [r3069]

  • Anonymous

    Anonymous - 2010-02-11

    Originally posted by: a...@anse.de

    Should be fixed now.