google-code-export / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Missing boolean/bit data type #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The type drop down list doesn't contain a data type for boolean (aka bit) 
data types.

Original issue reported on code.google.com by atrop...@gmail.com on 22 Nov 2009 at 4:58

GoogleCodeExporter commented 9 years ago
For which DB? Can you please adjust the datatypes.xml and send me the patch?

Original comment by ondrej.zara on 22 Nov 2009 at 11:34

GoogleCodeExporter commented 9 years ago
atrophic: feel free to let me know what database it is, and I can make a patch 
if you can't.

Original comment by ober.14@osu.edu on 26 Dec 2009 at 10:37

GoogleCodeExporter commented 9 years ago
Part of this bug was me not reading directions.  I had changed the database I 
was 
designing against after I started the design, which did not work (as designed). 

However, after starting from scratch, MySQL was still missing the BIT data 
type, 
which was an alias for tinyint(1) prior to version 5.0.3, but is now an 
official data 
type (albeit with some confusing implementation).

I added it to the Miscellaneous section, where it is found in most other 
database 
engines' datatypes.xml.  Attached is my attempt at a patch.

kuba, thanks for reminding me about this ;)

Original comment by atrop...@gmail.com on 27 Dec 2009 at 8:01

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r73, thanks!

Original comment by ondrej.zara on 3 Jan 2010 at 7:21