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

0
Lõpetatud

Is it possible to add computed columns in SQL data model?

Alex Sanchez Sanchez 7 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 7 aastat tagasi 1

It is possible support computed columns for the next version.

0
Tagasi lükatud

Issue with RSA signing in IBM DataPower

Soujanya Bargavi 7 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 7 aastat tagasi 1

I am unable to generate specific sections of SAML assertions in IBM DataPower while trying to digitally sign a request (Product details: Build: 277257, Firmware: IDG.7.5.1.0). I have the uploaded the public crypto certificate on DataPower but I am unable to configure DataPower to generate the following two sections (The below is the format in which the backend expects the DataPower output):

1.

<ds:KeyInfo>
  <ds:KeyValue>
    <ds:RSAKeyValue>
      <ds:Modulus>xxx</ds:Modulus>
      <ds:Exponent>xxx</ds:Exponent>
    </ds:RSAKeyValue>
  </ds:KeyValue>
</ds:KeyInfo>
    2.
<ds:KeyInfo Id="KeyId-xxx">
  <wsse:SecurityTokenReference wsse11:TokenType="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0" wsu:Id="xxx" xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd">
    <wsse:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLID">xxx</wsse:KeyIdentifier>
  </wsse:SecurityTokenReference>
</ds:KeyInfo>

Are there any settings on DataPower to generate these header? Or we need to place a custom XSL transform to generate these headers?

0
Answered

importing columns

George Bassili 7 aastat tagasi uuendaja Adam Mościcki 7 aastat tagasi 1

is there a way to import a table definition from excel? i.e. i have my columns and data types in an excel spreadsheet already and i want to import them in rather than have to key them all?

Vasta
Adam Mościcki 7 aastat tagasi

Hello

Unfortunately, there is no way to copy table definition from excel.


PS: If you have tables with same column names Copy & Paste feature may be helpfulhttps://support.vertabelo.com/communities/1/topics/173-copy-and-paste-columns

Best regards,

Adam Mościcki




+11
Ülevaatamisel

organize layout

Germán Lares 10 aastat tagasi uuendaja Sapan 7 aastat tagasi 3
A function to organize the db layout
0
Alustatud

random pieces of note text missing when I print to PDF

Jonathan Morgan 7 aastat tagasi uuendaja Mariusz Zakrzewski 7 aastat tagasi 8

When I print my diagram as a PDF, the text in a note:


"SUMMARY: The core of this metadata model includes "data_set"s, different "data_table"s of that data set, and then for each table, the set of "variable"s it contains.  Variables exist independent of data tables, so the same variable definition can apply to multiple tables (over years where a survey remained the same, or across surveys with different names).  For each variable, you can specify a set of valid values.  You can also specify when two variables are related and basic information on how to translate between the two.  In addition, there is space to group data set collections (one of these groupings could be the set of tables included in a production process, for example) and variables independent of ("variable_group") or within ("table_variable_group") a table."


consistently turns into:


SUMMARY: The core of this metadata model includes "data_set"s, different
"data_table"s of that data set, and then for each table, the set of "variable"s it
contains. Variables exist independent tables, so same variable definition can apply
to multiple tables (over years where a survey remained same, or across surveys
with different names). For variable, you specify valid values. You also specify when
two variables are related basic information on how translate between two. In
addition, there is space group collections (one these groupings could be included in
production process, example) ("variable_group") within ("table_variable_group")
table.

Words from the original text are seemingly randomly missing, causing the text to turn into something that sounds like a garbled mess.  Any idea why this would be happening?  Is it something in my text that I might be able to alter to fix?


Thanks,


Jonathan Morgan

0
Alustatud

MySQL: decimal data type does not support unsigned and zerofill

Shay Hananashvili 7 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 7 aastat tagasi 4

Please add support for unsigned and zerofill for the decimal data type.

Thanks

0
Answered

You cannot join this account because you are a member of another team account

Swathi Manthalapu 7 aastat tagasi uuendaja Adam Mościcki 7 aastat tagasi 1

I was invited to a team but i cant join because i get this message, "You cannot join this account because you are a member of another team account." Please help

Vasta
Adam Mościcki 7 aastat tagasi

Hello,


It is a flaw in our inviting process. We will fix it in the next release. 

I will answer you in the prive ticket you created and close this one.

Best regards,

Adam Mościcki



0
Not a bug

PostgresSql - Nullable Foreign Key Problem

Machunde Tandasi 7 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 7 aastat tagasi 2

Nullable foreign key is definitely valid in PostgresSql however, Vertabelo throws a problem in the UI when you make it nullable.

0
Lõpetatud

how to change a color of a column

Asim Haque 7 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 7 aastat tagasi 1

Any way to break up columns in a table by colors. Need to use that feature to differentiate different phases of projects touching the same table.

+3
Ülevaatamisel

Add ability to change color of table outline and it's foreign key references in other table

Daniel Arlitt 11 aastat tagasi uuendaja Asim Haque 7 aastat tagasi 4
It would be a useful feature if a user could select a different color outline for certain tables in their diagram that have a lot of foreign keys in other tables, especially when reference lines start to overlap. This would help the user to identify all of the tables that reference the colored table and to easily identify if a foreign key reference is missing.