This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
pgadmin4
Watch
3
Star
0
Fork
0
You've already forked pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced
2024-12-02 05:19:12 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f192be3667
pgadmin4
/
web
/
pgadmin
/
tools
/
erd
History
Nikhil Mohite
f192be3667
Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added.
2021-09-22 19:14:19 +05:30
..
static
Fixed failed test cases.
2021-08-25 11:10:45 +05:30
templates
/erd
Added ERD Diagram support with basic table fields, primary key, foreign key, and DDL SQL generation.
Fixes
#1802
2021-01-16 17:06:50 +05:30
tests
Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'.
Fixes
#5741
2021-09-09 13:00:35 +05:30
__init__.py
Fixed ERDTables API test case.
2021-02-18 14:23:30 +05:30
utils.py
Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added.
2021-09-22 19:14:19 +05:30