8000 ENH: Support writing timestamps with timezones with to_sql by mroeschke · Pull Request #22654 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: Support writing timestamps with timezones with to_sql #22654

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
merged 36 commits into from
Nov 8, 2018
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
776240b
ENH: Write timezone columns to SQL
Sep 9, 2018
befd200
add tests and change type to Timestamp
Sep 10, 2018
e9f122f
Lint error and comment our skipif
Sep 10, 2018
969d2da
Handle DatetimeTZ block
Sep 10, 2018
cc79b90
Ensure the datetimetz data is 2D first
Sep 11, 2018
24dbaa5
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Sep 11, 2018
6e86d58
Reading timezones returns timezones in UTC
Sep 11, 2018
c7c4a7a
Add whatsnew and some touchups
Sep 12, 2018
6aa4878
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Sep 14, 2018
513bbc8
Test other dbs
Sep 14, 2018
58772e1
timestamps are actually returned as naive local for myself, sqlite
Sep 14, 2018
1a29148
localize -> tz_localize
Sep 14, 2018
96e9188
sqlite doesnt support date types
Sep 15, 2018
ded5584
type
Sep 15, 2018
d575089
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Sep 15, 2018
a7d1b3e
retest
Sep 15, 2018
305759c
read_table vs read_query sqlite difference
Sep 16, 2018
7a79531
Add note in the to_sql docs
Sep 19, 2018
24823f8
Modify whatsnew
Sep 19, 2018
7db4eaa
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Sep 19, 2018
76e46dc
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Sep 21, 2018
978a0d3
Address review
Sep 21, 2018
8025248
Fix sqlalchemy ref
Sep 21, 2018
0e89370
clarify documentation and whatsnew
Sep 26, 2018
bab5cfb
Add an api breaking entry change as well
Sep 27, 2018
de62788
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Oct 10, 2018
e940279
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Oct 24, 2018
8c754b5
Add new section in whatsnew
Oct 25, 2018
e85842f
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Oct 26, 2018
5af83f7
Fix whatsnew to reflect prior bug
Oct 26, 2018
6b3a3f1
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Nov 6, 2018
c4304ec
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Nov 7, 2018
1054fdb
handle case when column is datetimeindex
Nov 7, 2018
f21c755
Add new whatsnew entry
Nov 7, 2018
f872ff7
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
Nov 7, 2018
ef3b20f
don't check name
Nov 7, 2018
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
Next Next commit
Merge remote-tracking branch 'upstream/master' into writing_timezone_sql
  • Loading branch information
Matt Roeschke committed Sep 11, 2018
commit 24dbaa54efd7a29332a8393accd6324a6824e904

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0