Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cc9eca

Browse filesBrowse files
phoflmroeschke
andauthored
Backport PR on Branch 1.5.x (DOC: Add note in 1.5.3 about SQLAlchemy warnings) (#50693)
DOC: Add note in 1.5.3 about SQLAlchemy warnings (#50680) Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 43073cc commit 0cc9eca
Copy full SHA for 0cc9eca

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

‎doc/source/whatsnew/v1.5.3.rst

Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.3.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Bug fixes
3636

3737
Other
3838
~~~~~
39+
40+
.. note::
41+
42+
If you are using :meth:`DataFrame.to_sql`, :func:`read_sql`, :func:`read_sql_table`, or :func:`read_sql_query` with SQLAlchemy 1.4.46 or greater,
43+
you may see a ``sqlalchemy.exc.RemovedIn20Warning``. These warnings can be safely ignored for the SQLAlchemy 1.4.x releases
44+
as pandas works toward compatibility with SQLAlchemy 2.0.
45+
3946
-
4047
-
4148

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.