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

+3
Completed

Vector diagrams in PDF

Aner Perez 10 years ago updated by Jarosław Błąd (CEO) 7 years ago 4
The current print/PDF feature seems to generate a raster image of the diagram which is then included in the PDF. It would significantly improve print quality if the PDF used vector operations instead of rasterizing the diagram at a specific pixel resolution.
Extra brownie points if SVG was also supported.
0
Not a bug

Reverse Engineering does not work

Rabbani Mohammed 7 years ago updated by Mariusz Zakrzewski 7 years ago 2

Hi,

I am trying to reverse engineer an existing database in MS SQL Server. I need to extend database capabilities and therefore need the existing model to start with. 

I am using the following connection string but getting an error. 

Can you please advise if this command is right? 

java -jar reverse-engineering.jar com.vertabelo.reverse.Main -url jdbc:sqlserver://00.11.222.333\MMISQLE16,1433 -user xxx -password xxxxxx -o qa_db

The error message is as follows: 

No JDBC driver given. Using JDBC driver: com.microsoft.sqlserver.jdbc.SQLServerD
river
Reverse engineering MS SQL Server database
Connecting to the database...
Exception in thread "main" com.vertabelo.reverse.ask: Unable to load JDBC driver
com.microsoft.sqlserver.jdbc.SQLServerDriver
at com.vertabelo.reverse.asl.b(:203)
at com.vertabelo.reverse.Main.main(:8253)
Caused by: java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLSer
verDriver
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.vertabelo.reverse.asl.b(:201)
... 1 more

Appreciate your help.

0
Completed

MySQL: decimal/double/float precision boundaries

Jadaw1n 11 years ago updated by rahul kumar 7 years ago 4
Display an error if a field has a larger decimal place value than the whole number part.

CREATE TABLE test (
something decimal(2,3) NOT NULL
)
MySQL said:
#1427 - For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column 'something'). 
0
Completed

Login Error

sinead 7 years ago updated by Rafał Strzaliński (Senior Engineer) 7 years ago 1

I purchased a course a while ago and I'm trying to log into my account to take it. However, every time I try "forgot my password" I get an error saying there's no account under my email. I have my invoice in my email inbox so I know I purchased it under the right email. Please let me know how to access my course. 

0
Not a bug

Allow column names with spaces with them by adding [] brackets to them in the SQL.

Shreya Kaushik 8 years ago updated by anonymous 7 years ago 1

I am using Microsoft SQL server as the database. The column names in the tables in my data model will have spaces. Currently the product continues to show me a warning against the column names saying that the name seems to be invalid. I even tried adding the square brackets my self in the column name itself but the warning still shows up.

0
Declined

how to export sql export as *.mdf file

Ard Shir 7 years ago updated by Adam Mościcki 7 years ago 1
Answer
Adam Mościcki 7 years ago

MDF is an SQL Server extension only. There is no way to export the model to MDF file in our tool.

0
Completed

Is there any option to show my Database schema in website? like embedded?

Siddhu Php 7 years ago updated 7 years ago 3
0
Not a bug

Confirmation link doesn't work

Steve Klett 11 years ago updated by Molly VanderVelde 7 years ago 3
I signed up, received the email but when I click link (or copy and paste) I receive a message:
"

Your confirmation link is not valid.

"
0
Answered

how to create ENUM in mysql

Markemark 11 years ago updated by Mariusz Zakrzewski 7 years ago 10
How can I create enumerated type.
For simplicity sake, say Male and Female

many thanks

Mark
Answer
anonymous 11 years ago
Just insert your desired type into "Type" input. The selector (layer) with types contains only the most common datatypes. You can change it to whatever type you want. It looks like this:



This will rise a validation error saying that the type is not supported. This is our bug (not a critical one, I think). You can turn this validation off in "Model validation settings" which you can find in the menu on the top left, just below the Vertabelo logo. This validation rule is called "Supported database type (warnings)" in "Table column" section.