Message draft is being lost (#325)
Closed
Andrzej Wójcik (Tigase) opened 4 years ago
Affected versions
5.0

Message draft was saved in previous version, so that reentering a chat would bring it back. Currently this does not work

Andrzej Wójcik (Tigase) commented 4 years ago

The issue was caused by two things:

  1. I've switch to "parameter names" based setting of parameters in SQL queries which fails to work if more than one parameter has the same name (same value should be inserted into PreparedStatement twice).
  2. Changes to "memory deallocation" caused result set to be closed before data was retrieved from it
Andrzej Wójcik (Tigase) commented 4 years ago

Will be fixed in the next build.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
5.0
Spent time
45m
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/beagle-im#325
Please wait...
Page is in error, reload to recover