summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-01-07Releasing version 0.10.1v0.10.1Amjith Ramanujam
2015-01-07Remove unassigned local var from logging.Amjith Ramanujam
2015-01-06Remove an unnecessary str casting.Amjith Ramanujam
2015-01-06Merge pull request #50 from snahor/patch-1Amjith Ramanujam
2015-01-06Merge pull request #49 from Walms/masterAmjith Ramanujam
2015-01-07Fix #45Hans Roman
2015-01-06Merge pull request #40 from macobo/masterAmjith Ramanujam
2015-01-07ISSUE #32 More graceful error managementdwalmsley
2015-01-06Merge pull request #30 from svenstaro/patch-1Amjith Ramanujam
2015-01-07Force psycopg to decode strings received from database to unicode.Karl-Aksel Puulmann
2015-01-07Show proper information about exceptions in logs and when running pgcli.Karl-Aksel Puulmann
2015-01-06Fix \d [pattern] to not fail with (global name 'true' is not defined)Eric Workman
2015-01-06Add entry pointSven-Hendrik Haase
2015-01-06Releasing version 0.10.0v0.10.0Amjith Ramanujam
2015-01-04Remove blank lines in pgline.Amjith Ramanujam
2015-01-04Add logging to pgcompleter.Amjith Ramanujam
2015-01-04Refactor pgcompleter.Amjith Ramanujam
2015-01-04Add smart_completion as a default param to get_completions.Amjith Ramanujam
2015-01-04Add logging to pgexecute.py.Amjith Ramanujam
2015-01-04Move parse_dsn tests to test folder instead of doctests.Amjith Ramanujam
2015-01-04Copy databases query from psql.Amjith Ramanujam
2015-01-04Add logging and cleanup main.Amjith Ramanujam
2015-01-04Add basic tools for logging.Amjith Ramanujam
2015-01-03Make \? output sorted.Amjith Ramanujam
2015-01-03Added \di and \dv meta-commands.Iryna Cherniavska
2015-01-02Add tox and fix python3 failures.Amjith Ramanujam
2015-01-01Releasing version 0.9.0v0.9.0Amjith Ramanujam
2015-01-01Add initial completion support for JOIN statements.Amjith Ramanujam
2014-12-31Fix the missing comma in the list of keywords.Amjith Ramanujam
2014-12-31Extract tables from JOIN statements.Amjith Ramanujam
2014-12-31Add JOIN to the list of keywords.Amjith Ramanujam
2014-12-30Add keyword completion for sub-select.Amjith Ramanujam
2014-12-30Fix for bug #12: Config reading is failing when an option is missing.Iryna Cherniavska
2014-12-30Fix another corner case for table name extraction in nested sql.Amjith Ramanujam
2014-12-29Fix the table extraction for nested select statement.Amjith Ramanujam
2014-12-29Make the casing for true/false consistent.Amjith Ramanujam
2014-12-29Set multi-line via config file.Iryna Cherniavska
2014-12-27all completions should include keywordsIryna Cherniavska
2014-12-26Return the current alias if the table name is not found.Amjith Ramanujam
2014-12-26Move find_prev_token to parse_utils.Amjith Ramanujam
2014-12-26Releasing version 0.8.1v0.8.1Amjith Ramanujam
2014-12-26Fix the table parsing for update and add a test.Amjith Ramanujam
2014-12-25Releasing version 0.8.0v0.8.0Amjith Ramanujam
2014-12-25Fix multiple columns for aliased tables.Amjith Ramanujam
2014-12-25Improve the Insert completion.Amjith Ramanujam
2014-12-24First attempt at dot completion and alias detection.Amjith Ramanujam
2014-12-24Add a doc string to --password option.Amjith Ramanujam
2014-12-24Make the password prompt an option.Amjith Ramanujam
2014-12-24Releasing version 0.7.1v0.7.1Amjith Ramanujam
2014-12-24Fix the failing parseutils test.Amjith Ramanujam