mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed RESQL test case for EPAS.
2) Update Dependencies.
This commit is contained in:
@@ -70,20 +70,7 @@
|
||||
"current_value": "7", "increment": "12", "minimum": "2", "maximum": "9992", "cache": "2", "cycled": true
|
||||
},
|
||||
"expected_sql_file": "alter_seq_props.sql",
|
||||
"expected_msql_file": "alter_seq_props_msql_psycopg2.sql",
|
||||
"pg_driver": "psycopg2"
|
||||
},{
|
||||
"type": "alter",
|
||||
"name": "Alter Sequence properties",
|
||||
"endpoint": "NODE-sequence.obj_id",
|
||||
"sql_endpoint": "NODE-sequence.sql_id",
|
||||
"msql_endpoint": "NODE-sequence.msql_id",
|
||||
"data": {
|
||||
"current_value": "7", "increment": "12", "minimum": "2", "maximum": "9992", "cache": "2", "cycled": true
|
||||
},
|
||||
"expected_sql_file": "alter_seq_props.sql",
|
||||
"expected_msql_file": "alter_seq_props_msql.sql",
|
||||
"pg_driver": "psycopg3"
|
||||
"expected_msql_file": "alter_seq_props_msql.sql"
|
||||
},{
|
||||
"type": "alter",
|
||||
"name": "Alter Sequence add privileges",
|
||||
|
||||
Reference in New Issue
Block a user