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

feat(electric): Make it possible to select the SQL dialect in /api/migrations and Satellite #1065

Closed
wants to merge 6 commits into from

Commits on Apr 17, 2024

  1. Add support for ?dialect=postgresql to /api/migrations

    Fix Elixir tests
    alco committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1c64a3f View commit details
    Browse the repository at this point in the history
  2. Deprecate PgColumnType.sqlite_type

    sqlite_type is not needed since the client can always use
    pg_type which is the source of truth for the actual column type
    alco committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9b7bf38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f4076 View commit details
    Browse the repository at this point in the history
  4. Modified SatelliteClient to specify the SQL dialect in the StartRepli…

    …cationReq message.
    kevin-dp authored and alco committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9761e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62bb43f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a35a947 View commit details
    Browse the repository at this point in the history