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
5887fb38153e94307dfc8be47085353b9b9acf81
pgadmin4
/
web
/
pgadmin
/
tools
/
sqleditor
History
Yosry Muhammad
5887fb3815
Some refactoring of sqleditor.js.
2019-08-23 16:15:43 +01:00
..
static
Some refactoring of sqleditor.js.
2019-08-23 16:15:43 +01:00
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
Don't wait for the database connection before rendering the Query Tool UI, for improved UX.
Fixes
#4453
2019-08-23 12:14:20 +01:00
utils
Don't wait for the database connection before rendering the Query Tool UI, for improved UX.
Fixes
#4453
2019-08-23 12:14:20 +01:00
__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