Commit Graph

67 Commits (master)

Author SHA1 Message Date
Catherine Devlin eb274844b4
Oops, README is rst not md 2023-04-21 14:49:35 -06:00
Catherine Devlin e21bc64e17
Note legacy status 2023-04-21 14:46:44 -06:00
Catherine Devlin 25ef08c221 Explicitly require SQLAlchemy 2.0 2023-02-25 23:57:18 -05:00
Catherine Devlin 59de1b6810
Merge pull request #213 from kianmeng/fix-typos
Fix typos
2022-06-11 14:56:42 -05:00
Catherine Devlin df8f60cb42 Added test and acknowledgement 2022-06-11 10:56:52 -05:00
Catherine Devlin 57f05a49bd Merge branch 'master' of https://github.com/jsalbr/ipython-sql into jsalbr-master 2022-06-10 11:52:29 -05:00
Kian-Meng Ang 82db653a3d Fix typos 2022-06-02 22:43:47 +08:00
WisdomWolf 4a0ab2187f Corrects line breaks in README.rst 2020-09-25 14:15:14 -04:00
Catherine Devlin b24ac6e941 Parse SQL comments in first line 2020-05-10 16:58:03 -04:00
Catherine 8829e17c18 --file working 2020-05-02 10:49:20 -04:00
Catherine 733e3de9ea cleanup rst docs 2020-05-02 10:07:14 -04:00
Catherine 3094ce783b tests for multi-line {} substitution 2020-05-02 09:16:39 -04:00
Catherine 0e194ca9ab added test for Lucas' bugfix 2020-05-02 08:28:38 -04:00
Catherine 49bbce6cf9 Tied in new --append code with args 2020-05-02 08:22:09 -04:00
Catherine 55798cbdb5 credit JMoore1127 in README 2020-03-16 23:21:18 -04:00
Kacey Cole c0f923a04b Support complex JSON in connection args wrapped by string delimiters 2020-02-26 16:33:54 -07:00
Kacey Cole 1838317085
Merge upstream (#1)
* Merge upstream and adjust connection args to ipython arg.

Upstream changed from custom body parsing to utilizing
ipython magic arguments. Removed extant connection args
parsing from sql.parse and added relevant flag and persistence
to sql.magic and sql.parse. Updated tests to reflect changes.

* Update README with connection arguments info

* Remove out of date tests

* Improve README on connection arguments
2020-02-26 01:32:03 -07:00
Jared Moore 5fa75c3e62 cleanup naming 2019-12-06 14:51:09 -07:00
Jared Moore 90baf45b97 update readme 2019-12-06 14:39:34 -07:00
Zane Dufour 458cfdc902
Minor tweaks to README.rst sentence on HiveServer2 2019-05-07 12:20:54 -04: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 8cb9b1b356 Clarify README on pgspecial commands 2018-02-17 23:45:55 -05:00
Shivan Sornarajah ac473f808c Update README.rst
Fixed typo
2017-10-12 09:52:33 +01: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 ed1a0fd64c Documented PGSpecial meta-commands 2017-06-06 21:50:07 -04: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
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 2ae029f747 Documented `<<` operator 2017-03-04 09:09:22 -05:00
Michael Li fa649537ff Update README.rst 2016-12-20 15:02:16 -05:00
Michael Li ab3ad119c3 Update README.rst
Updating README.rst
2016-12-20 15:01:30 -05:00
Catherine ef38138dd7 Credit Noam Finkelstein for README help 2016-10-10 19:57:05 -04:00
Catherine Devlin 92717cd0f6 Merge pull request #63 from n-s-f/master
Update readme to address issue 51
2016-10-10 19:55:13 -04:00
Catherine 0bd476563e Begin v 0.3.9, add test for autopandas 2016-10-10 17:22:28 -04:00
Noam Finkelstein be02f7df19 Update readme to address issue 51
This commit clarifies the issue raised in https://github.com/catherinedevlin/ipython-sql/issues/51
2016-09-21 17:36:10 -04:00
Erik Shilts 09eeacb247 Show how to securely access credentials in README 2016-02-22 17:56:09 -08:00
Catherine Devlin d690160051 Mark version 0.3.7.1 2015-09-10 19:47:07 -04:00
Matthew Rocklin d90fb42e8f missed a code block 2014-09-26 22:38:26 -04:00
Matthew Rocklin c9ef067fcd Standardize README to rst
* Some links were written in markdown rather than rst
* Added Python code blocks (although this might might mess up SQL highlighting)
2014-09-26 22:35:52 -04:00
Catherine Devlin e54890e4e0 v0.3.4
Added PERSIST pseudo-SQL keyword
2014-08-26 06:35:41 -04:00
Catherine Devlin 456277d60e Eliminate redundant README 2014-07-18 18:50:57 -04:00
Catherine Devlin 45446c03c6 Docs added for .csv 2014-01-14 16:27:11 -05:00
Catherine Devlin d1e46738ba 0.3.1 final 2013-11-13 14:22:11 -05:00
Catherine Devlin 89c91dd232 Use local_ns 2013-11-13 14:18:50 -05:00
Catherine Devlin 530fc746f5 Made feedback a configurable 2013-11-05 18:09:46 -05:00
Catherine Devlin 64ba9dd1eb Updating README for autopandas 2013-10-13 23:42:45 -04:00