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

Add support for PostgreSql #836

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Add support for PostgreSql #836

wants to merge 17 commits into from

Conversation

andreasohlund
Copy link
Member

@andreasohlund andreasohlund commented Sep 11, 2024

fixes #785

@andreasohlund andreasohlund changed the title Add cpoy of sqlserver files as a baseline Add support for PostgreSql Sep 11, 2024
@andreasohlund andreasohlund self-assigned this Sep 11, 2024
@andreasohlund andreasohlund marked this pull request as ready for review October 1, 2024 06:16
src/AppCommon/Commands/PostgreSqlCommand.cs Show resolved Hide resolved
src/AppCommon/Commands/PostgreSqlCommand.cs Outdated Show resolved Hide resolved
src/AppCommon/Commands/PostgreSqlCommand.cs Show resolved Hide resolved
src/AppCommon/Commands/PostgreSqlCommand.cs Show resolved Hide resolved

bool IgnoreTable(string tableName)
{
if (tableName is "error" or "audit")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this whole function could be a single return statement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for PostgreSQL transport
3 participants