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
adab656a793f32585058087a3b469763d3bfbb90
pgadmin4
/
web
/
pgadmin
/
utils
/
driver
/
psycopg3
History
Anil Sahoo
0b707be615
Fixed restoration of query tool database connection after dropping and re-creating the database with the same name.
#6487
2023-11-01 15:27:18 +05:30
..
__init__.py
Fix PEP8 issues with latest pycodestyle (
#6636
)
2023-07-31 18:14:39 +05:30
connection.py
Add support for setting prepare threshold in server connection.
#6285
2023-10-12 16:54:06 +05:30
cursor.py
Fixed CSV export from Query Tool results does not include all columns for multiple CTEs.
#6122
2023-04-11 19:09:26 +05:30
encoding.py
Support UNICODE encoding as psycopg3 do not support it by default.
2023-06-21 15:32:13 +05:30
generate_keywords.py
Added support for psycopg3 along with psycopg2.
#5011
2023-02-15 11:31:29 +05:30
keywords.py
Added support for psycopg3 along with psycopg2.
#5011
2023-02-15 11:31:29 +05:30
server_manager.py
Fixed restoration of query tool database connection after dropping and re-creating the database with the same name.
#6487
2023-11-01 15:27:18 +05:30
typecast.py
Fix an error 'list' object has no attribute 'strip' while attempting to populate auto-complete manually the first time.
#6556
2023-07-13 10:18:38 +05:30