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

Add support for java 8 OffsetDateTime via postgres timestamp with time zone #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 3, 2018

  1. add columntype for OffsetDateTime

    backed by a varchar(41) in databases that don’t support timestamp with time zone
    Juan Liska authored and Juan Liska committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    c287546 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. implement postgres timestamptz, int[], text[], jsonb columns

    Juan Liska authored and Juan Liska committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b2caebc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. use kotlin 1.3.21

    Juan Liska authored and Juan Liska committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c20369b View commit details
    Browse the repository at this point in the history