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 try to pefrom BulkMerge on PostgreSQL, but I receive error message.
SQL Error [3F000]: ERROR: schema "_RepoDb_BinaryBulkMerge_configuration" does not exist
The problem is when RepoDb is try to create Temp table
atNpgsql.Internal.NpgsqlConnector.<<ReadMessage>g__ReadMessageLong|226_0>d.MoveNext()
at System.Threading.Tasks.ValueTask`1.get_Result()
at Npgsql.NpgsqlDataReader.<NextResult>d__47.MoveNext()
at Npgsql.NpgsqlDataReader.<NextResult>d__47.MoveNext()
at Npgsql.NpgsqlCommand.<ExecuteReader>d__124.MoveNext()
at Npgsql.NpgsqlCommand.<ExecuteReader>d__124.MoveNext()
at System.Threading.Tasks.ValueTask`1.get_Result()
at Npgsql.NpgsqlCommand.<ExecuteNonQuery>d__112.MoveNext()
at RepoDb.DbConnectionExtension.<ExecuteNonQueryAsyncInternal>d__26.MoveNext()
at RepoDb.NpgsqlConnectionExtension.<CreatePseudoTableAsync>d__86.MoveNext()
at RepoDb.NpgsqlConnectionExtension.<PseudoBasedBinaryImportAsync>d__131.MoveNext()
at RepoDb.NpgsqlConnectionExtension.<PseudoBasedBinaryImportAsync>d__131.MoveNext()
at RepoDb.NpgsqlConnectionExtension.<BinaryBulkMergeBaseAsync>d__17`1.MoveNext()
at RepoDb.NpgsqlConnectionExtension.<BinaryBulkMergeAsync>d__162`1.MoveNext()
No, there is no problem from your side. It sounds to me that RepoDB SQL Builder has built an invalid SQL statement during data staging. We will look and fix this problem soon. Thanks for reporting this issue.
Hello,
I try to pefrom BulkMerge on PostgreSQL, but I receive error message.
SQL Error [3F000]: ERROR: schema "_RepoDb_BinaryBulkMerge_configuration" does not exist
The problem is when RepoDb is try to create Temp table
Mapping
Used operation
Here is generated SQL for creating Temp table
I believe that the problem here is that there are quotes separated by comma. If I use this SQL everythink is working
Can you please help me, If I am doing something wrong with configuration?
Library Version:
Example: RepoDb v1.13.0 and RepoDb.PostgreSql.BulkOperation v1.13.0
The text was updated successfully, but these errors were encountered: