Skip to content
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

ENH: Support writing timestamps with timezones with to_sql #22654

Merged
merged 36 commits into from
Nov 8, 2018

Commits on Sep 9, 2018

  1. ENH: Write timezone columns to SQL

    Matt Roeschke committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    776240b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. add tests and change type to Timestamp

    Matt Roeschke committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    befd200 View commit details
    Browse the repository at this point in the history
  2. Lint error and comment our skipif

    Matt Roeschke committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    e9f122f View commit details
    Browse the repository at this point in the history
  3. Handle DatetimeTZ block

    Matt Roeschke committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    969d2da View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Ensure the datetimetz data is 2D first

    Matt Roeschke committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    cc79b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dbaa5 View commit details
    Browse the repository at this point in the history
  3. Reading timezones returns timezones in UTC

    Matt Roeschke committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    6e86d58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Add whatsnew and some touchups

    Matt Roeschke committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    c7c4a7a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    6aa4878 View commit details
    Browse the repository at this point in the history
  2. Test other dbs

    Matt Roeschke committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    513bbc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58772e1 View commit details
    Browse the repository at this point in the history
  4. localize -> tz_localize

    Matt Roeschke committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    1a29148 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. sqlite doesnt support date types

    Matt Roeschke committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    96e9188 View commit details
    Browse the repository at this point in the history
  2. type

    Matt Roeschke committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    ded5584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d575089 View commit details
    Browse the repository at this point in the history
  4. retest

    Matt Roeschke committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    a7d1b3e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. read_table vs read_query sqlite difference

    Matt Roeschke committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    305759c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Add note in the to_sql docs

    Matt Roeschke committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7a79531 View commit details
    Browse the repository at this point in the history
  2. Modify whatsnew

    Matt Roeschke committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    24823f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db4eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    76e46dc View commit details
    Browse the repository at this point in the history
  2. Address review

    Matt Roeschke committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    978a0d3 View commit details
    Browse the repository at this point in the history
  3. Fix sqlalchemy ref

    Matt Roeschke committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    8025248 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. clarify documentation and whatsnew

    Matt Roeschke committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0e89370 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Add an api breaking entry change as well

    Matt Roeschke committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    bab5cfb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    de62788 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    e940279 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Add new section in whatsnew

    Matt Roeschke committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8c754b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    e85842f View commit details
    Browse the repository at this point in the history
  2. Fix whatsnew to reflect prior bug

    Matt Roeschke committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    5af83f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    6b3a3f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    c4304ec View commit details
    Browse the repository at this point in the history
  2. handle case when column is datetimeindex

    Matt Roeschke committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    1054fdb View commit details
    Browse the repository at this point in the history
  3. Add new whatsnew entry

    Matt Roeschke committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f21c755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f872ff7 View commit details
    Browse the repository at this point in the history
  5. don't check name

    Matt Roeschke committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ef3b20f View commit details
    Browse the repository at this point in the history