archi-contribs / database-plugin

Database export/import plugin that store models in a central database repository
Other
81 stars 23 forks source link

Model with specialization fails to export to Postgresql database #149

Closed Re4son closed 2 years ago

Re4son commented 2 years ago

Trying to export a model with a specialization throws the following error:

Failed to export the model to the database

PSQLException: ERROR: column "is_spezialisation" is of type smallint but expression is of type boolean Steps to reproduce: 1. Create new model 2. Create new specialization 3. export to postgresql database Export works to MySQL but not Postgresql. There is an error trying to export a specialization with an image to MySQL but I will raise another issue for that.