8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

nightly update

This commit is contained in:
fsg 2006-09-11 02:18:29 +00:00
parent e0fc93667f
commit 3852b55fa2

View File

@ -1,3 +1,34 @@
2006-09-10 17:24 asfernandes
* firebird2/src/jrd/evl.cpp (1.201):
Misc
2006-09-10 11:05 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.41),
lang_helpers/gds_codes.pas (1.41), src/dsql/dsql.h (1.99),
src/dsql/make.cpp (1.123), src/gpre/gpre.h (1.84),
src/include/gen/codetext.h (1.49), src/include/gen/iberror.h
(1.50), src/include/gen/msgs.h (1.64), src/include/gen/rdb_codes.h
(1.47), src/include/gen/sql_code.h (1.52), src/jrd/cmp.cpp (1.234),
src/jrd/constants.h (1.31), src/jrd/evl.cpp (1.200),
src/jrd/exe.cpp (1.196), src/jrd/idx.cpp (1.112),
src/msgs/facilities.sql (1.79), src/msgs/messages.sql (1.93),
src/msgs/system_errors.sql (1.39):
Solve three problems with arrays: - Don't allow to apply
scalar/subscript syntax to fields that aren't array. - Detect if
we get corrupt database containing array with more than 16
dimensions. - Reject attempt to subscript array with more than 16
dimensions and thus fix the buffer overrun.
2006-09-10 11:01 robocop
* firebird2/src/jrd/tpc.cpp (1.27):
Old compiler didn't like applying delete to pointer to const data.
2006-09-09 10:32 robocop
* firebird2/src/jrd/: blb.cpp (1.130), blb_proto.h (1.26), evl.cpp