Skip to content

Revert "enable multivalues insert (#19664)" #21355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into revert-sql-multi-insert
  • Loading branch information
jorisvandenbossche authored Jun 7, 2018
commit 22a6dcf4bae1d95a845dce70a2b088b88cb1efc9
14 changes: 4 additions & 10 deletions doc/source/whatsnew/v0.23.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ and bug fixes. We recommend that all users upgrade to this version.
:backlinks: none


Regressions
~~~~~~~~~~~

- Reverted the ability of :func:`~DataFrame.to_sql` to perform multivalue
inserts (:issue:`21103`). In the future this will be made configurable.



.. _whatsnew_0231.enhancements:

.. _whatsnew_0231.fixed_regressions:

Fixed Regressions
~~~~~~~~~~~~~~~~~


- Reverted the ability of :func:`~DataFrame.to_sql` to perform multivalue
inserts as this caused regression in certain cases (:issue:`21103`).
In the future this will be made configurable.
- Fixed regression in the :attr:`DatetimeIndex.date` and :attr:`DatetimeIndex.time`
attributes in case of timezone-aware data: :attr:`DatetimeIndex.time` returned
a tz-aware time instead of tz-naive (:issue:`21267`) and :attr:`DatetimeIndex.date`
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.