The Wayback Machine - https://web.archive.org/web/20220112081201/https://github.com/dbcli/mycli/commits/master
Skip to content
Permalink
master

Commits on Jan 11, 2022

  1. Releasing version 1.24.2

    amjith committed Jan 11, 2022
  2. Update changelog for 1.24.2

    amjith committed Jan 11, 2022
  3. Merge pull request #1026 from dbcli/amjith-patch-1

    Workaround pygments release breaking tabular output
    amjith committed Jan 11, 2022

Commits on Jan 10, 2022

  1. Missing comma.

    amjith committed Jan 10, 2022
  2. Workaround pygments release breaking tabular output

    Related pygments issue: pygments/pygments#2027
    amjith committed Jan 10, 2022

Commits on Dec 24, 2021

  1. Merge pull request #1014 from dveeden/tidb

    Improve TiDB compatibility
    amjith committed Dec 24, 2021

Commits on Nov 15, 2021

  1. Improve TiDB compatibility

    dveeden committed Nov 15, 2021

Commits on May 9, 2021

Commits on May 4, 2021

  1. Merge pull request #982 from tirkarthi/fix-threading

    Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10
    amjith committed May 4, 2021
  2. Merge pull request #974 from afonsocarlos/fix-autocompletion-fail

    Fix autocompletion fail for multiple JOINs
    amjith committed May 4, 2021
  3. Merge pull request #979 from dbcli/internal/deprecate_python_mock

    deprecate python mock
    amjith committed May 4, 2021

Commits on Apr 26, 2021

  1. Add myself to authors.

    tirkarthi committed Apr 26, 2021

Commits on Apr 23, 2021

  1. deprecate python mock

    meeuw committed Apr 23, 2021

Commits on Mar 12, 2021

  1. upgrade sqlparse (#969)

    pasenor committed Mar 12, 2021

Commits on Mar 1, 2021

  1. readme badges

    pasenor committed Mar 1, 2021
  2. Allow to pass file instead of password (#913)

    * allow to pass a file or FIFO as password with --password /my/file/path as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html article
    
    * allow to pass a file or FIFO as password with --password /my/file/path as suggested in this best-practice https://www.netmeister.org/blog/passing-passwords.html article (including change to changelog and AUTHORS)
    
    * A few changes based on input received after the pull request
    
    Co-authored-by: Georgy Frolov <[email protected]>
    jeromegit and pasenor committed Mar 1, 2021

Commits on Feb 28, 2021

  1. Merge pull request #968 from dbcli/pasenor/fix-mylogin-cnf

    fix login with ~/.my.cnf and ~/.mylogin.cnf
    amjith committed Feb 28, 2021

Commits on Feb 27, 2021

Commits on Feb 24, 2021

  1. Make Alt-Enter context-sensitive, inserting a LF (#924)

    ... linefeed in single-line mode, but dispatching the command in multi-
    line mode.
    rolandwalker committed Feb 24, 2021

Commits on Feb 23, 2021

  1. Merge pull request #952 from dbcli/pasenor/resources

    use importlib.resources instead of __file__
    amjith committed Feb 23, 2021
  2. fixed linter warning

    pasenor committed Feb 23, 2021
  3. fixed LGTM issues

    pasenor committed Feb 23, 2021
Older