summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-11Releasing version 1.5.0v1.5.0Amjith Ramanujam
2020-12-11Merge pull request #103 from chocolateboy/update-changelogAmjith Ramanujam
2020-10-18Update changelogchocolateboy
2020-10-17Merge pull request #102 from chocolateboy/sqlparse-compatAmjith Ramanujam
2020-10-17Update changelogchocolateboy
2020-10-17Fix compatibility with sqlparse >= 0.4.0chocolateboy
2020-10-14Merge pull request #100 from zzl0/favoriteAmjith Ramanujam
2020-10-08Add verbose feature to favorite_query commandzzl0
2020-07-26Releasing version 1.4.1v1.4.1Amjith Ramanujam
2020-07-26set markdown as long description format.Amjith Ramanujam
2020-07-26Releasing version 1.4.0Amjith Ramanujam
2020-07-26Changelog for release.Amjith Ramanujam
2020-07-26Merge pull request #92 from dbcli/ordebyAmjith Ramanujam
2020-07-26Add a test for order by.Amjith Ramanujam
2020-07-26Fix the completion for order by.Amjith Ramanujam
2020-07-26Add NULLS FIRST and NULLS LAST to keywords.Amjith Ramanujam
2020-07-21Merge pull request #91 from vladimyr/homebrewAmjith Ramanujam
2020-07-13Use official Homebrew tapDario Vladovic
2020-04-13Merge pull request #88 from dbcli/test-filesAmjith Ramanujam
2020-03-30Merge pull request #85 from pasenor/rm_is_dropping_databaseAmjith Ramanujam
2020-03-30Include csv files in the tests folder to package.Amjith Ramanujam
2020-03-11removed is_dropping_database check (you cannot drop database in SQLite)Георгий Фролов
2020-03-11Releasing version 1.3.2v1.3.2Amjith Ramanujam
2020-03-11Fix the completion engine to work with newer sqlparse.Amjith Ramanujam
2020-03-11Bump changelog.Amjith Ramanujam
2020-03-11Releasing version 1.3.1v1.3.1Amjith Ramanujam
2020-03-11Remove the version pinning of sqlparse.Amjith Ramanujam
2020-02-10Update changelog.Amjith Ramanujam
2020-02-10Releasing version 1.3.0v1.3.0Amjith Ramanujam
2020-02-10Remove older python versions from testing.Amjith Ramanujam
2020-02-10Merge pull request #84 from leonjza/masterAmjith Ramanujam
2020-02-06Upgrade python-prompt-toolkit.Leon Jacobs
2020-01-03Merge pull request #81 from zzl0/importAmjith Ramanujam
2020-01-03Fix `key word` and "key word" issue for .import commandzzl0
2020-01-01Merge pull request #79 from zzl0/importAmjith Ramanujam
2020-01-01Add test for .import commandzzl0
2020-01-01update the suggestion type for .import cmdzzl0
2019-12-24remove blackzzl0
2019-12-24Fix style issuezzl0
2019-12-23Add .import commandzzl0
2019-10-25Update changelog.Amjith Ramanujam
2019-10-25Releasing version 1.2.0v1.2.0Amjith Ramanujam
2019-10-25Update changelog.Amjith Ramanujam
2019-10-24Merge pull request #67 from dbcli/describeAmjith Ramanujam
2019-10-24Merge branch 'master' into describedescribeAmjith Ramanujam
2019-10-24Merge pull request #66 from dbcli/completionsAmjith Ramanujam
2019-09-01Merge pull request #72 from chocolateboy/fix-banner-typoAmjith Ramanujam
2019-09-01Fix banner typochocolateboy
2019-08-17Merge pull request #71 from shwnchpl/read-commandAmjith Ramanujam
2019-08-15Add .read commandShawn Chapla