Skip to content
Commits on Dec 6, 2015
  1. @amjith

    Merge pull request #429 from dbcli/stuartquin/output-all-notices

    amjith committed
    Concat and return all available notices
  2. @stuartquin

    Remove redundant try..catch

    stuartquin committed
Commits on Dec 5, 2015
  1. @stuartquin
  2. @stuartquin

    Merge pull request #428 from dbcli/amjith/record-unicode-typecaster

    stuartquin committed
    Register a unicode typecaster for record type.
Commits on Dec 3, 2015
  1. @amjith
Commits on Nov 29, 2015
  1. @amjith

    Merge pull request #425 from dbcli/darikg/sort-kw-after-columns

    amjith committed
    Really sort keywords after everything else
  2. @amjith

    Merge pull request #422 from dbcli/j-bennet/humanize-time

    amjith committed
    Added humanized time display. Connect #396.
Commits on Nov 27, 2015
  1. @j-bennet
Commits on Nov 26, 2015
  1. @darikg
  2. @amjith

    Merge pull request #423 from dbcli/darikg/fix-multiple-joins

    amjith committed
    Fix suggestions in multi-way joins
Commits on Nov 25, 2015
  1. @darikg

    Don't raise StopIteration on first unrecognized keyword

    darikg committed
    Otherwise we stop as soon as we hit the `ON` keyword in the first join
    clause, and fail to extract tables from subsequent JOIN clauses
  2. @darikg
Commits on Nov 24, 2015
  1. @j-bennet
  2. @amjith

    Merge pull request #421 from dbcli/darikg/support-leading-double-quote

    amjith committed
    Handle manually entered double-quote gracefully
  3. @darikg
Commits on Nov 23, 2015
  1. @darikg
  2. @darikg

    Parse word_before_cursor in separate function

    darikg committed
    Rely on sqlparse more instead of stripping leading quote manually
  3. @darikg

    Rename old test to avoid redefinition

    darikg committed
    'test_simple_select_with_cols_multiple_tables' was defined twice with different bodies
  4. @j-bennet

    Merge pull request #419 from dbcli/amjith/fix-auto-expand-bug

    j-bennet committed
    Fix the bug in auto-expand mode when there are no rows to display.
Commits on Nov 22, 2015
  1. @stuartquin

    Merge pull request #420 from dbcli/amjith/add-explain-keyword

    stuartquin committed
    Add EXPLAIN keyword to the completion list.
  2. @amjith
  3. @amjith

    Add tests for the format_output.

    amjith committed
  4. @amjith
Commits on Nov 21, 2015
  1. @darikg
  2. @darikg

    add quick extra test to last_word

    darikg committed
Commits on Nov 18, 2015
  1. @amjith

    Merge pull request #413 from dbcli/darikg/immutable-suggestions

    amjith committed
    Use only immutable datatypes for suggestions
Commits on Nov 17, 2015
  1. @darikg

    Tweak some hanging indents

    darikg committed
  2. @darikg
  3. @darikg
Commits on Nov 16, 2015
  1. @darikg
  2. @darikg
Commits on Nov 13, 2015
  1. @amjith

    Merge pull request #411 from dbcli/j-bennet/add-upload-to-release-script

    amjith committed
    Aded sdist upload to release script.
Commits on Nov 12, 2015
  1. @j-bennet
Commits on Nov 10, 2015
  1. @amjith

    Merge pull request #379 from dbcli/darikg/learn-keyword-prefs

    amjith committed
    [experimental] learn keyword preferences
Commits on Nov 8, 2015
  1. @darikg

    Update pgcli to new pgcompleter

    darikg committed
Something went wrong with that request. Please try again.