pgadmin4/web
Harshal Dhumal de568b3021 Fix renaming of constraints from the table dialogue. Fixes #1500
1] datamodel.js: For collection type added check before adding model into "changed" list instead of adding it blindly.

2] Type casting from str to int of column properties like attlen, attpricision.

3] Added missing data formating when adding new column to existing table (from table edit mode).

4] Added more validation for Foreign key constraint.

5] Column.js: Column grid (in table edit mode) show proper disabled color for disabled cell when grid renders.

6] All constraints and index js added idattribute to distinguish which s/constraint or s/index is updated on server side.

7] Column update.sql: Fixed sql when altering column data type. The issue was when we alter data type from which has length and precision to data type which don't have these properties and vice versa.
For e.g. alter data type numeric(10,12) to real (and vice versa)

8] Renaming constraint (RM1500).

9] simplejson KeyError handing for Python 2.7.
2016-08-03 15:39:14 +01:00
..
pgadmin Fix renaming of constraints from the table dialogue. Fixes #1500 2016-08-03 15:39:14 +01:00
regression Ignore the pickle. 2016-08-03 10:25:10 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Disable SQLALCHEMY track modification feature as it puts overhead on system, and if not set, now emits a warning. 2016-07-26 13:01:56 +01:00
pgAdmin4.py Move the config database schema version out of the configuration file and into the model class. 2016-06-24 12:50:52 +01:00
setup.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00