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 175747 - Improve handling of MySQL's TEXT dataytpe.
Summary: Improve handling of MySQL's TEXT dataytpe.
Status: RESOLVED DUPLICATE of bug 69846
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 10:41 UTC by danilchenko_anton
Modified: 2013-05-09 11:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description danilchenko_anton 2009-10-30 10:42:29 UTC
Open Services and Connect to MySQL server.
Open database table - show list of columns. Click on column name and select "Properties".

In opened window in I see line "Data type: LONGCHAR, Column size: 65536". This incorrect MySQL type. Really I use TEXT
data type.

Please fix this bug with all data types
Comment 1 Jiri Rechtacek 2009-11-04 14:38:12 UTC
The problem is, that MySQL uses non-standard datatype TEXT which has no mapping into java.sql.Types what uses DB tooling
for representation all datatypes. So, there is no plan to change in NB6.8 => wontfix. On the other hand, we are
considering now a possibility providing 1st-class support for MySQL drivers,  including use non-standard types
proprietary for MySQL => changing to ENHANCEMENT.
Comment 2 matthias42 2013-05-09 11:24:56 UTC

*** This bug has been marked as a duplicate of bug 69846 ***