Commit Graph

292 Commits (master)

Author SHA1 Message Date
Catherine Devlin e929f59dfe Record indentation display improvement in history 2015-01-06 20:33:26 -05:00
Catherine Devlin 24a9171d90 In table cells, make leading spaces nonbreaking 2015-01-06 20:31:52 -05:00
Catherine Devlin e8002cd219 Merge pull request #21 from bmabey/fix-config-parser
fixes configparser in python 2.x
2015-01-06 10:42:40 -05:00
Scott Percival 9413f7ec20 Fix CSV method to work with Python 3 2014-12-03 16:42:31 +08:00
Catherine Devlin 8dda77ab6e Merge pull request #23 from mrocklin/readme-rst
Standardize README to rst
2014-09-27 20:41:23 -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
Ben Mabey e4ecaeb189 fixes configparser in python 2.x
configparser is a module that has the constructor function so calling
configparser before resulted in a `TypeError: 'module' object is not
callable` error
2014-09-02 16:32:24 -06:00
Catherine Devlin e54890e4e0 v0.3.4
Added PERSIST pseudo-SQL keyword
2014-08-26 06:35:41 -04:00
Catherine Devlin aa07bd3019 v0.3.3 marked 2014-07-27 21:22:07 -04:00
Catherine Devlin d87a727e43 Python 3 compatibility 2014-07-27 21:14:18 -04:00
Catherine Devlin 456277d60e Eliminate redundant README 2014-07-18 18:50:57 -04:00
Catherine Devlin 9bca67054c Merge pull request #18 from bearnshaw/master
Add ability to read from DSN file
2014-07-18 18:45:37 -04:00
Berton Earnshaw 2216caf836 Allow DNS file to be less specific 2014-03-03 14:38:41 -07:00
Berton Earnshaw 03a993aa93 Add ability to read from DNS file
When sql statement looks like '%sql [section] <sql_statement>',
a sqlalchemy connection string is created from the corresponding section
in the DNS file specified in the configuration dns_filename.
2014-03-02 22:40:41 -07:00
Catherine Devlin 8b377ea1d2 docstring improvements 2014-01-29 13:37:51 -05:00
Catherine Devlin 9bd5c7ddb5 link to generated csv file 2014-01-14 20:57:45 -05:00
Catherine Devlin 45446c03c6 Docs added for .csv 2014-01-14 16:27:11 -05:00
Catherine Devlin fae81bdaf6 switch to list comprehension 2014-01-14 16:23:13 -05:00
Catherine Devlin 2a5ab3247e Using UnicodeWriter 2014-01-14 16:19:27 -05:00
Catherine Devlin 616ba15f3a Added .csv method 2014-01-13 14:30:14 -05:00
Catherine Devlin eb2aa5f48a Merge branch 'master' of https://github.com/catherinedevlin/ipython-sql 2013-11-13 14:23:26 -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 2db39a0e5c Merge pull request #14 from graphaelli/sqla-req-version
specify minimum sqlalchemy version required
2013-11-11 21:23:52 -08:00
Gilad Raphaelli b9d09f8827 specify minimum sqlalchemy version required 2013-11-08 14:46:14 -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
Catherine Devlin a9d1470e90 Added autopandas 2013-10-13 22:47:22 -04:00
Catherine Devlin 94db3b7816 Updated docs for v0.3.0 2013-10-13 22:14:05 -04:00
Catherine Devlin 558af597d9 Merge branch 'special'
Conflicts:
	src/tests/test_column_guesser.py
2013-10-13 21:55:57 -04:00
Catherine Devlin bb3674c029 Fixed duplicate setup routine, tests passing 2013-10-13 21:51:50 -04:00
Catherine Devlin 5fa4d4c432 Fixed import in test_column_guesser, but tests are a mess 2013-10-13 21:32:26 -04:00
Catherine Devlin 19a7a9c98c tests utterly broken 2013-10-13 21:27:14 -04:00
Catherine Devlin 7777d84509 Print rowcount 2013-10-13 20:55:17 -04:00
Catherine Devlin 900e3b0363 displaylimit seems to be working 2013-10-13 18:18:08 -04:00
Catherine Devlin c01beda824 Added key access for result sets 2013-09-26 15:27:23 -04:00
Catherine Devlin 5770acb7f5 make short_error default to TRUE
update docs
2013-09-20 22:38:37 -04:00
Catherine Devlin 1fd0ade470 Merge pull request #12 from olethanh/short_error_option
Short error option
2013-09-20 18:49:51 -07:00
Catherine Devlin ed98d30fe4 Merge pull request #11 from olethanh/use_ipython_config
Use ipython configuration system
2013-09-20 18:47:50 -07:00
Catherine Devlin fd40ce5c1d Documentation for v0.2.3 2013-09-20 19:52:11 -04:00
Catherine Devlin 1a990347ae bar charts working 2013-09-19 18:48:53 -04:00
Catherine Devlin a103f97609 Refactored tests 2013-09-19 11:55:07 -04:00
Catherine Devlin 54df2544b5 .plot() and .pie() working 2013-09-19 10:30:45 -04:00
Catherine Devlin c3c78dad44 guesser for plot and pie passing tests 2013-09-19 10:16:29 -04:00
Catherine Devlin 71f074c6c1 Pie charts working 2013-09-18 09:10:19 -04:00
Catherine Devlin 2d2d6b306f Going to remove plots from dataframes after all 2013-09-18 08:36:41 -04:00
Olivier Le Thanh Duong 89edd78b05 [enh] Add an option to hide the traceback on SQL Programming Error
Default to False
Configurable via
%config SqlMagic.short_errors = True
(or the config file)
2013-09-16 00:20:39 +02:00
Olivier Le Thanh Duong 511c1d84ce [test] Added a test for the autolimit parameter 2013-09-15 23:17:34 +02:00
Olivier Le Thanh Duong 165372bcd7 [mod] Move execute back into SqlMagic
Made more sense than passing self twice.
Also test the magic directly using Ipython facilities
2013-09-15 23:12:15 +02:00