1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00
Commit Graph

43 Commits

Author SHA1 Message Date
Jonathan Slenders
67d76bf7e8 Upgrade to prompt-toolkit-0.57 2016-01-17 05:52:15 +01:00
Iryna Cherniavska
1f6f0186d3 Added humanized time display. Connect #396. 2015-11-24 12:56:31 -08:00
Amjith Ramanujam
cc7b9d2d56 Make setproctitle optional in Windows 2015-10-23 02:49:20 -07:00
Stuart Quin
748fcb7677 Issue #355 Use setproctitle to hide command line passwords 2015-10-18 21:56:52 +01:00
Darik Gamble
32e4fcd3eb Use a single json file instead of multiple txt files 2015-10-05 12:43:26 -04:00
Amjith Ramanujam
5a0ed19e41 Add txt files from pgliterals to distribution. 2015-10-05 10:21:12 +05:30
Iryna Cherniavska
68123b6fac Upped pgspecial req to 1.1.0 with \x auto included. 2015-09-26 17:51:51 -07:00
Iryna Cherniavska
2020e7204d Using pgspecial as a separate module. Warning: this branch will not build. 2015-09-26 17:51:51 -07:00
Jonathan Slenders
954fc158fa Upgrade to prompt_toolkit 0.46 2015-08-08 22:48:08 +02:00
Darik Gamble
d6e0a94b09 Bump sqlparse version from 0.1.14 to 0.1.16 2015-08-05 15:44:24 -04:00
Amjith Ramanujam
47c9af815d Merge pull request #308 from jonathanslenders/prompt_toolkit_0.44
Integration with prompt_toolkit==0.44
2015-08-02 14:42:05 -07:00
Jonathan Slenders
436dddd3b2 Integration with prompt_toolkit==0.45 2015-07-31 09:40:59 +02:00
Amjith Ramanujam
72deaa1432 Bump up click version to address #288 2015-07-24 07:10:51 -07:00
Jonathan Slenders
31f08ace2e Upgrade to prompt_toolkit==0.42. 2015-06-25 21:21:13 +02:00
Amjith Ramanujam
6802c6570a Upgrade prompt_toolkit to 0.40. 2015-06-16 21:01:33 -07:00
Jonathan Slenders
e5f4e65658 Upgrade to prompt_toolkit==0.39 2015-06-04 17:13:41 +02:00
Brett
81e98a80e4 replace configparser with configobj 2015-05-28 07:39:40 -04:00
Amjith Ramanujam
da31947d3b Update changelog for 0.17.0 release. 2015-05-24 23:38:39 -07:00
Jonathan Slenders
5f8126c179 Upgrade to prompt-toolkit 0.34 2015-05-11 13:29:45 -07:00
Amjith Ramanujam
9bae66bedb Remove jedi installation hack in setup.py. 2015-04-28 23:16:15 -07:00
Darik Gamble
c29db863ab pin sqlparse to 0.1.14 2015-04-20 21:40:58 -04:00
Amjith Ramanujam
26d6899ec8 Switch back to using psycopg2. 2015-02-08 14:45:22 -08:00
Amjith Ramanujam
749a69d621 Pin the version to psycopg2cffi to 2.6.1 and above. 2015-02-08 14:04:25 -08:00
Amjith Ramanujam
c5c3047b90 Convert to use cffi. But unicode isn't working. 2015-02-06 22:58:59 -08:00
Darik Gamble
830d1beaa8 Remove pandas dependency by storing database metadata as lists of tuples 2015-01-25 11:39:03 -05:00
Darik Gamble
78dce17428 Add pandas as a mandatory requirement 2015-01-18 15:53:47 -05:00
Karl-Aksel Puulmann
0b7e04a161 Update prompt_toolkit version, now supporting CTRL+arrow shortcuts.
There were some incompatibilities with the previous API, outlined in their commit
0d0a5566a8.
2015-01-08 22:18:31 +02:00
Amjith Ramanujam
09f7ac55d0 Make pygments capital-cases in setup.py 2015-01-07 09:02:00 -08:00
Guewen Baconnier
2c57e43728 click version must be >= 3.2
Because it uses click.termui.secho() with the keyword argument 'err' that has
been added in click 3.2.

Fixes #54
2015-01-07 09:10:18 +01:00
Amjith Ramanujam
d437a12a03 Update setup.py with specific versions for dependencies. 2015-01-06 19:44:57 -08:00
Karl-Aksel Puulmann
1da648c450 Fix psycopg2 version 2015-01-07 00:03:33 +02:00
Amjith Ramanujam
01b51ffab7 Update the homepage in setup. 2015-01-06 00:07:16 -08:00
Amjith Ramanujam
1b8d11a3e7 Add default config file to setup.py. 2014-12-11 08:59:42 -08:00
Amjith Ramanujam
7b704af3c9 Change license file. 2014-12-11 01:44:00 -08:00
Amjith Ramanujam
657ed40048 Add in the license. 2014-12-11 01:37:51 -08:00
Amjith Ramanujam
360b812e55 Add author email to setup.py 2014-12-11 01:32:00 -08:00
Amjith Ramanujam
7b363a3634 Update the description in setup.py. 2014-12-11 00:59:38 -08:00
Amjith Ramanujam
a88192bc0c Remove tabulate from dependencies and update LICENSE. 2014-12-08 00:25:47 -08:00
Amjith Ramanujam
df160772fc Add a section for linux install in Readme. 2014-11-30 22:14:08 -08:00
Amjith Ramanujam
5cc3dd0c91 Update setup.py to read from the Readme. 2014-11-30 22:05:24 -08:00
Amjith Ramanujam
34bdecea61 Move pgcli into a directory and make a package. 2014-11-26 00:02:34 -08:00
Amjith Ramanujam
d3f88eb65c Add pretty printing of table data. 2014-11-23 23:30:17 -08:00
Amjith Ramanujam
18f489879e Rename scripts and add setup. 2014-10-12 15:07:34 -07:00