Bug 301262 - Changing Length property in Table Designer should not trigger data removal
Summary: Changing Length property in Table Designer should not trigger data removal
Status: ASSIGNED
Alias: None
Product: KEXI
Classification: Applications
Component: Tables (show other bugs)
Version: 2.5 alpha1
Platform: Compiled Sources All
: NOR task
Target Milestone: ---
Assignee: Jarosław Staniek
URL: http://forum.kde.org/viewtopic.php?f=...
Keywords:
Depends on: 125253
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-06 09:02 UTC by Jarosław Staniek
Modified: 2014-12-04 11:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarosław Staniek 2012-06-06 09:02:54 UTC
Changing Length property in Table Designer should not trigger data removal because it is not needed by database internals (even SQLite).

Reproducible: Always

Steps to Reproduce:
1. Open a table with at least one text field in Design view
2. Change the Length property
3. Save the table design
Actual Results:  
Data removal is requsted.

Expected Results:  
Changes should be silently applied.

Treat this as a special during saving. Backport to 2.4.3 as a workaround for limited default length ==200 characters what relates to bugs like https://bugs.kde.org/show_bug.cgi?id=301136. This way complex workarounds like http://community.kde.org/Kexi/Releases/Kexi_2.4/Workaround_301136 will not be needed anymore - users will be able to change the property easily.