From 24628c75c05cd5c1e2f419b09045d43fb03661d9 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 10 Aug 2016 12:21:29 +0200 Subject: [PATCH] DOC: add whatsnew for #11920 --- doc/source/whatsnew/v0.19.0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/whatsnew/v0.19.0.txt b/doc/source/whatsnew/v0.19.0.txt index 4f81eafa3adaf..bf7ccd77d169b 100644 --- a/doc/source/whatsnew/v0.19.0.txt +++ b/doc/source/whatsnew/v0.19.0.txt @@ -409,6 +409,8 @@ Other enhancements df.sort_values(by='row2', axis=1) - Added documentation to :ref:`I/O` regarding the perils of reading in columns with mixed dtypes and how to handle it (:issue:`13746`) +- Raise ImportError for in the sql functions when sqlalchemy is not installed and a connection string is used (:issue:`11920`). + .. _whatsnew_0190.api: