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

Alco/send enum sql to satellite #1166

Closed
wants to merge 11 commits into from
Closed

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
    ca714c9 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
    51e1a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c9e37 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
    0468139 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a0660 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0e735a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    8c44615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a15996 View commit details
    Browse the repository at this point in the history
  3. Format TS code

    alco committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7f78a02 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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