1) Fixed RESQL test case for EPAS.

2) Update Dependencies.
This commit is contained in:
Akshay Joshi
2023-03-24 14:37:35 +05:30
parent f1aa82ad36
commit 207812582d
3 changed files with 73 additions and 89 deletions

View File

@@ -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",