summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-01-31Releasing version 0.14.0v0.14.0Amjith Ramanujam
2015-01-31Make completion menu sorted.Amjith Ramanujam
2015-01-31Move refresh routines outside the loop.Amjith Ramanujam
2015-01-29Make completions case-insensitiveAmjith Ramanujam
2015-01-28Fix #106 - autocompletion in multiple statementsdarikg
2015-01-27Add table formats and timing to config file.Amjith Ramanujam
2015-01-26Convert psycopg2 erros to unicode. Fixes #124Amjith Ramanujam
2015-01-26Merge pull request #127 from darikg/schema_autocompleteAmjith Ramanujam
2015-01-26Fix \d special command and add some testsDarik Gamble
2015-01-26detect changes to the search_path and refresh accordinglyDarik Gamble
2015-01-26Delete old refresh_completions methodDarik Gamble
2015-01-26Handle unicode for hstore and unknown types. Fixes #134.Amjith Ramanujam
2015-01-25Metadata should be instance variables, not class variablesDarik Gamble
2015-01-25Remove pandas dependency by storing database metadata as lists of tuplesDarik Gamble
2015-01-25Merge branch 'master' into schema_autocompleteDarik Gamble
2015-01-24Support connecting to databases with unicode chars.Amjith Ramanujam
2015-01-23Remove the custom parse_dsn function.Amjith Ramanujam
2015-01-23Check if cursor is none before checking rowcount.Amjith Ramanujam
2015-01-23Add convenience method PGCli.get_completions, which delegates to PGCli.comple...Darik Gamble
2015-01-23Move completer construction to PGCli.__init__ and make refresh_completions a ...Darik Gamble
2015-01-21Cast bytea fields to text for output.Daniel Rocco
2015-01-20fix bug where columns from a nonvisible table could contribute suggestions wh...Darik Gamble
2015-01-19ON keyword now suggests tables and aliases on the right side of equal sign also.Iryna Cherniavska
2015-01-19fix schema-completion issue: self.schemata is a dataframe, supply self.schema...Darik Gamble
2015-01-19Store escaped nameds in metadataDarik Gamble
2015-01-19escape_name and unescape_name should check for empty values before (un)escapingDarik Gamble
2015-01-19dataframe.apply method returns a copy instead of operating in-placeDarik Gamble
2015-01-19Remove 'public' as a reserved keywordDarik Gamble
2015-01-18Merge branch 'master' into pr127Amjith Ramanujam
2015-01-18Make a set of reserved words to use with escape_words.Amjith Ramanujam
2015-01-18Fix a crash when invalid sql is entered.Amjith Ramanujam
2015-01-18add missing extend_schemata methodDarik Gamble
2015-01-18Get schema names with a direct query instead of stripping them from the table...Darik Gamble
2015-01-18Make autocomplete schema-awareDarik Gamble
2015-01-18Confirm before printing a large table.Amjith Ramanujam
2015-01-17Add the LIMIT keyword. Fix #125Amjith Ramanujam
2015-01-17Consume the sql results as a generator.Amjith Ramanujam
2015-01-17ON keyword suggests either table aliases, or table names.Iryna Cherniavska
2015-01-15Add \timing special command.Amjith Ramanujam
2015-01-15Performance improvement for expanded output.Amjith Ramanujam
2015-01-14Releasing version 0.13.0v0.13.0Amjith Ramanujam
2015-01-14fix bug where show_help command failed in python 3 due to iteritems() depreca...darikg
2015-01-14Make user arg optional.Amjith Ramanujam
2015-01-14don't try to spilt None - fixes AttributeError: 'NoneType' object has no attr...darikg
2015-01-13Fix the wrong var name in pgspecial. Fix #66Amjith Ramanujam
2015-01-13Add -d option and username as argument. Fix #65Amjith Ramanujam
2015-01-13Fix the crash when db change fails. Fix #117Amjith Ramanujam
2015-01-13Releasing version 0.12.0v0.12.0Amjith Ramanujam
2015-01-12print sql magic connection alias when using %pgcli magicDarik Gamble
2015-01-12Merge branch 'emacs_bindings'Amjith Ramanujam