This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243802 - After set to null on a column normal LOB behavior fails
Summary: After set to null on a column normal LOB behavior fails
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks: 237652
  Show dependency tree
 
Reported: 2014-04-13 21:05 UTC by matthias42
Modified: 2014-07-19 15:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (1.54 KB, patch)
2014-04-13 21:05 UTC, matthias42
Details | Diff
proposed patch v2 (7.51 KB, patch)
2014-04-15 19:30 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2014-04-13 21:05:46 UTC
Created attachment 146727 [details]
proposed patch v1

When the "Set to NULL" (CTRL-0) feature is invoked, opening the menu for LOB options fails, as now a string value is in the column.

The patch special cases "Set to NULL" for BLOB and CLOB columns.
Comment 1 matthias42 2014-04-15 19:30:26 UTC
Created attachment 146771 [details]
proposed patch v2

Reworked patch, that also fixes bug #237652.
Comment 2 Libor Fischmeistr 2014-07-08 11:15:02 UTC
Patch applied in changeset - http://hg.netbeans.org/core-main/rev/f47901d8d934

I've only changed the way to add the separator.

Thanks for the patch.
Comment 3 Quality Engineering 2014-07-09 02:48:58 UTC
Integrated into 'main-silver', will be available in build *201407090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f47901d8d934
User: Libor Fischmeistr <lfischmeistr@netbeans.org>
Log: #243802: After set to null on a column normal LOB behavior fails
Comment 4 matthias42 2014-07-19 15:08:58 UTC
Thank you!