1
0
Fork 0
Commit Graph

1628 Commits

Author SHA1 Message Date
François Pietka ab487cdacf
Add editorconfig 2017-07-27 13:12:53 +02:00
François Pietka 1a2932ec04 Merge pull request #762 from dbcli/fpietka-badges
Fpietka badges
2017-07-27 12:56:57 +02:00
François Pietka 13b403fb24 Add Landscape badge 2017-07-27 07:55:04 +02:00
François Pietka 83e9c8601c Update badges
Fix CodeCov link
2017-07-27 07:49:43 +02:00
Irina Truong 60f280b5ad Merge pull request #761 from dbcli/j-bennet/let-behave-connect-to-docker
Behave tests should also accept pgport.
2017-07-25 15:34:05 -07:00
Irina Truong 8547694ec4 PEP8. 2017-07-25 15:09:39 -07:00
Irina Truong 1624cf608d Behave tests should also accept pgport. 2017-07-25 10:16:34 -07:00
Étienne BERSAC 0d7f901482 Merge pull request #758 from dbcli/amjith/remove-continuation-char
Amjith/remove continuation char
2017-07-25 07:32:32 +02:00
Amjith Ramanujam a79db9d9af Changelog update. 2017-07-24 10:34:54 -07:00
Amjith Ramanujam 1301b7ad7b Change the continuation char to empty string. 2017-07-24 10:32:37 -07:00
François Pietka 78365a3624 Merge pull request #757 from dbcli/bersace/codecov-badge
Add coverage badge
2017-07-24 13:51:48 +02:00
Étienne BERSAC 575ee09482
Add coverage badge 2017-07-21 09:08:55 +02:00
Amjith Ramanujam 5a8e5d21b6 Merge pull request #677 from dbcli/koljonen/suggest_functions_with_args
Include arguments in function suggestions
2017-07-20 09:48:28 -07:00
Thomas Roten a255c1bde0 Merge pull request #755 from dbcli/j-bennet/brew-docs-update
Removed instructions for custom brew tap.
2017-07-20 09:47:14 -05:00
Irina Truong f67d50c915 Removed instructions for custom brew tap. 2017-07-20 07:30:15 -07:00
Irina Truong ab08c496f0 Merge pull request #751 from dbcli/amjith/casing-auto
Change the casing default to 'auto'.
2017-07-16 21:15:49 -07:00
Amjith Ramanujam 2c80a8c98f Change the casing default to 'auto'. 2017-07-16 20:26:43 -07:00
Irina Truong 64f1a6d317 Merge pull request #750 from dbcli/feature/auto-suggest
Add fish-style autosuggestion.
2017-07-16 17:48:34 -07:00
Amjith Ramanujam 925341cbce Add fish-style autosuggestion. 2017-07-16 15:20:10 -07:00
Joakim Koljonen a326e54884
Merge branch 'master' into koljonen/suggest_functions_with_args 2017-07-16 12:13:36 +02:00
Amjith Ramanujam 69daf3ae0c Merge pull request #748 from dbcli/j-bennet/fix-releasing-tag-command
Signed tags also need a message. Mhm.
2017-07-15 20:28:08 -07:00
Irina Truong 8ba9c34d63 Signed tags also need a message. Mhm. 2017-07-15 20:24:39 -07:00
Irina Truong da48bdd6a4 Releasing version 1.7.0 2017-07-15 20:12:44 -07:00
Amjith Ramanujam 007f75ef5e Merge pull request #747 from dbcli/j-bennet/pre-release-1.7.0
Changelog update to release 1.7.0.
2017-07-15 20:08:03 -07:00
Irina Truong f806de003b Changelog update to release 1.7.0. 2017-07-15 19:20:46 -07:00
Amjith Ramanujam 74699ac803 Merge pull request #746 from fpietka/list-databases
List databases
2017-07-14 22:27:54 -07:00
François Pietka 90fd160c90
Update changelog 2017-07-15 01:18:32 +02:00
François Pietka e8e7e41d70
Add option to list databases from command line 2017-07-15 01:18:32 +02:00
François Pietka ce88f56107
Add method to list databases with full information 2017-07-15 01:18:32 +02:00
Joakim Koljonen 534c0de47e
Fix crash bug whenever connecting to a DB that requires a password 2017-07-11 10:55:43 +02:00
Amjith Ramanujam fd5e030243 Merge pull request #744 from dbcli/koljonen/better_insert_star_completion
Better * expansion for inserts
2017-07-09 14:28:53 -07:00
Amjith Ramanujam d17333e7bf Update AUTHORS 2017-07-09 13:49:55 -07:00
Amjith Ramanujam 80b9917826 Delete .DS_Store 2017-07-09 13:49:21 -07:00
Amjith Ramanujam 3e0ffaa34e Merge pull request #743 from donnell794/master
Added InterfaceError handling for closed connection
2017-07-09 13:49:05 -07:00
Joakim Koljonen 28a3afc763
Some renames for compatibility with the function-arguments PR 2017-07-08 23:08:11 +02:00
Joakim Koljonen 9479808a75
Try to make linter happy 5 2017-07-07 17:22:21 +02:00
Joakim Koljonen d4396686a1
Try to make linter happy 4 2017-07-07 17:22:21 +02:00
Joakim Koljonen 2341f50034
Try to make linter happy 3 2017-07-07 17:22:20 +02:00
Joakim Koljonen 81ed311963
Try to make linter happy 2 2017-07-07 17:22:19 +02:00
Joakim Koljonen c5eaa77778
Try to make linter happy 2017-07-07 17:22:19 +02:00
Joakim Koljonen 43dbe96936
Add change to changelog 2017-07-07 17:22:18 +02:00
Joakim Koljonen f5784746d9
Skip unwanted columns when expanding `INSERT INTO tbl(*`
Skip those that have a default value of some sequence (i.e. serial columns)
and those that have a default value of 'now()'.
2017-07-07 17:22:17 +02:00
Donnell Muse 928d04380d updated AUTHORS 2017-07-06 01:09:31 -04:00
Donnell Muse f84d421d46 Added InterfaceError handling for closed connection 2017-07-06 00:58:52 -04:00
Joakim Koljonen fdacd906a6
Some restructuring of get_column_matches() 2017-07-05 19:07:56 +02:00
Joakim Koljonen 2b0ca684d4
Add defaults to column metadata 2017-07-05 17:57:38 +02:00
Irina Truong 3081caa1aa Merge pull request #741 from lwm/patch-3
Use RST style links
2017-07-01 14:48:37 -07:00
Irina Truong ab89f6df66 Merge pull request #742 from lwm/patch-1
Fix link
2017-07-01 14:34:56 -07:00
Luke Murphy da88e34342 Fix link 2017-07-01 19:33:02 +01:00
Luke Murphy 0e5bca653c Use RST style links 2017-07-01 19:04:44 +01:00