ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Generates only MySQL #323

Closed MorgueMorg closed 1 year ago

MorgueMorg commented 1 year ago

Hello, if I select any database in the options, when I save it still offers to generate only mysql. Reloading the page does not help, all cookies are allowed. Maybe I'm doing something wrong?

nelson6e65 commented 1 year ago

@MorgDzh Are you using the demo (https://ondras.zarovi.cz/sql/demo)?

If you saved before (or when there are tables already when you just enter to the page), you should rename the query parameter ?keyword to a random string or your keyword and open it in a new tab after save your settings.

Data types are linked to the saved schema (using keyword value as an ID for your remote design when you save it in server, or you press F2 key).

Example: In a new tab, open this link to have a clean, empty workspace: https://ondras.zarovi.cz/sql/demo/?keyword=MorgDzh_some-random-id

MorgueMorg commented 1 year ago

@MorgDzh Are you using the demo (https://ondras.zarovi.cz/sql/demo)?

If you saved before (or when there are tables already when you just enter to the page), you should rename the query parameter ?keyword to a random string or your keyword and open it in a new tab after save your settings.

Data types are linked to the saved schema (using keyword value as an ID for your remote design when you save it in server, or you press F2 key).

Example: In a new tab, open this link to have a clean, empty workspace: https://ondras.zarovi.cz/sql/demo/?keyword=MorgDzh_some-random-id

Thank you very much, you helped a lot!