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

Improve addColumn handling in SQLite #1970

Merged
merged 7 commits into from
Nov 9, 2021
Merged

Improve addColumn handling in SQLite #1970

merged 7 commits into from
Nov 9, 2021

Commits on Jul 7, 2021

  1. Improve addColumn handling in SQLite

    - Added jdbc driver as test dependency
    - Fixed handling of multi-column addColumn statements
    - Fix handling of onDelete=cascade for existing columns and new columns
    - Do not include "null" values in yaml/json snapshot serializers
    - Correctly escape object names in CopyRowsGenerator
    nvoxland committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    b822f1c View commit details
    Browse the repository at this point in the history
  2. Improve addColumn handling in SQLite

    - Fixed dropColumn with multiple columns
    nvoxland committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    961ce7f View commit details
    Browse the repository at this point in the history
  3. Improve addColumn handling in SQLite

    - SQLiteIntegrationTest is broken enough I had to take the dependency out so it doesn't run as part of the builds at this point.
    nvoxland committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9f8c253 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

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

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    b8fa371 View commit details
    Browse the repository at this point in the history
  2. SQLite and Firebird at least seem to sometimes return no catalogs. Re…

    …turn the default catalog still in that case.
    nvoxland committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    6559bc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

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