Commit Graph

292 Commits (master)

Author SHA1 Message Date
Olivier Le Thanh Duong 20fef38350 [enh] Define the configuration directly on the Magic
As documented on https://github.com/ipython/ipython/issues/4206
Had to rename SQLMagics to SqlMagic to keep compability with current config.
2013-09-15 21:51:43 +02:00
Olivier Le Thanh Duong b8968c2f4c [enh] Document the parameters in the config
This way they can be seen with %config
2013-09-15 21:45:38 +02:00
Olivier Le Thanh Duong cba96e48c4 [fix] Retain config set in profile 2013-09-14 18:28:21 +02:00
Olivier Le Thanh Duong 20a2c58406 [enh] Use the Ipython system to handle config.
This allow configuration parameters to be inspected directly in
IPython using the %magic
2013-09-14 17:54:49 +02:00
Olivier Le Thanh Duong ce686c0b05 [mod] Remove unused imports 2013-09-14 17:24:46 +02:00
Olivier Le Thanh Duong 5174e5aff7 [fix] Use the autolimit config parameter, as specified in the documentation. Fix #9 2013-09-14 17:01:25 +02:00
Catherine Devlin 7f7e163d79 Added test for duplicate column names 2013-09-07 21:12:39 -04:00
Catherine Devlin 114ef34c97 Merge pull request #8 from olethanh/duplicate_field_name
Allow displaying columns with the same name (Rename duplicate field names)
2013-09-06 21:01:43 -07:00
Olivier Le Thanh Duong 6d1a924d09 [enh] Rename duplicate field names
PrettyTable doesn't support having columns with the same name so we
rename them beforehand.
2013-08-22 21:47:50 +02:00
Catherine Devlin 9269b99a9b Corrected mistakenly retained Plugin import 2013-08-01 15:49:07 -04:00
Catherine Devlin 5e498f5f09 v0.2.2 Changed plugin to extension 2013-07-30 00:40:17 -04:00
Catherine Devlin 9e5f00cbc7 Issue 2: permit postgresql socket connections
Issue 4: recognize existing connections with case-sensitivity
2013-06-15 10:58:34 -04:00
Catherine Devlin 7a3ebb6c6b Added install instructions 2013-05-30 23:22:45 -04:00
Catherine Devlin f4f5b228e9 Accept bind variables (thanks Mike Wilson) 2013-05-30 17:03:39 -04:00
Catherine Devlin 5b992af268 postgresql://, not postgres://, is recommended for SQLAlchemy 2013-03-30 10:55:05 -04:00
Catherine Devlin dcf5585651 Docs changes: mention Pandas, .rst out of .md 2013-03-30 10:45:46 -04:00
Catherine Devlin 43f4d601b0 updating trove classifiers 2013-03-29 14:21:47 -04:00
Catherine Devlin 82d7cd9f69 Displaying image from git 2013-03-29 14:14:56 -04:00
Catherine Devlin c28d153141 trying, and failing, to get README.txt to render as reST on PyPI 2013-03-29 14:07:46 -04:00
Catherine Devlin e2e3f3e7cd Included screenshot 2013-03-29 13:54:47 -04:00
Catherine Devlin c6b2f823b5 Allow multiple SQL per cell. Because why not? 2013-03-29 13:33:22 -04:00
Catherine Devlin 147d9735f9 Converted to prettytable 2013-03-29 12:58:16 -04:00
Catherine Devlin 2a6627eb75 Python3 portability, except for texttable 2013-03-29 11:00:04 -04:00
Catherine Devlin 410066e17b updated NEWS.txt 2013-03-29 10:36:49 -04:00
Catherine Devlin 690f94605b Cleanup RST documentation 2013-03-29 10:34:24 -04:00
Catherine Devlin 608840bc95 Read configuration file 2013-03-29 10:30:27 -04:00
Catherine Devlin c4dbcae5ee pyzmq no longer required 2013-03-29 08:50:17 -04:00
Catherine Devlin 6950b2e2c9 Store .sql with query result
Additions to docs
2013-03-29 08:49:00 -04:00
Catherine Devlin c4990179f8 trim unused code 2013-03-28 16:21:34 -04:00
Catherine Devlin bba8324821 add docstring for %quickref 2013-03-28 16:15:38 -04:00
Catherine Devlin 0262f1561a base type is list 2013-03-28 14:11:50 -04:00
Catherine Devlin 15e22973dd Had to go back to 8e724c for table display in notebook,
don't understand why
2013-03-21 02:05:32 -04:00
Catherine Devlin 30e436c38a fixed dependencies 2013-03-21 00:59:13 -04:00
Catherine Devlin 8e7d24c126 readme prepared 2013-03-20 23:35:19 -04:00
Catherine Devlin e5ce110282 catching no-rows results 2013-03-20 22:59:40 -04:00
Catherine Devlin f6ad07a469 table displaying; cleanup continues 2013-03-20 22:17:48 -04:00
Catherine Devlin 3c76f8f77f table displaying, now time for cleanup 2013-03-20 21:30:20 -04:00
Catherine Devlin 6674ff1d10 working with texttable 2013-03-20 16:24:03 -04:00
Catherine Devlin b5ea86e5ef modules added 2013-03-20 14:59:54 -04:00
Catherine Devlin 3435e5c619 working on making a working magic 2013-03-20 14:59:06 -04:00
Catherine Devlin 6f8c360239 Skeleton as created by modern-package-template 2013-03-20 12:55:52 -04:00
Catherine Devlin 5424324274 Initial commit 2013-03-20 09:41:10 -07:00