-
Notifications
You must be signed in to change notification settings - Fork 14
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
Devel Branch Merge #151
Merged
Merged
Devel Branch Merge #151
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eeds to be fixed because it needs to reference a local variable in easyaccess
…_cache(), do_show_db(),do_change_db(), do_whoami() functions into do_utils file from easyaccess
…o_describe_tables(), do_find_tables(), do_find_tables_with_column(), do_show_index(), do_load_table(), do_append_table() from easyaccess to do_utils file
…ion inside do_utils.py file. Add readline imports and desfile varaible definition to do_util file
…ables(), _complete_colnames(), complete_prefetch(), and complete_shell() fuctions to dbdo_utils file
…ete_config(), complete_find_user(), complete_user_tables() functions from easyaccess file to dbdo_utils file
…_tables_with_column(), complete_show_index(), complete_load_table(), complete_append_table(), and complete_add_comment() funtions from easyaccess file to dbdo_utils file
…o do_utils or dbdo_utils
…thods who act directly on the database are inside dbdo_utils and methods that do not are inside do_utils
…s.py to dbdo_utils.py
…o python_api file
…ss.py to python_api.py in the following files: test_api.py, test_connection.py, test_interpreter.py, text_load_table.py, and db_api.py
…ds in easyaccess.py
Add missing commit
… cli_utils.py. Changed classname of DO_Func class in former do_utils.py file to CommandActions. Changed class name of DB_Func class in former dbdo_utils.py file to DatabaseActions.
… db directly into that file
…ds that they're based on are in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Matias,
Here's my pull request