This website requires JavaScript.
Explore
Help
Sign In
pgadmin-org
/
pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
Watch
1
Star
0
Fork
You've already forked pgadmin4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9588d76b75
pgadmin4
/
web
/
pgadmin
/
tools
/
sqleditor
History
Dave Page
354679e69b
Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads.
Fixes
#2683
2017-09-20 11:59:37 +01:00
..
static
Changed array representation and formatting for the data types in Query Tool and View Data.
Fixes
#2671
2017-09-18 12:07:15 +05:30
templates/sqleditor/sql
/default
Changed array representation and formatting for the data types in Query Tool and View Data.
Fixes
#2671
2017-09-18 12:07:15 +05:30
__init__.py
Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads.
Fixes
#2683
2017-09-20 11:59:37 +01:00
command.py
Fix View Data option and column config for Foreign Tables.
Fixes
#2691
2017-09-18 14:32:17 +01:00