Revision
98912 -
Directory Listing
Modified
Wed Jun 15 12:18:40 2016 UTC
(3 years, 5 months ago)
by
manus
To avoid manually fixing the C compiler configuration file, all Ace files are now compiled in console mode.
Revision
96582 -
Directory Listing
Added
Wed Feb 4 16:38:14 2015 UTC
(4 years, 10 months ago)
by
romanschmocker
Added test#scoop049 for a bug related to impersonation mechanism.
The bug occurs when two consecutive queries happen on the same
object. In that case, the second call does not perform lock passing.
The eweasel test case then fails with a deadlock.
It is caused by a buggy impersonation mechanism which only occurs
after the first synchronous call.