ipython-sql/NEWS.rst

179 lines
3.2 KiB
ReStructuredText
Raw Permalink Normal View History

News
2020-05-02 22:07:14 +08:00
----
0.1
2020-05-02 22:07:14 +08:00
~~~
2013-03-21 11:35:19 +08:00
*Release date: 21-Mar-2013*
2013-03-21 11:35:19 +08:00
* Initial release
0.1.1
2020-05-02 22:07:14 +08:00
~~~~~
2013-03-29 22:36:49 +08:00
*Release date: 29-Mar-2013*
* Release to PyPI
* Results returned as lists
* print(_) to get table form in text console
2013-03-29 22:36:49 +08:00
* set autolimit and text wrap in configuration
2013-03-30 00:58:16 +08:00
0.1.2
2020-05-02 22:07:14 +08:00
~~~~~
2013-03-30 00:58:16 +08:00
*Release date: 29-Mar-2013*
* Python 3 compatibility
2013-03-30 00:58:16 +08:00
* use prettyprint package
* allow multiple SQL per cell
0.2.0
2020-05-02 22:07:14 +08:00
~~~~~
*Release date: 30-May-2013*
* Accept bind variables (Thanks Mike Wilson!)
0.2.1
2020-05-02 22:07:14 +08:00
~~~~~
*Release date: 15-June-2013*
* Recognize socket connection strings
* Bugfix - issue 4 (remember existing connections by case)
2013-07-30 12:40:17 +08:00
0.2.2
2020-05-02 22:07:14 +08:00
~~~~~
2013-07-30 12:40:17 +08:00
*Release date: 30-July-2013*
Converted from an IPython Plugin to an Extension for 1.0 compatibility
0.2.2.1
2020-05-02 22:07:14 +08:00
~~~~~~~
*Release date: 01-Aug-2013*
2013-09-21 07:52:11 +08:00
Deleted Plugin import left behind in 0.2.2
0.2.3
2020-05-02 22:07:14 +08:00
~~~~~
2013-09-21 07:52:11 +08:00
*Release date: 20-Sep-2013*
* Contributions from Olivier Le Thanh Duong:
- SQL errors reported without internal IPython error stack
- Proper handling of configuration
* Added .DataFrame(), .pie(), .plot(), and .bar() methods to
2017-05-30 01:48:22 +08:00
result sets
2013-09-21 07:52:11 +08:00
2013-10-14 10:14:05 +08:00
0.3.0
2020-05-02 22:07:14 +08:00
~~~~~
2013-10-14 10:14:05 +08:00
*Release date: 13-Oct-2013*
* displaylimit config parameter
* reports number of rows affected by each query
* test suite working again
2013-11-06 07:09:46 +08:00
* dict-style access for result sets by primary key
0.3.1
2020-05-02 22:07:14 +08:00
~~~~~
2013-11-06 07:09:46 +08:00
* Reporting of number of rows affected configurable with ``feedback``
2013-11-14 03:18:50 +08:00
* Local variables usable as SQL bind variables
2014-01-15 05:27:11 +08:00
0.3.2
2020-05-02 22:07:14 +08:00
~~~~~
2014-01-15 05:27:11 +08:00
* ``.csv(filename=None)`` method added to result sets
2014-07-28 09:22:07 +08:00
0.3.3
2020-05-02 22:07:14 +08:00
~~~~~
2014-07-28 09:22:07 +08:00
* Python 3 compatibility restored
* DSN access supported (thanks Berton Earnshaw)
0.3.4
2020-05-02 22:07:14 +08:00
~~~~~
* PERSIST pseudo-SQL command added
0.3.5
2020-05-02 22:07:14 +08:00
~~~~~
* Indentations visible in HTML cells
2015-01-31 03:59:17 +08:00
* COMMIT each SQL statement immediately - prevent locks
0.3.6
2020-05-02 22:07:14 +08:00
~~~~~
* Fixed issue #30, commit failures for sqlite (thanks stonebig, jandot)
2015-07-19 07:03:35 +08:00
0.3.7
2020-05-02 22:07:14 +08:00
~~~~~
2015-07-19 07:03:35 +08:00
* New `column_local_vars` config option submitted by darikg
2015-07-19 11:01:12 +08:00
* Avoid contaminating user namespace from locals (thanks alope107)
2015-09-11 07:47:07 +08:00
0.3.7.1
2020-05-02 22:07:14 +08:00
~~~~~~~
2015-09-11 07:47:07 +08:00
* Avoid "connection busy" error for SQL Server (thanks Andrés Celis)
0.3.8
2020-05-02 22:07:14 +08:00
~~~~~
2016-10-11 05:22:28 +08:00
* Stop warnings for deprecated use of IPython 3 traitlets in IPython 4 (thanks graphaelli; also stonebig, aebrahim, mccahill)
2016-03-04 14:05:27 +08:00
* README update for keeping connection info private, from eshilts
2016-10-11 05:22:28 +08:00
0.3.9
2020-05-02 22:07:14 +08:00
~~~~~
2016-10-11 05:22:28 +08:00
* Fix truth value of DataFrame error (thanks michael-erasmus)
2017-03-04 22:09:22 +08:00
* `<<` operator (thanks xiaochuanyu)
* added README example (thanks tanhuil)
* bugfix in executing column_local_vars (thanks tebeka)
2018-02-18 12:45:55 +08:00
* pgspecial installation optional (thanks jstoebel and arjoe)
* conceal passwords in connection strings (thanks jstoebel)
2018-09-03 09:56:06 +08:00
0.3.9
2020-05-02 22:07:14 +08:00
~~~~~
2018-09-03 09:56:06 +08:00
* Restored Python 2 compatibility (thanks tokenmathguy)
0.4.0
2020-05-02 22:07:14 +08:00
~~~~~
* Changed most non-SQL commands to argparse arguments (thanks pik)
* User can specify a creator for connections (thanks pik)
2020-01-20 23:06:38 +08:00
* Bogus pseudo-SQL command `PERSIST` removed, replaced with `--persist` arg
2020-05-02 22:07:14 +08:00
* Turn off echo of connection information with `displaycon` in config
* Consistent support for {} variables (thanks Lucas)
2020-05-11 04:58:03 +08:00
0.4.1
~~~~~
* Fixed .rst file location in MANIFEST.in
2022-06-12 12:13:21 +08:00
* Parse SQL comments in first line
2023-02-26 12:57:18 +08:00
* Bugfixes for DSN, `--close`, others
0.5.0
~~~~~
* Use SQLAlchemy 2.0
* Drop undocumented support for dict-style access to raw row instances