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

System.InvalidCastException thrown when using UsePostgreSqlOutbox ServiceCollection Extension #1837

Commits on Nov 11, 2021

  1. - Fix bug in UsePostgreSqlOutbox ServiceCollection extension regardin…

    …g the DI registration of the IAmAnOutboxAsync interface.
    
    - Fix bugs in PostgreSql syntax for PostgreSqlOutboxSync.CreatePagedDispatchedCommand, PostgreSqlOutboxSync.CreatePagedOutstandingCommand and PostgreSqlOutboxSync.InitMarkDispatchedCommand.
    Sam Rumley committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e9658c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

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

Commits on Nov 15, 2021

  1. Fixed PostgreSqlInbox NpgsqlParameter.ParameterName and inline parame…

    …ter name combinations which have do not have the exact same casing. Npgsql 6.0 no longer matches in a case-insensitive manner. npgsql/npgsql#4027
    samrumley88 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    744aaf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Fixed PostgreSqlOutboxSync NpgsqlParameter.ParameterName and inline p…

    …arameter name combinations which have do not have the exact same casing. Npgsql 6.0 no longer matches in a case-insensitive manner. npgsql/npgsql#4027
    samrumley88 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d70dab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febdb2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce74320 View commit details
    Browse the repository at this point in the history