Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Answered

SQL Compatible with mysql on Microsoft Azure

MICHAEL MORGENSTERN 7 years ago updated by anonymous 7 years ago 1

I am having difficutly uploading sql exported from vertabelo to mysql database hosted on microsoft azure cloude. I was told this has something to do with the Transact SQL format the microsoft uses. IS there a way to export the SQL in a format that is compatible with mysql on microsoft azure? Or converting to be acceptable for mysql using transact sql?


I already tried exporting in every form (sql lite, mysql 5.x etc.)

0
Planned

Allow .center and other new top level domains in email address validation

Uriel Vincent Chuck 7 years ago updated by Adam Mościcki 7 years ago 1

I was not able ot use my work email address example@example.center to sign up

Answer
Adam Mościcki 7 years ago

Hello


We will add new domains in the next release (a matter of weeks). 


Hope this helps,

Adam Mościcki


0
Not a bug

More visible diagram sharing

Grzegorz Kaczor 7 years ago updated 7 years ago 2

How is it possible that I cannot share the model from model details screen?

Then I try to find it in Dashboard - to no avail.

Eventually, it is found in Documents section. This is not convenient to the user.

+1
Declined

Do you have an android app for your site ?

Melaku Tefera 7 years ago updated by anonymous 7 years ago 2

It will be great if you add an app

0
Completed

Integratioin with Confluence

Rafi 7 years ago updated by anonymous 7 years ago 4

Add the ability to integrate models from vertabelo in confluence pages.


We are looking into data modeling tools, and vertabelo looks like a great candidate.


We use confluence in the company for intranet and knowlede sharing, and therefore we will need to integrate the published models in confluence. I cannot see how this can be done.


We are not referring to a link, but rather to be able to create a view only for the model, like it is done in some of your blog posts.





0
Searching answer

Problem with MODIFY COLUMN

Thomas Hamper 7 years ago updated by Rafał Strzaliński (Senior Engineer) 7 years ago 2

[MySQL 5.7]


I found that the queries


CREATE TABLE `test` (
  `test_id` int(16) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;


ALTER TABLE `test`
  ADD PRIMARY KEY (`test_id`);


ALTER TABLE `test`
  MODIFY `test_id` int(16) AUTO_INCREMENT;


seem to be parsed in a strange way. After importing the above as a script and viewing the generated table as SQL it shows


CREATE TABLE test (
  test_id int(16) NULL AUTO_INCREMENT,
  test_id int(16) NULL AUTO_INCREMENT,
  CONSTRAINT test_pk PRIMARY KEY (test_id)
) ENGINE InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;


Which is not what I had in mind but I cannot figure out the problem. 

MySQL Workbench parses this in the wrong way, too - ignoring the MODIFY completely.

PHPMyAdmin on the other hand does it correctly.


Any thoughts on this? :-)


Thanks!




+4

Liquibase

Raymond Roelands 7 years ago updated 7 years ago 0

Add an option to generate a Liquibase file for updates. Next to the Generate migration SQL. So the versions (exclude auto saved) contains Liquibase changesets.

Answer
Adam Mościcki 7 years ago

Hello,


I have switched your account to an academic one.


Best regards,

Adam Mościcki

0
Answered

Please include my academic domain on your white list

dixin luo 7 years ago updated by anonymous 7 years ago 1

Could you add this email to your white list? Need vertabelo for learning and academic purposes.
University email: name.surname@utoronto.ca

University of Toronto

Answer
anonymous 7 years ago

Hello, your university has been added.

0
Under review

Session timeout works horribly

Jorge Rodriguez 7 years ago updated by Adam Mościcki 7 years ago 1

The session timeout behaviour is really really annoying.


I agree that an idle session should become inactive after a while, but a simple reload on the browser should be enough, I always get redirected to the login page and additionally the "Remember me" feature doesn't quite work, because it seems to remember me for just a couple of hours, so what's the point of having this useless feature?