8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

nightly update

This commit is contained in:
fsg 2003-05-11 22:04:54 +00:00
parent 204bd414ef
commit 8561e1abec

View File

@ -1,3 +1,36 @@
2003-05-11 21:38 skidder
* firebird2/src/jrd/rse.cpp:
Fix server crashes when explicit pessimistic locks are used from
PSQL
2003-05-11 21:32 skidder
* firebird2/src/dsql/pass1.cpp:
Use explicit pessimistic locks only if WITH LOCK clause is
specified
2003-05-11 19:12 skidder
* firebird2/src/jrd/gds.cpp:
Fix little issue in temp stuff noted by Claudio Valderrama
2003-05-11 15:23 dimitr
* firebird2/builds/win32/defs/: fbclient.def, fbclient_debug.def:
Restored compatibility ordinals. Unfortunately, too many software
depend on them.
2003-05-11 13:48 dimitr
* firebird2/src/jrd/gds.cpp:
Fixed temp file management in utilities.
2003-05-10 17:37 hippoman
*