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
aff84103d9
pgadmin4
/
web
/
pgadmin
/
utils
/
sqlautocomplete
History
Nikhil Mohite
36f76f5e2c
Fixed autocomplete issue where it is not showing any suggestions if the schema name contains escape characters.
Fixes
#6045
.
2021-01-29 11:45:38 +05:30
..
parseutils
Updated version of 'sqlparse' as pgcli updated and tested it.
2020-12-14 11:39:50 +05:30
__init__.py
Adding support for autocomplete in the SQL Editor.
2016-05-21 16:04:29 +05:30
autocomplete.py
Fixed autocomplete issue where it is not showing any suggestions if the schema name contains escape characters.
Fixes
#6045
.
2021-01-29 11:45:38 +05:30
completion.py
Merged the latest code of 'pgcli' used for the autocomplete feature.
Fixes
#5497
2020-10-01 13:29:46 +05:30
prioritization.py
Merged the latest code of 'pgcli' used for the autocomplete feature.
Fixes
#5497
2020-10-01 13:29:46 +05:30
sqlcompletion.py
Merged the latest code of 'pgcli' used for the autocomplete feature.
Fixes
#5497
2020-10-01 13:29:46 +05:30