1
0
Fork 0
Commit Graph

414 Commits

Author SHA1 Message Date
Darik Gamble c9b277c01c Replace placeholder environmental variable names with standard postgres PGHOST, PGPORT, PGDATABASE, PGUSER 2015-01-06 15:06:27 -05:00
Sven-Hendrik Haase 996c29277e Add entry point
I'm a distro packager and the generated /usr/bin/pgcli doesn't work for me and I need more control. I need my own entry point so I can execute the module using python -m pgcli.main.
2015-01-06 20:49:29 +01:00
Amjith Ramanujam 04b656bad6 Releasing version 0.10.0 2015-01-06 00:12:41 -08:00
Amjith Ramanujam 01b51ffab7 Update the homepage in setup. 2015-01-06 00:07:16 -08:00
Amjith Ramanujam b76cf4c612 Add badges to Readme. 2015-01-04 23:34:31 -08:00
Amjith Ramanujam 4e862015f8 Mark the multicolumn sub-select test to xfail. 2015-01-04 23:23:48 -08:00
Amjith Ramanujam 5d1b19b6c3 Add a travis config file. 2015-01-04 23:04:39 -08:00
Amjith Ramanujam 0c78e8031b Update TODO. 2015-01-04 22:55:32 -08:00
Amjith Ramanujam 1cf9adb88e Remove blank lines in pgline. 2015-01-04 22:10:44 -08:00
Amjith Ramanujam cfa026df5d Add logging to pgcompleter. 2015-01-04 22:06:42 -08:00
Amjith Ramanujam e5024c8869 Refactor pgcompleter. 2015-01-04 16:46:58 -08:00
Amjith Ramanujam bc7884a008 Add smart_completion as a default param to get_completions. 2015-01-04 16:33:09 -08:00
Amjith Ramanujam 976ee2f014 Add logging to pgexecute.py. 2015-01-04 16:29:15 -08:00
Amjith Ramanujam b61663a65c Move parse_dsn tests to test folder instead of doctests. 2015-01-04 16:20:52 -08:00
Amjith Ramanujam c9109090d7 Copy databases query from psql. 2015-01-04 16:04:21 -08:00
Amjith Ramanujam bca8e2ef4a Add logging and cleanup main. 2015-01-04 14:52:04 -08:00
Amjith Ramanujam 005af09fe0 Add basic tools for logging. 2015-01-04 00:31:17 -08:00
Amjith Ramanujam b046dea74d Make \? output sorted. 2015-01-03 19:36:11 -08:00
Amjith Ramanujam 3f5d0c0143 Merge pull request #15 from j-bennet/master
Added \di and \dv meta-commands.
2015-01-03 19:16:51 -08:00
Iryna Cherniavska 0db41ae1f6 Added \di and \dv meta-commands. 2015-01-03 13:42:10 -08:00
Amjith Ramanujam 922a74d58a Add tox and fix python3 failures. 2015-01-02 00:04:01 -08:00
Amjith Ramanujam a4460f17cc Remove the debug statment left in tests. 2015-01-01 00:16:43 -08:00
Amjith Ramanujam cb64ae9099 Update copyright year in LICENSE. 2015-01-01 00:14:55 -08:00
Amjith Ramanujam 4c45243671 Releasing version 0.9.0 2015-01-01 00:09:56 -08:00
Amjith Ramanujam 6e622d6dde Add initial completion support for JOIN statements. 2015-01-01 00:07:31 -08:00
Amjith Ramanujam db1cefe956 Fix the missing comma in the list of keywords. 2014-12-31 23:19:12 -08:00
Amjith Ramanujam 1cfdb4c55a Extract tables from JOIN statements. 2014-12-31 23:17:50 -08:00
Amjith Ramanujam 01792765fa Add JOIN to the list of keywords. 2014-12-31 22:05:46 -08:00
Amjith Ramanujam fb505fbea7 Add JOIN related items and cleanup done items in TODO. 2014-12-31 22:05:46 -08:00
Amjith Ramanujam a879b74b7d Major TODO cleanup. 2014-12-30 22:56:06 -08:00
Amjith Ramanujam 16af5d0ec1 Add keyword completion for sub-select. 2014-12-30 21:46:16 -08:00
Amjith Ramanujam 39c6c54f44 Update TODO. 2014-12-30 21:46:07 -08:00
Amjith Ramanujam e39237bede TODO update. 2014-12-30 15:53:40 -08:00
Amjith Ramanujam 4255e4e654 Merge pull request #14 from j-bennet/master
Fix for bug #12: Config reading is failing when an option is missing.
2014-12-30 15:53:30 -08:00
Iryna Cherniavska f2ecb2ed67 Fix for bug #12: Config reading is failing when an option is missing. 2014-12-30 15:36:11 -08:00
Amjith Ramanujam 0d91b49c5b Add a bug to TODO. 2014-12-30 00:33:45 -08:00
Amjith Ramanujam 0fa38b0e4f Fix another corner case for table name extraction in nested sql. 2014-12-30 00:22:48 -08:00
Amjith Ramanujam 65c7cdaafa Fix the table extraction for nested select statement. 2014-12-29 21:43:41 -08:00
Amjith Ramanujam 0fba271143 Make the casing for true/false consistent. 2014-12-29 14:40:14 -08:00
Amjith Ramanujam 2bec134c7a Merge pull request #11 from j-bennet/master
Set multi-line via config file.
2014-12-29 14:31:46 -08:00
Iryna Cherniavska 96b6441bd8 Set multi-line via config file. 2014-12-29 14:15:23 -08:00
Amjith Ramanujam e9868b7d98 Merge pull request #8 from j-bennet/master
Added tests for multiple column suggestion, dot and alias.
2014-12-28 15:11:00 -08:00
Iryna Cherniavska 799d4bc35b Added tests for multiple column suggestion, dot and alias. 2014-12-28 14:57:51 -08:00
Amjith Ramanujam fe2832d8b0 Merge pull request #7 from j-bennet/master
added tests for dot and alias
2014-12-27 14:48:10 -08:00
Iryna Cherniavska 335e57215c added tests for dot and alias 2014-12-27 14:43:49 -08:00
Amjith Ramanujam 181348fd4e Merge pull request #6 from j-bennet/master
added functions to all completions; added naive completion tests
2014-12-27 14:09:14 -08:00
Iryna Cherniavska 5b4644ba34 added naive completion tests 2014-12-27 13:49:35 -08:00
Iryna Cherniavska 1c99af49cd all completions should include keywords 2014-12-27 13:49:08 -08:00
Amjith Ramanujam d3415743d3 Fix easy_install command in readme. 2014-12-27 00:47:07 -08:00
Amjith Ramanujam 6fb3cf78c7 Mark off a few items on TODO. 2014-12-26 23:59:08 -08:00