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
2025-02-25 18:55:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d6f07a035e68555154c5a1f7764c855db12e389
pgadmin4
/
web
/
pgadmin
/
tools
/
sqleditor
History
Akshay Joshi
624f229ce7
Comment out the failed Transaction Status API test cases for successful Jenkins build
2019-08-20 09:33:42 +05:30
..
static
Fix issue where Deleting N number of rows makes first N number of rows disable.
Fixes
#3605
2019-08-19 12:12:28 +05:30
templates/sqleditor
/sql
Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable.
Fixes
#1760
2019-07-17 11:45:20 +01:00
tests
Comment out the failed Transaction Status API test cases for successful Jenkins build
2019-08-20 09:33:42 +05:30
utils
1) Added new python test that checks the transaction status after executing queries and saving data when auto-commit is on/off.
2019-08-19 11:45:36 +05:30
__init__.py
Add support in query history to show internal queries generated by pgAdmin during save data operations.
Fixes
#4612
2019-08-16 17:17:12 +05:30
command.py
Ensure the query tool will work with older versions of psycopg2 than we officially support, albeit without updateable resultsets.
Fixes
#4520
2019-08-01 13:59:53 +01:00