ipython-sql
ipython-sql copied to clipboard
%%sql magic for IPython, hopefully evolving into full SQL client
I cannot change my user account type to an administrator. I do not have any access to my settings and I get an error like this: I try to open...
I discovered this project a few days ago and I must say I've found it very useful. Thank you! I need to use the "DELIMITER" statement in order to create...
Is there support for Python 3? It seems `mysqlpy` is not available for Python 3. By the way, I don't understand the hard dependency on mysqlpy. I don't use MySQL....
Hey, I have the following setup: Jupyter+SqlAlchemy+SqlAlchemy-teradata+ipython-sql. Every select statement I tried will raise the following exception: DatabaseError: (DatabaseError) (3706, '[42000] [Teradata][ODBC Teradata Driver][Teradata Database] Syntax error: COMMIT WORK not...
It looks like this is under the MIT license. However, the license requires the following. > The above copyright notice and this permission notice shall be included in all copies...
Please merge support for Apache Impala from https://github.com/LucaCanali/ipython-sql
Hi, The queries fetched from MS SQL server are coming as empty. I have a local instance of SQL Server running and using the following commands to connect, %load_ext sql...
When I set %config SqlMagic.displaylimit = 0 in an iPython Notebook, I get all rows, instead of zero. Is there another option to suppress results?
I want to make a notebook which essentially only has SQL code. Currently, I'd have to choose a Python kernel and add a `%%sql` to every block, right ? Is...
Hello Catherine, Would you be interesting by integrating this feature in ipython-sql (as an option) ? "Common Table Expressions" traductor for Python default SQL motor (SQLite) http://nbviewer.ipython.org/github/stonebig/baresql/blob/master/examples/cte_to_sqlite.ipynb