-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Copy pasted code from SQL server to new 'KafkaFlow.Retry.Postgres' project * Adjusted data types to Npgsql * Migrated '01 - Create_Tables.sql' & '02 - Populate_Tables.sql' to postgres * Prepared infrastructure for integration tests * Fixes after running integration tests * Postgres improvements - no dbo schema, postgres naming convention for tables, unified columns casing * Added unit tests (based on sql server) * Added readme for Postgres * Fixes for Codacy Static Code Analysis * PR review - usings inside namespace * PR review - added .ConfigureAwait(false) * Fixes after merge from master
- Loading branch information
1 parent
f18a426
commit 20b242d
Showing
91 changed files
with
3,916 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.