Nikhil Mohite
b9686fcb00
Fixed an issue where import/export data is not working if service file is used to connect server.
2023-04-29 13:54:42 +05:30
Aditya Toshniwal
46a9d4a69d
Fix an issue where query tool hangs for some time when multiple columns are selected to open geometry viewer. #5044
2023-04-27 11:58:50 +05:30
Pravesh Sharma
861c66d180
Ensure that when pasting a row in query tool grid, default value is used for autogenerated/serial columns. #5922
2023-04-26 15:41:10 +05:30
Nikhil Mohite
60265b306f
Fixed an issue where PSQL is not working if the PGUSER env variable is set and service file is used for server connection details. #6180
2023-04-26 11:14:10 +05:30
Aditya Toshniwal
3ac789f615
Fix ERD JS test cases failing due to previous commit.
2023-04-24 18:49:04 +05:30
Aditya Toshniwal
4c2ae44e4c
Attempt to fix failing JS test cases with error related to ERD.
2023-04-24 18:04:02 +05:30
Khushboo Vashi
d98f411ea9
Show proper message if the debugger is stopped by the user. #6059
2023-04-20 17:05:05 +05:30
Akshay Joshi
c19fc3628c
Ensure that the ERD tool should work with the external database after moving to psycopg3. #6159
2023-04-20 15:37:43 +05:30
Nikhil Mohite
a6faa77e5b
Throw an appropriate error when a table for which View/Edit data is open is deleted and query is executed. #6138
2023-04-18 15:26:40 +05:30
Khushboo Vashi
47a0009d32
Ensure to quote the primary key value if needed while deleting rows from the table. #6130
2023-04-17 12:38:16 +05:30
Yogesh Mahajan
64d5457e2b
Try to fix feature test failures happening due to error occurring while deleting test databases.
...
* Try to fix feature test failures happening due to error occurring while deleting test databases.
* Updated ON_DEMAND_ROW_COUNT to ON_DEMAND_RECORD_COUNT missed in #3275 .
2023-04-13 17:25:12 +05:30
Yogesh Mahajan
993e1eb1b6
Allow on demand record count setting to be changed per user using preferences. #3275
2023-04-13 16:43:11 +05:30
Aditya Toshniwal
a18d469c90
Fix an issue in search objects where objects were unable to locate occasionally. #5916
2023-04-04 18:29:54 +05:30
Khushboo Vashi
bc5e710d49
Fixed error while executing continue in debugging session after some time of debug execution. #5953
2023-04-03 15:28:11 +05:30
Pravesh Sharma
6c7116a20c
Fix an issue where insert was failing when copy pasting a row and saving in result grid. #5934
2023-04-03 10:57:45 +05:30
Nikhil Mohite
50391ae3fd
Fixed an issue loading file fails in Desktop mode
2023-03-31 10:47:48 +05:30
Akshay Joshi
140494454a
Fixed linter errors after eslint upgrade.
2023-03-29 17:22:50 +05:30
Aditya Toshniwal
9924fae378
Nomenclature changes:
...
1. Rename "Properties..." context menu option of object to "Edit Object...".
2. Rename "Browser" tree to "Object Explorer". #4734
2023-03-28 22:20:14 +05:30
Akshay Joshi
12f82820c9
Fix an issue where Backup, Restore, and Maintenance not working if connection timeout is set in the server dialog. #5959
2023-03-27 17:41:19 +05:30
Pravesh Sharma
eef7461ae6
Ensure that default values are set only for insert statement if user does not provide any values, in case of updating existing values to blank it should be set to null. #5934
...
Incorporated review comments
2023-03-27 10:22:28 +05:30
Aditya Toshniwal
1d01b5a8a2
Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022
2023-03-24 15:44:43 +05:30
Khushboo Vashi
5cb64f7602
Fix Debugger restart issue.
2023-03-24 14:33:07 +05:30
Akshay Joshi
70b2ead852
Ensure that the schema diff tool should not allow comparison between Postgres Server and EDB Postgres Advanced Server. #5952
2023-03-24 13:03:35 +05:30
Nikhil Mohite
e4eeba2aa7
Fixed the UI related issues reported during testing for Shared Storage in Server Mode. #5014
2023-03-24 11:08:27 +05:30
Aditya Toshniwal
319701dbbd
Ensure that when pasting rows the rows are added right below the selected rows for copying. #5921
2023-03-23 18:49:15 +05:30
Aditya Toshniwal
b923f5fcfa
Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894
2023-03-20 18:20:48 +05:30
Khushboo Vashi
64aa739224
Fix SQLEditor Notifier and InetLoader issue.
2023-03-20 18:20:25 +05:30
Khushboo Vashi
366dd3a973
Remove psycopg2 completely.
2023-03-20 16:57:30 +05:30
Aditya Toshniwal
3ce1589681
Fix an issue where query tool is stuck when running query after discarding changed data. #5955
2023-03-16 17:23:57 +05:30
Aditya Toshniwal
42ac0d577d
Add .ts and .tsx files under linter and fix linter issues. #5830
2023-03-16 17:22:26 +05:30
Pravesh Sharma
89c8a7f907
Added option to create unique constraint with nulls not distinct. #5855
2023-03-15 18:55:42 +05:30
Aditya Toshniwal
292d76b39e
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
...
- Update Flask, Flask-SQLAlchemy, Flask-Babel, Flask-Security-Too, Flask-SocketIO, pytz, psutil, SQLAlchemy, bcrypt, cryptography, eventlet, Authlib, requests python packages
- Remove pinned dnspython, Werkzeug packages from requirements.txt
2023-03-15 11:57:16 +05:30
Akshay Joshi
0a543d0e95
Ensure that the user's storage directory is created when the users are created, as well as for those users who have not yet been created. #5824
2023-03-14 18:21:18 +05:30
Khushboo Vashi
66c4b9d05a
Fix Debugger test cases.
2023-03-13 11:51:15 +05:30
Akshay Joshi
3c56c0e4b7
Revert "Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901 "
...
This reverts commit 31818bb67a
.
2023-03-09 16:53:43 +05:30
Aditya Toshniwal
31818bb67a
Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901
...
Remove the python version check from the requirements.txt.
2023-03-08 18:26:51 +05:30
Akshay Joshi
6bd0ea7a02
Fixed an issue where the file name in the query tool tab was not changing if another file is opened. #5909
2023-03-08 17:37:45 +05:30
Nikhil Mohite
9da8a188fa
Added support for mounting shared storage in server mode. #5014
2023-03-06 17:03:47 +05:30
Nikhil Mohite
1c0b826d23
Fixed schema diff UI alignment issues.
2023-02-27 15:47:24 +05:30
Khushboo Vashi
b640df5bdd
Fix Query Tool error messages for psycopg3 driver.
2023-02-22 14:07:05 +05:30
Aditya Toshniwal
08062e67ca
Do not allow to save invalid JSON in query tool JSON editor. #5822
2023-02-20 15:37:59 +05:30
Khushboo Vashi
5e0daccf76
Added support for psycopg3 along with psycopg2. #5011
2023-02-15 11:31:29 +05:30
Matěj Cepl
7a4951f211
Remove dependency on simplejson package.
2023-02-15 11:10:12 +05:30
Akshay Joshi
d8c5bc4320
Ensure that content on the DDL comparison panel should get refreshed on selecting the object using the up and down arrow keys. #5747
2023-02-14 17:15:04 +05:30
Pravesh Sharma
8388f1e7ba
Fix for query tool prompting for unsaved changes even if no changes have been made. #5756
2023-02-14 11:04:30 +05:30
Anil Sahoo
ed2b8ea1de
Fix an issue where the maintenance dialog for Materialized View gives an error. #5764
2023-02-10 15:19:53 +05:30
Aditya Toshniwal
713ddb5f62
Remove usage of jQuery in pgAdmin.
...
Remove usage of Bootstrap in React components. #5701
2023-02-10 10:28:39 +05:30
Aditya Toshniwal
1806866bf5
Allow changing cardinality notation in ERD to use Chen notation. #5832
2023-02-10 10:27:16 +05:30
Akshay Joshi
ca43f938bd
1. Ensure that the system columns should not visible in the import/export data. #5733
...
2. Fixed console error while attaching the partition. #5748
2023-02-02 18:14:38 +05:30
Pravesh Sharma
e247867abf
Incorporated review comments for #5705
2023-02-01 14:24:49 +05:30