Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move sql queries to external file #147

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1263fe2
move_sql_to_external_file
dkuku Nov 4, 2023
2007a20
refactor list privileges
dkuku Nov 4, 2023
5f990a7
refactor list tablespaces and schemas
dkuku Nov 5, 2023
e3c842f
refactor list extensions
dkuku Nov 5, 2023
b506469
list objects
dkuku Nov 5, 2023
0df1b0a
describe table details
dkuku Nov 6, 2023
ef7d562
show function definnition
dkuku Nov 6, 2023
653da8c
list foreign tables
dkuku Nov 6, 2023
cd6f9d0
list functions
dkuku Nov 7, 2023
32279ed
list extensions
dkuku Nov 7, 2023
45dda92
list text search configurations
dkuku Nov 7, 2023
93f6519
describe one table details
dkuku Nov 7, 2023
05f1c54
generate att_cols from headers
dkuku Nov 7, 2023
4e004e4
add index information
dkuku Nov 7, 2023
af9a18e
rest of describe functions
dkuku Nov 7, 2023
512146d
get footer info
dkuku Nov 8, 2023
0675802
update changelog
dkuku Nov 8, 2023
a5c69f0
remove unused import
dkuku Nov 8, 2023
da8668a
add docker-compose for testing
dkuku Nov 8, 2023
e962548
fix typos
dkuku Nov 8, 2023
a2d35bb
add multiple test envs
dkuku Nov 8, 2023
f3c65ab
use title helper from other pr
dkuku Nov 10, 2023
7ff4d10
remove verbose columns in postprocessing
dkuku Nov 14, 2023
616f1df
rename duplicate
dkuku Nov 14, 2023
f73d711
change server version query
dkuku Nov 15, 2023
55ab3c9
change server version query
dkuku Nov 15, 2023
144f921
move sql file
dkuku Nov 23, 2023
3aa28f2
try to include sql file in package
dkuku Nov 23, 2023
b26a06d
typo
dkuku Nov 24, 2023
c42f9fe
merge master
dkuku Jan 7, 2024
a026942
restore tests
dkuku Jan 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ exclude *
include changelog.rst DEVELOP.rst License.txt pyproject.toml README.rst requirements-dev.txt setup.py
include scripts/docparser.py scripts/README.rst tox.ini
recursive-include pgspecial *.py
recursive-include pgspecial *.sql
recursive-include tests *.py
recursive-include tests *.ini
4 changes: 4 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unrelased
==================
* refactor dbcommands.py to use queries stored in external file

2.1.1 (2023-10-29)
==================

Expand Down
Loading
Loading