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

[WIP] Upserts #595

Closed
wants to merge 5 commits into from
Closed

[WIP] Upserts #595

wants to merge 5 commits into from

Commits on Jul 15, 2017

  1. Basis for upserts seems to be working...

    Stephen Carman authored and hntd187 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    ffda021 View commit details
    Browse the repository at this point in the history
  2. Basis for upserts seems to be working...

    Stephen Carman authored and hntd187 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    3aed3a7 View commit details
    Browse the repository at this point in the history
  3. WIP upserts DSL, needs error checking, style fix some bugs, basically…

    … everything
    Stephen Carman authored and hntd187 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    fc87a93 View commit details
    Browse the repository at this point in the history
  4. Cut upserts down to a single new Type, added the ability to do nothin…

    …g on conflict
    Stephen Carman authored and hntd187 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    02295c3 View commit details
    Browse the repository at this point in the history
  5. Passed the correct tokenizer, as well as adding ability to do nothing…

    … on update. There is some compatibility issues with PSQL vs MySQL, which makes some of the code look a bit off. I'd like to fix this, but it'll require probably some more DSL additions.
    hntd187 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    ba56fb0 View commit details
    Browse the repository at this point in the history