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 feature: INSERT INTO... SELECT ... #203

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

Commits on Apr 14, 2016

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

Commits on Jun 2, 2016

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

    atmulyana committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    84c2464 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

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

Commits on Jul 11, 2018

  1. -

    AT Mulyana committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3c4b02c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. fix bug: fields not ordered properly in statement 'INSERT INTO ... SE…

    …LECT ...'
    AT Mulyana committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    0271e44 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. -SQL generated for non-tracking insert, update and delete can be logged

    -Update involving join table (SQL server only)
    AT Mulyana committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    5ae6f29 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. update joined table (added for MySQL)

    AT Mulyana committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    c386e06 View commit details
    Browse the repository at this point in the history