summaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)Author
2023-10-27Fix readme.Irina Truong
2023-10-11Drop python 3.7, add 3.12 (#1426)Irina Truong
* Fix deprecation. * Drop python 3.7 and add 3.12. * Bump pendulum. * Changelog. * Update gh actions. * See if things pass without this scenario. * Skip failing scenarios in 3.12.
2023-10-07runs test on main branch as well. (#1429)laixintao
* runs test on main branch as well. reasons: - tests passed on PR branches do not mean they will pass on main branch, for e.g. alice changed A in branch-a, bob changed B in branch-b, both tests passed and no conflict, but after merged to main, a bug occurs. - wanna fix the badge in main branch ;D * change the badge status to main branch only.
2023-09-26Add maintainer contact info to readme.Irina Truong
2022-06-06Port to psycopg3 (#1324)Irina Truong
* WIP. * Add some comments about porting from psycopg 2 to 3 (#1318) * WIP * Disable _set_wait_callback() * TransactionStatus. * First working query. * More pg3 changes. * test_pgexecute still fails. * Fix bytea support. * Fix json and enum unicode. * Get unit tests to pass. * Behave tests still break, WIP. * Prompt seems to be displayed fine, why don't the tests see the whitespace? * Python version. * Fix test. * Black. * Added black to dev reqs. * nbu link for donations. * Use psycopg.sql to format statement. * Special case for show help in pgbouncer. * Fix test. * Added integration test. * Install pgbouncer in ci. * Fix integration test. * Remove tmate session. * Revert commenting out python versions. * Pin pgspecial to >=2. * Changelog. Co-authored-by: Daniele Varrazzo <daniele.varrazzo@gmail.com> Co-authored-by: Amjith Ramanujam <amjith.r@gmail.com>
2022-03-14Add netlify link.Amjith Ramanujam
2022-03-09Ukraine.Irina Truong
2021-02-17Remove gitter links, update build status badge. (#1244)Irina Truong
2021-02-12Finer control over destructive warning. (#1242)Irina Truong
* Finer control over destructive warning. * Review feedback. * Changelog. * Run integration tests with --warn=moderate. * Fix typo. * Black.
2020-10-14doc: update the documentation for connection via SSL. (#1215)laixintao
2020-03-30Add --help output to README (#1164)Chris Barnes
* Add --help output to README * README: Add reference to psql env variables
2020-03-09Deprecate Python2.7. (#1153)赖信涛
* deprecate Python2.7. So we can use latest version of prompt-toolit. Relate: https://github.com/dbcli/pgcli/pull/1149 * black format, remove 2.7 support. * using version py35 for black. * Revert "black format, remove 2.7 support." This reverts commit 4b6d0496ccc18d0ebd696b5f21d8065c4a9b0cb9. * deprecated py27 using black. * remove 2.7 from travis. * update setup.py: delete python 2.7 support.
2019-05-30README.rst: tidy up redundant instructions (#1061)Alexander Zawadzki
* README.rst: tidy up redundant instructions Remove the README section which detailed how to force `psycopg2` 2.7 dependency installation from source rather than binary. `psycopg2` 2.7 would automatically favour installation from binary. A bug affecting some users made it desirable to have the option to install from source instead. The README detailed how to do this using pip's `--no-binary` option (nice!). `psycopg2` 2.8 has now split the binary and source dependencies into different packages with different names (source: [psycopg2 docs](http://initd.org/psycopg/docs/install.html#change-in-binary-packages-between-psycopg-2-7-and-2-8)) which makes the `--no-binary` instructions redundant. To specify source/binary you now need to explicitly specify the desired package. As of #1060, installing `pgcli` from pip will result in the installation of `psycopg2` 2.8 from source. * README: additional instructions for psycopg2 2.7 users Anyone limited to psycopg2 2.7 may still encounter some known issues when installing from binary. Add a link to the README to acknowledge this, and help those users install it from source. * Update changelog.rst * Update AUTHORS * Update changelog
2018-07-16Reverted docs for 617 now it's fixed.Irina Truong
2018-05-14Encourage users to use SSLChris Fournier
2018-03-23Revert to psycopg2, and add instructions for no-binary install.Irina Truong
2018-03-16Fix/update link to tabulateDaniel Hahler
2017-10-13Adds install command for DebianTorkel Rogstad
2017-08-06Remove the chatty startup messages.Irina Truong
2017-08-06Link to ipython.Irina Truong
2017-08-06Add documentation for running pgcli in ipython.Irina Truong
2017-07-27Add Landscape badgeFrançois Pietka
2017-07-27Update badgesFrançois Pietka
Fix CodeCov link
2017-07-21Add coverage badgeÉtienne BERSAC
2017-07-20Removed instructions for custom brew tap.Irina Truong
2017-07-01Use RST style linksLuke Murphy
2017-06-26Merge pull request #735 from dbcli/feature/cli_helpers_output_formatAmjith Ramanujam
Use CLI Helpers for output formatting
2017-06-26Fixed installation instructions via brewV
You should to tap the formula repo first
2017-06-11Remove tabulate and expanded output.Thomas Roten
2017-06-02Update Homebrew instructions.Thomas Roten
2017-04-25Fix readme monospace syntaxHraban Luyat
2017-04-15README: Explain how to use with DockerHraban Luyat
2017-04-12Make it easier to find config option documentationAlexander Tesfamichael
2017-02-18Update README.rstAmjith Ramanujam
2017-02-04Added documantation about tabulate's number formatting. Connect #617.Irina Truong
2016-06-21Fix link to ClickMorton Fox
Click 3 is no more. I'd suggest linking to the root of the Click website and letting it redirect to the current stable version since they seem to be removing pages for the older versions.
2016-04-06Change the url to mycli.Amjith Ramanujam
2016-02-21Update config file location in READMEAri Summer
2015-10-28Update README.rstvinotheassassin
Changed auto-completion to auto-completes in the features because it flows better.
2015-10-11Fix PyPI badge.Artur Dryomov
2015-07-24Add link to website.Amjith Ramanujam
2015-07-23Remove one of the images.Amjith Ramanujam
2015-07-23Add an animated gif to the readme.Amjith Ramanujam
2015-04-18Update repo references.Amjith Ramanujam
2015-04-11Update README to include mysql-cli.Amjith Ramanujam
2015-01-29Add Gitter badge.Amjith Ramanujam
2015-01-27Update README with pypa doc.Amjith Ramanujam
2015-01-22Update README with the build-from-source option.Amjith Ramanujam
2015-01-13Update readme to mention the dev packages in linux. Fix #118Amjith Ramanujam
2015-01-10Typo in README.rstwhile0pass