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

Support for 'money' type in bulk import #430

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

Commits on Dec 5, 2018

  1. Support for 'money' type in bulk import

    The money type was not supported. Implement it here as an int64.
    I figured out the permutation of bytes by looking at decodeMoney
    in types.go.
    dagss committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    620f947 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Support nullable money

    dagss committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    3c8d9ce View commit details
    Browse the repository at this point in the history