neojjang / wwwsqldesigner

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

more integer types for /db/mysql/datatypes.xml #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Warning: i have no idea what re="text" is intended for... 

added TINYINT,SMALLINT,MEDIUMINT,INT,BIGINT
based on
<type label="Integer" length="0" sql="INTEGER" re="INT" quote="" />

btw technically, INTEGER and INT is treated the same way..

Original issue reported on code.google.com by divinity76@gmail.com on 19 Jun 2012 at 12:54

Attachments:

GoogleCodeExporter commented 9 years ago
The "re" attribute is a "regular expression" that matches all datatype names 
that are mapped to this one. Generally, the value of "re" should not match any 
other data type defined in a datatypes.xml file AFTER the current node 
(ideally, it should not match NO other data type name).

Original comment by ondrej.zara on 24 Jun 2012 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 25 Jun 2012 at 12:23

GoogleCodeExporter commented 9 years ago
Issue 163 has been merged into this issue.

Original comment by ondrej.zara on 1 Jul 2012 at 1:33