SylvainTI / wwwsqldesigner

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

Patch for "UNSIGNED" integer types #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
patches to allow creating "UNSIGNED" integer types
(have tested it myself, and seems to work great)

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

Attachments:

GoogleCodeExporter commented 9 years ago
patch for wwwsqldesigner.js

had to use an other .patch generator (because googlecode's online generator 
cant add as a comment, only create new "issue", afaik -.-

hopefully compatible, i don't know..

Original comment by divinity76@gmail.com on 19 Jun 2012 at 4:34

Attachments:

GoogleCodeExporter commented 9 years ago
patch for /hg/locale/en.xml

since i only know norwegian/swedish/dannish/english, im not suited to update 
the others..

Original comment by divinity76@gmail.com on 19 Jun 2012 at 4:40

Attachments:

GoogleCodeExporter commented 9 years ago
last notes: 
code based on the AUTO_INCREASE code.
still needs to be ported to the other sql databases that support UNSIGNED types 
(i would be surprised if not all sql databases support it though :p)
still needs to be translated

Original comment by divinity76@gmail.com on 19 Jun 2012 at 4:43

GoogleCodeExporter commented 9 years ago
btw here's live preview
https://divinity76-wwwsqldesigner-testbed.googlecode.com/hg/index.html

Original comment by divinity76@gmail.com on 19 Jun 2012 at 5:06