Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Support more advanced schemas, including foreign keys #131

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

Commits on Nov 13, 2017

  1. Small type updates and support for schemas

     - Insert object ids as raw binary
     - Support for default values and not null
     - More rational quoting for binary data
    awreece committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    f92a538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b82d0 View commit details
    Browse the repository at this point in the history
  3. Stricter error checking

    awreece committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b001d8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f7c22f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. no active record

    awreece committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    677175c View commit details
    Browse the repository at this point in the history
  2. fix timestamp

    joshbeam committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    3433099 View commit details
    Browse the repository at this point in the history
  3. add run script for migration

    joshbeam committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    68d67dd View commit details
    Browse the repository at this point in the history
  4. fix run script

    joshbeam committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    38d5d4e View commit details
    Browse the repository at this point in the history
  5. do alex’s run script

    joshbeam committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    18f0433 View commit details
    Browse the repository at this point in the history
  6. looser type checking

    awreece committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    1ee7f02 View commit details
    Browse the repository at this point in the history
  7. parallel import

    awreece committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    0919a8b View commit details
    Browse the repository at this point in the history
  8. fix sanity check

    joshbeam committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    2d7950d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    9e10bfb View commit details
    Browse the repository at this point in the history
  2. properly find nested names

    awreece committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    0b00ea0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

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

Commits on Nov 18, 2017

  1. case sensitive

    awreece committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    30f1bdf View commit details
    Browse the repository at this point in the history
  2. limit max parallelism

    awreece committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    ac49560 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. bigger pool

    awreece committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    537910a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. print using original

    awreece committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    98e282f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    7426323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1818ecf View commit details
    Browse the repository at this point in the history
  3. :name to be a to_sym

    awreece committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    5aacf66 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. always store types as syms

    awreece committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    322f876 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

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

Commits on Dec 8, 2017

  1. puts in signal handler is ok

    awreece committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    dc6684e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. types can be numerics

    awreece committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    a4aa002 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. better handle delete op

    awreece committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    db5c8b1 View commit details
    Browse the repository at this point in the history
  2. more likely to quit

    awreece committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    55a0ba2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

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

Commits on Dec 29, 2017

  1. better error message

    awreece committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c2bb55c View commit details
    Browse the repository at this point in the history
  2. dont bail out early

    awreece committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    55b820d View commit details
    Browse the repository at this point in the history
  3. ignore vendor

    awreece committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    6ec11c9 View commit details
    Browse the repository at this point in the history
  4. next instead of break

    awreece committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    0f19c62 View commit details
    Browse the repository at this point in the history