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

Temp table does not exist #71

Open
rupeshtarwade opened this issue Mar 8, 2022 · 0 comments
Open

Temp table does not exist #71

rupeshtarwade opened this issue Mar 8, 2022 · 0 comments

Comments

@rupeshtarwade
Copy link

I am getting below error. This was working fine when I implemented it, but now it throws an exception about temp table. Can you put some light on this on how I should modify my code to get around this? Thank you for your time and assistance.

The ErrorWrappingMiddleware caught an unhandled exception. This is a bug.
Npgsql.PostgresException (0x80004005): 42P01: relation "_temp__5b39ddcb_2c7f_41a7_b79a_c03b0f4d352e_2" does not exist
at Npgsql.NpgsqlConnector.g__ReadMessageLong|194_0(NpgsqlConnector connector, Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteNonQuery(Boolean async, CancellationToken cancellationToken)
at Npgsql.Bulk.NpgsqlBulkUploader.ExecuteNonQueryAsync(NpgsqlConnection connection, String command)
at Npgsql.Bulk.NpgsqlBulkUploader.InsertAsync[T](IEnumerable`1 entities, InsertConflictAction onConflict)

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

No branches or pull requests

1 participant