summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-02-08Releasing version 0.15.1v0.15.1Amjith Ramanujam
2015-02-08Releasing version 0.15.0v0.15.0Amjith Ramanujam
2015-02-06Convert to use cffi. But unicode isn't working.Amjith Ramanujam
2015-02-05Make the tests passing in Python 3.Amjith Ramanujam
2015-02-04Handle empty headers while converting to unicode.Amjith Ramanujam
2015-02-04Make the column name utf8 to unicode.Amjith Ramanujam
2015-02-04Add safety check for non-existent style.Amjith Ramanujam
2015-02-04Add completion for COPY command.Amjith Ramanujam
2015-02-03Add syntax styles to config.Amjith Ramanujam
2015-02-02Update help text for \dt, \di, and \dv to show optional verbose and pattern a...Darik Gamble
2015-02-02Rename list_tables_or_views to list_objects and have list_indexes call that a...Darik Gamble
2015-02-02Make verbose_columns logic a little more reader-friendlyDarik Gamble
2015-02-01Refactor list_tables into a more general method, and make \dv use it to also ...darikg
2015-02-01\dt accepts verbose argument and schema\table filtersdarikg
2015-01-31Stop printing booleans as ints.Amjith Ramanujam
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