avavdoshin

Results 6 comments of avavdoshin

Batch prepared correct, but something happened in BatchSend, i suppose, because i've got error when step-by-step debug "TSqlDBPostgresStatement.ExecutePrepared: Invalid array type ftBlob on bound parameter #3" (it is one of...

It works now, **but only if there is no deleted rows**. If i have any deleted row - table doesn't synchronise at all. Maybe it affected not only tables with...

I create some orms on master Then i created TOrm (1,2,3,4,5,6) with blob on master Then delete record 4 with blob on master then create some other orms on master...

In step-by-step debug i've got error "Unexpected TSqlDBPostgresConnectionProperties.SharedTransaction (1,2)" in mormot.db.sql line 3701 Maybe it's because in prepared for sending batch i see in JSON that DELETE goes before all...

fails on TRestOrmServerBatchSend.AutomaticCommit after sequence POST-POST-POST-POST-DELETE-POST if ID for delete doesn't exists. Can't find out reason yet. No error message except "TSqlDBPostgresConnectionProperties.SharedTransaction( )" upd: If i comment whole part for...

> Sorry for the late reaction. > > What does "if ID for delete does not exist" mean in your case? I mean that record was deleted only on master...