AnantLabs / wwwsqldesigner

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

Primary-key problem #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Vytvoreni tabulky bez primarniho klice
2. Export do SQL (MySQL)
3.

What is the expected output? What do you see instead?
Klasicky kod pro vytvoreni tabulky, ale BEZ direktivy PRIMARY KEY. Kdezto i
kdyz u tabulky nespecifikuji primarni klic, tak ona direktiva se
vygeneruje. Viz tento vypis:
CREATE TABLE `articles_tags` (
`article_id` INTEGER NOT NULL ,
`tag_id` INTEGER NOT NULL ,
PRIMARY KEY ()
) COMMENT 'Articles <> Tags spoiler';
coz samozrejme neni spravne :)

What version of the product are you using? On what operating system?
2.3.1, ArchLinux

Please provide any additional information below.

Original issue reported on code.google.com by darkcraf...@gmail.com on 7 Jan 2009 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 7 Jan 2009 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 7 Jan 2009 at 9:20

GoogleCodeExporter commented 9 years ago
Fixed in 2.3.2

Original comment by ondrej.zara on 8 Jan 2009 at 7:06