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

Summary: After set to null on a column normal LOB behavior fails
Product: db Reporter: matthias42
Component: Show DataAssignee: Libor Fischmeistr <lfischmeistr>
Status: VERIFIED FIXED    
Severity: normal Keywords: PATCH_AVAILABLE
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 237652    
Attachments: proposed patch v1
proposed patch v2

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!