summaryrefslogtreecommitdiffstats
path: root/pgcli/packages
AgeCommit message (Expand)Author
2018-05-17Merge branch 'master' into masterAmjith Ramanujam
2018-05-17ported the desctructive warning from mycliDan Clark
2018-05-14Add completion for table formatsJason Ribeiro
2018-05-14Actually port the prompt functionsDan Clark
2018-05-14Added prompt_utils from mysqlDan Clark
2017-08-20Remove OrderedDict workaround for python < 2.7Andrew Speed
2017-08-06Merge pull request #771 from dbcli/koljonen/reservered_wordsAmjith Ramanujam
2017-08-06Merge branch 'master' into fpietka/drop-columnAmjith Ramanujam
2017-08-07Add COLUMN as possible keyword after DROPFrançois Pietka
2017-08-06Don't quote identifiers that coïncide with non-reserved keywordsJoakim Koljonen
2017-08-06Don't include args in function suggestions for backslash commandsJoakim Koljonen
2017-07-27PEP8 lintFrançois Pietka
2017-07-27Use raw strings where needed to avoid backslash ambiguityFrançois Pietka
2017-07-16Merge branch 'master' into koljonen/suggest_functions_with_argsJoakim Koljonen
2017-07-08Some renames for compatibility with the function-arguments PRJoakim Koljonen
2017-07-07Skip unwanted columns when expanding `INSERT INTO tbl(*`Joakim Koljonen
2017-07-05Add defaults to column metadataJoakim Koljonen
2017-06-25Suggest function signature after `CREATE FUNCTION`Joakim Koljonen
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-24Preparatory renameJoakim Koljonen
2017-06-19Merge branch 'master' of github.com:dbcli/pgcli into feature/cli_helpers_outp...Thomas Roten
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-06-11Remove tabulate and expanded output.Thomas Roten
2017-06-09Schema name should be escaped in SET SCHEMA.Irina Truong
2017-05-28Refresh completions after COMMIT or ROLLBACK.Irina Truong
2017-04-29Merge pull request #702 from hatarist/fix_code_typoIrina Truong
2017-04-29Fix typo in parseutils.meta.FunctionMetadataIgor Hatarist
2017-04-27Fix PEP8 for #693Étienne BERSAC
2017-04-27Complete keywords depending on previous tokenÉtienne BERSAC
2017-04-27Complete from last keywords for CREATE and DROP tooÉtienne BERSAC
2017-04-27Store keywords treeÉtienne BERSAC
2017-04-27Use generic ALTER keyword instead of ALTER TABLEÉtienne BERSAC
2017-04-26Merge pull request #686 from owst/column_completion_for_order_by_and_distinctIrina Truong
2017-04-26Suggest columns for `ORDER BY` and `DISTINCT` (fixes #685)Owen Stephens
2017-04-25Suggest functions for \\sfLele Gaifax
2017-04-25Fix typo in commentLele Gaifax
2017-03-09Find statements inside function bodykoljonen
2017-03-06Add support for unicode chars in expanded mode.Amjith Ramanujam
2017-03-06Add MATERIALIZED VIEW keywordsJoakim Koljonen
2017-02-25Suggest keywords after ALTERDarik Gamble
2016-12-05Support for table-qualifying column suggestionskoljonen
2016-11-20Fix crash after `with`Joakim Koljonen
2016-10-26token.is_group is now a property, not a methodDarik Gamble
2016-10-26Dollar sign quotes are handled differently now, makes this function almost tr...Darik Gamble
2016-10-26Hardcode case where last token is 'AS'Darik Gamble
2016-10-19Merge pull request #598 from dbcli/darikg/unrecognized-keywordsAmjith Ramanujam
2016-10-17Handle empty caseDarik Gamble
2016-10-17If prev_keyword is an unrecognized keyword, go backward until we find a recog...Darik Gamble
2016-10-17Add option to find_prev_keyword to skip final keywordDarik Gamble
2016-10-15Fix #595: use a double escape in the replacement argument to re.sub()Lele Gaifax