Mirko Sertic

Results 80 comments of Mirko Sertic

Your database seems to be locked by another process. Please make sure no other process has access to the database and no lockfile is in the database directory.

The current version does not support check constraints as this would introduce complecity into the database update mechanism. For instance, adding a constraint to a table after some data was...

Hmm, have you considered something like a Logitech Spotlight presenter as a temporarily workaround? It works quite smooth for me.

This is indeed an uncomplete documentation issue. The extra information is used for MySQL dialects etc, where columns can be auto incremented without the need auf auxiliary sequences. Postgres dialect...

Thank you for using ERDesignerNG! ERDesignerNG defaults to JDTS(http://jtds.sourceforge.net/) for Microsoft SQL Dialects. If you add original Microsoft JDBC drivers, you have to change the Driver Classname accordingly (the `Treiber`...

Hmm, it should work, but however the Dialect fails to retrive domain aka custom type information from the DB. Do you have an example DDL or pgdump in SQL form...

Thank you for your quick reply. After a little investigation, it seems ERDesigner has problems finding domains used in a table that is defined in a different schema than the...

I had to remove some unused types, domains and functions to make reverse engineering possible: ``` DROP DOMAIN public.da_label_6_array_defnul; DROP DOMAIN public.dd_tr_defnul; DROP TYPE public.timerange; DROP DOMAIN public.tt_tstzrange_defnul; DROP DOMAIN...

There are currently no native MacOS packages. However, you could try the plain .zip/tar.gz packages located at https://github.com/mirkosertic/MogwaiERDesignerNG/releases/tag/3.1.1. They should work also for OSX. Pleas note: a Java12 runtime is...

Cool! Please feel free to submit PRs to make ERDesignerNG work out of the box for MacOS:-)