You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: