Forums » General Discussion

Thread: Checkboxes and Tinyints

This question is not answered. Helpful answers available: 2. Answered answers available: 1.


Permlink Replies: 2 - Pages: 1 - Last Post: Aug 8, 2012 11:32 AM by: jasper_rosenber... Threads: [ Previous | Next ]
pascal_jay_828

Posts: 1
Registered: 6/22/12
Checkboxes and Tinyints
Posted: Jun 22, 2012 12:15 AM
 
  Click to reply to this thread Reply

Hello all,

I just switched from the Toad 4.6 version to the 6.3.0.642.

There's a bug in displaying the Tinyints(1), they're always displayed
as checkboxes. (if the tinyint isn't defined as tinyint(1) unsigned)

So it's displayed as checkboxes, but a Tinyint(1) can have/show values
from 0 - 9 (and -9 - 0). Can I disable these checkboxes? Or will it be fixed?

Best regards,
Pascal J



Mauritz

Posts: 313
Registered: 8/23/07
Re: Checkboxes and Tinyints
Posted: Jun 22, 2012 10:39 AM   in response to: pascal_jay_828
 
  Click to reply to this thread Reply

I will make sure this is fixed in a future update. There is unfortunately no way for you to fix this on your end. Sorry for the inconvenience.


jasper_rosenberg_203

Posts: 1
Registered: 8/8/12
Re: Checkboxes and Tinyints
Posted: Aug 8, 2012 11:32 AM   in response to: Mauritz
 
  Click to reply to this thread Reply

Looking forward to this fix as well.  My terrible workaround right now when I really need to see the data is to just concat the tinyint field with empty string:

select concat(my_tinyint_field, "") from my_table;



Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums