Commit Graph

292 Commits (master)

Author SHA1 Message Date
Catherine Devlin c5288db345 Merge pull request #70 from xiaochuanyu/master
Added a way to store result in specified variable without printing it.
2017-02-25 15:11:59 -05:00
Catherine Devlin af6e92cc3b Merge pull request #69 from thedataincubator/master
Documenting README more clearly
2017-02-25 14:34:49 -05:00
Catherine Devlin e2c723f3f2 Merge pull request #68 from tebeka/master
use not instead of ~
2017-02-25 14:32:24 -05:00
Xiaochuan Yu 6e58ac0d5f Add syntax coloring support 2017-02-13 22:16:58 -05:00
Xiaochuan Yu b0d6e926f4 Updated gitgnore 2017-02-12 17:30:01 -05:00
Xiaochuan Yu 862e243946 Added a way to store result in variable without printing it. 2017-01-14 21:14:48 -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
Miki Tebeka 473839d182 use not instead of ~ 2016-12-03 17:15:03 +02:00
Catherine Devlin 2d0b2219b8 list license in MANIFEST 2016-10-25 15:50:50 -04:00
Catherine Devlin b0a4aa26e9 Added MIT LICENSE file 2016-10-25 14:35:14 -04: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 9188bf6dbd Merge branch 'michael-erasmus-master' 2016-10-10 17:23:45 -04:00
Catherine 0bd476563e Begin v 0.3.9, add test for autopandas 2016-10-10 17:22:28 -04:00
Catherine 830df7b844 Merge branch 'master' of git://github.com/michael-erasmus/ipython-sql into michael-erasmus-master 2016-10-10 15:49:00 -04:00
Catherine 58ce28c8ee Release 0.38 - block warnings 2016-10-10 15:35:02 -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
Michael Erasmus b52e09a932 Fix truth value of a DataFrame error 2016-09-06 21:46:32 -07:00
Catherine Devlin 26af5528cd Merge branch 'eshilts-eshilts-secure-credentials-readme' 2016-03-04 01:05:41 -05:00
Catherine Devlin 07c051831a Update NEWS.txt 2016-03-04 01:05:27 -05:00
Catherine Devlin 1a2cabfcb8 Merge branch 'eshilts-secure-credentials-readme' of git://github.com/eshilts/ipython-sql into eshilts-eshilts-secure-credentials-readme 2016-03-04 01:03:38 -05:00
Catherine Devlin c02961218b Credit multiple submitters of IPython 4 compatibility warnings 2016-03-04 00:51:22 -05:00
Catherine Devlin 6db0918a26 Merge pull request #50 from graphaelli/traitlets-warnings
prefer new traitlets packages
2016-03-04 00:48:29 -05:00
Erik Shilts 09eeacb247 Show how to securely access credentials in README 2016-02-22 17:56:09 -08:00
Gil Raphaelli b6d5443fa2 prefer new traitlets packages, to suppress warnings 2015-12-04 14:31:17 -05:00
pik 9dfa4eee9f MagicArguments for ipython-sql: -connections, -close, -creator, -section, -persist
* Add a %sql -connections magic to return connections
 * Add a %sql -close <con_name> magic to close a connection
 * Add a %sql -creator flag for passing to sqlachemy.create_engine

 This should provide a few additional useful utility functions as well as somewhat
 standardizing the approach to parsing special non-sql commands.
2015-10-03 20:44:38 +08:00
Catherine Devlin d690160051 Mark version 0.3.7.1 2015-09-10 19:47:07 -04:00
Catherine Devlin ae91bdc7be Merge pull request #40 from andrescelis/master
Fix "connection busy with another command" error for SQL Server
2015-09-10 19:42:35 -04:00
Andres Celis da5d6114e2 avoid committing twice for mssql 2015-08-17 11:24:54 -07:00
Andres Celis 822645e943 capture dialect in connection 2015-08-17 11:20:54 -07:00
Catherine Devlin 54a2e2721b Merge branch 'alope107-localns_fix' 2015-07-18 23:02:41 -04:00
Catherine Devlin 870f9201ec Credit to alope107 for pull request 2015-07-18 23:01:12 -04:00
Catherine Devlin c2c4646b5f Cleanup unused tests 2015-07-18 22:59:14 -04:00
Catherine Devlin 62a39a0047 Merge branch 'localns_fix' of git://github.com/alope107/ipython-sql into alope107-localns_fix
Conflicts:
	src/tests/test_magic.py
2015-07-18 19:17:37 -04:00
Catherine Devlin 7eb354fd2e Advance version to 0.3.7 2015-07-18 19:03:35 -04:00
Catherine Devlin 6812079a54 Merge branch 'darikg-local_column_vars' 2015-07-18 18:59:31 -04:00
Catherine Devlin 322f660e42 Tests for column_local_vars 2015-07-18 18:40:02 -04:00
Catherine Devlin 21bb066e3f Add a run_tests_command 2015-07-12 15:29:33 -04:00
Catherine Devlin 42db44ed0b Merge branch 'local_column_vars' of git://github.com/darikg/ipython-sql into darikg-local_column_vars 2015-07-11 16:50:52 -04:00
alope107 f23331ad0c Fixed local_ns leak 2015-07-09 16:12:06 -07:00
Catherine Devlin 39db4a2b39 v0.3.6. Fix issue #30, OperationalError in sqlite. 2015-05-19 21:11:47 -04:00
Catherine Devlin 8c0f3a9b25 Merge pull request #27 from wilsaj/fix-config-docstrings
fix config help text formatting and typo
2015-02-07 00:25:01 -05:00
Catherine Devlin fbd2ea0681 Merge branch 'scottp-dpaw-master' 2015-02-06 23:37:31 -05:00
Catherine Devlin 24ed01c8af Merge branch 'master' of git://github.com/scottp-dpaw/ipython-sql into scottp-dpaw-master
Conflicts:
	src/sql/run.py
2015-02-06 23:35:44 -05:00
Catherine Devlin 4cff73e418 Commit every SQL execution immediately 2015-01-30 14:59:17 -05:00
wilsaj c6f0ee0847 make dsn_filename config help string a single line so it prints nicer 2015-01-10 14:38:56 -06:00
wilsaj 11c5353209 fix typo: Automatic,ally -> Automatically 2015-01-10 14:37:46 -06:00
Darik Gamble ecd091a441 add a new config option to specifying returning resultset directly into local variables 2015-01-09 16:08:33 -05:00
Darik Gamble d3654aae5d extra convenience method to convert resultset into a dict if pandas isn't available 2015-01-09 16:07:25 -05:00