pematt

Results 7 issues of pematt

**Feature description** This feature request is to develop the capability in pgModeler to import and diff CockroachDB databases. Since CockroachDB is supposed to be PostgreSQL compliant there may be very...

**Bug description** The diff generates a false positive on a column with a default value that is an expression which is a function with a quoted name. Possibly this is...

**Bug description** When adding a column to a partitioned table and doing a diff then the diff DDL has invalid syntax. Most of the ALTER command appears to be missing....

bug
fixed

**Bug description** When clicking the 'Apply' button in the 'Function properties' dialogue then the expand state and the scroll state of the 'Model objects' pane is lost. The 'Model objects'...

bug
fixed

**Bug description** The diff generates a false positive on a function. **How to reproduce** Install the attached model in an empty DB Perform a diff This will generate a false...

**Bug description** When double-clicking on a table the Database properties dialogue opens. **How to reproduce** Open the attached model. Duoble-click the inventories table in the diagram - this opens the...

**Bug description** I get the error message below when comping pgModeler. I have compiled earlier versions without problems, eg 0.9.3. **Reproduce** ``` export QT_ROOT=/usr/lib/qt5 export INSTALLATION_ROOT=~/code/pgmodeler/bin/0.9.4-beta1 mkdir -pv $INSTALLATION_ROOT cd...