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

+8
Completed

Please add support for Snowflake DBMS

PaulHoran 6 years ago updated by Jarosław Błąd (CEO) 4 years ago 2

www.snowflake.com 

Analytics database as a service available as a service in AWS and Azure (and GCP on the roadmap).  JDBC connectivity, and ANSI-standard SQL.

+29
Completed

Support for Snowflake Engine

Radek Tomšej 8 years ago updated by Jarosław Błąd (CEO) 4 years ago 12

Can you please add support for Snowflake Engine - https://www.snowflake.net

0
Under review

Mi cuenta educativa no funciona

David De La Cruz 4 years ago updated by Adam Mościcki 4 years ago 1

No puedo utilizar mi cuenta educativa ni me deja eliminarla. Registré mi cuenta como estudiante con mi carnet de mi universidad y no me deja editar. El problema al parecer es porque un compañero que se creó una cuenta sin ser educativa me invitó como colaborador, pero yo no lo conozco ni tengo contacto con él. Por favor, solucionen esto, o dejenme eliminar la cuenta.

0
Not a bug

default values not quoted

Rob Hill 4 years ago updated 4 years ago 3

I have created a table with columns containing default values and the generated sql does not quote the value, causing the following failure message:

ERROR: cannot use column reference in DEFAULT expression

I also tried quoting the value in the "Default Value" property but in both cases the SQL generated failed to quote the vallue.

auto_renew boolean  NOT NULL DEFAULT FALSE,
0
Completed

How can i change student account to lecturer account

Carlos Sierra 4 years ago updated 4 years ago 2

Could you please help me how to change my student account to lecturer account.

I would like to teach DB design using other tool than Oracle Data Modeler

0
Not a bug

Primary key generation creates errors

Rob Hill 4 years ago updated by Adam Mościcki 4 years ago 1

I have two tables, both with a column named "id" that is a SERIAL and the primary key of each.

The SQL that is generated creates a constraint to declare the primary key:

CONSTRAINT id PRIMARY KEY (id)

Using the generated SQL, the first table is created successfully.

The second table fails with the following error:

   relation "id" already exists

The constraint name must be unique.

A better solution would be to suffix the primary key column with "PRIMARY KEY".

Alternatively, if you must create a constraint, prefix the name with the table name.

0
Under review

Alternate Index gives error - missing column

Rob Hill 4 years ago updated 4 years ago 3

I created and alternate index and alloated a varchar(64) column.

The table has a flagged error stating that the alternate index does not have a column.

Image 1057

0
Completed

Paid for subscription but not able to access

AWS Admin 4 years ago updated by Adam Mościcki 4 years ago 1

I have paid for the subscription but it says the trial period is over while using. Please guide.

+1

Cannot login to Vertabelo academy with Github account

Chang Du 4 years ago updated 4 years ago 0

Hi,

I found that the GitHub login button was disappeared recently. How should I login to my Vertabelo courses with my GitHub account? I have SQL courses purchased with that account.

Thank you in advance!

0
Planned

Model Description Partial Save

Scott Brazier 4 years ago updated by Adam Mościcki 4 years ago 2

After entering a Description under Model Properties and letting the model autosave, the last 1-4 characters in the Description disappear when closing and logging back in to the model. This does not seem to be due to character limits as it occurs at different lengths:

  • "Database for XXX XXXX Application" saves as "Database for XXX XXXX Applicatio"
  • "XXX XXXX Application Database" becomes "XXX XXXX Application Data"
  • "XXX XXXX Database" becomes "XXX XXXX Databas"

Editing something else in the model and saving again does not solve the problem. This is related to the "Model Description" bug I posted a year ago.