Commit Graph

292 Commits (master)

Author SHA1 Message Date
Miles Richardson 6186043415
Pin version of prettytable to allow poetry install
- Pin version of prettytable to latest (0.7.2) as there seems to be a problem with the "7" release
2019-04-02 16:15:55 +01:00
Catherine Devlin 3388c10425
Merge pull request #132 from wwwald/fix-reduce-nameerror
#89 - Fix for "reduce" NameError
2019-02-06 00:15:03 -05:00
wwwald 185023ffa6 Import reduce function from functools 2018-12-21 14:38:04 +01:00
Catherine Devlin 4dc2c090f5 Fixed Python 2 setup. Closes #117. 2018-09-02 21:56:06 -04:00
catherinedevlin 6710de4f3a \d <nonexistent table> 2018-05-21 01:35:21 -04:00
catherinedevlin b60a463c63 \d <name> fixed, unless <name> does not exist 2018-05-21 01:32:03 -04:00
Catherine Devlin 1e8161548f Selection of existing connection works with concealed password 2018-04-05 22:14:12 -04:00
Catherine Devlin 59a9719c26 Merge branch 'master' into jstoebel-iss91 2018-04-05 20:19:06 -04:00
Catherine Devlin 2808f1181f
Merge pull request #115 from RemiTurpaud/teradata
Added Teradata to the autocommit blacklist
2018-04-05 20:12:10 -04:00
Catherine Devlin 51b5769dbb Merge branch 'master' into jstoebel-iss91 2018-03-03 11:49:33 -05:00
RemiTurpaud e096684564 Added Teradata to the autocommit blacklist 2018-03-03 17:48:52 +01:00
Catherine Devlin 759de86d1c
Merge pull request #99 from milesgranger/setup-fix
Update setup.py with encoding.
2018-02-21 22:57:05 -05:00
Catherine Devlin 609ba2e963 Merge branch 'feriat-patch-1' 2018-02-21 05:38:40 -05:00
Catherine Devlin c8271e01cc Switched to pytest 2018-02-21 05:37:35 -05:00
Catherine Devlin d3540ca2ed Merge branch 'patch-1' of git://github.com/feriat/ipython-sql into feriat-patch-1 2018-02-19 00:37:29 -05:00
Catherine Devlin 207a5b1f59
Merge pull request #106 from sornars/patch-1
Update README.rst
2018-02-18 18:44:48 -05:00
Catherine Devlin 340370c45f
Merge pull request #96 from jstoebel/iss95
remove pgspecial as install_requires
2018-02-17 23:46:38 -05:00
Catherine Devlin 8cb9b1b356 Clarify README on pgspecial commands 2018-02-17 23:45:55 -05:00
Catherine Devlin 848892afd5 Tolerate pgspecial not installed 2018-02-17 23:29:21 -05:00
Shivan Sornarajah ac473f808c Update README.rst
Fixed typo
2017-10-12 09:52:33 +01:00
Andrew e7e28e8cd4 Adding ClickHouse to autocommit blacklist 2017-09-12 21:50:00 +03:00
Miles 3b31b15e58 Update setup.py
Add utf-8 encoding.
2017-08-02 13:50:04 +02:00
Catherine Devlin 5505ee197c Merge branch 'iss91' of git://github.com/jstoebel/ipython-sql into jstoebel-iss91 2017-07-31 13:15:18 -04:00
Catherine Devlin 1c5877361f Adjust displaylimit even of result sets already fetched 2017-07-30 20:29:05 -04:00
Jacob Stoebel 146c5d7bb3 remove pgspecial as install_requires 2017-07-30 06:43:59 -04:00
Jacob Stoebel 111cede9af call __repr__() on url rather than __str__() to hide password 2017-07-30 06:31:38 -04:00
Catherine Devlin da6e51a36a Merge pull request #93 from jstoebel/highlight_modes
commenting out code that dies in some browsers
2017-07-28 21:09:01 -04:00
Jacob Stoebel 1a75466135 commenting out code that dies in some browsers
confirmed failure in firefox and chrome for os x
2017-07-28 21:06:26 -04:00
Catherine Devlin 17b3a8d34d Merge branch 'master' of https://github.com/catherinedevlin/ipython-sql 2017-06-09 11:41:42 -04:00
Catherine Devlin f4283c65aa Connect to $DATABASE_URL if no connection string given 2017-06-09 11:41:15 -04:00
Catherine Devlin 0faca16b66 Merge pull request #83 from potix2/support-impyla
Add autocommit setting to connect HiveServer2 with impyla
2017-06-09 07:14:12 -04:00
Catherine Devlin 8631c857f5 Merge pull request #86 from taschini/master
Fix ReST formatting issues in Readme and News file.
2017-06-08 20:20:12 -04:00
Catherine Devlin 2c01a9d82e Merge branch 'amjith-master' 2017-06-06 21:51:19 -04:00
Catherine Devlin ed1a0fd64c Documented PGSpecial meta-commands 2017-06-06 21:50:07 -04:00
Amjith Ramanujam 18fc86fe3a Remove unused imports. 2017-06-05 20:43:33 -07:00
Amjith Ramanujam 4a49550627 Add shebang to run_tests.sh 2017-06-05 20:43:06 -07:00
Amjith Ramanujam 933838d65b Add support for handling postgres meta commands via pgspecial. 2017-06-05 20:37:41 -07:00
Catherine Devlin 82240bbc5c Added `.dicts()` method to results 2017-06-03 07:26:50 -04:00
taschini d5a15daf69 Fix ReST formatting issues. 2017-05-29 19:48:22 +02:00
Catherine Devlin 7e547b7c16 Merge pull request #75 from xiaochuanyu/patch-1
Add syntax coloring support
2017-05-22 09:50:41 -07:00
Catherine Devlin eb08bea648 Expand environment variable in connection string 2017-05-05 15:27:17 -04:00
Catherine Devlin bf4854833c Rearranged terms for clarity
To me, this reads more clearly
2017-04-29 13:34:32 -04:00
Catherine Devlin 5a27bc8d1e Merge pull request #78 from meet-bhagdev/patch-2
Added mssql connections string
2017-04-29 13:31:49 -04:00
Katsunori Kanda 0b0f8ab1d1 Add autocommit setting to connect HiveServer2 with impyla 2017-04-20 18:41:10 +09:00
Meet Bhagdev 576e8fb582 Added mssql connections string 2017-03-13 00:45:36 -07:00
Catherine Devlin 7e9633b6af Merge pull request #76 from xiaochuanyu/patch-2
Accidentally included debug print
2017-03-07 05:36:17 -05:00
Catherine 4e78ac4fe1 Merge branch 'master' of https://github.com/catherinedevlin/ipython-sql 2017-03-07 05:29:39 -05:00
Catherine 8eff6ad8f1 Add tests for .csv() 2017-03-04 17:13:06 -05:00
Catherine 2ae029f747 Documented `<<` operator 2017-03-04 09:09:22 -05:00
Xiaochuan Yu 99ad02b1a8 Accidentally included debug print 2017-02-25 15:15:42 -05:00