|
From: Frank Schlottmann-G. <fs...@us...> - 2007-10-05 02:22:04
|
Build Version : T2.1.0.16828 Firebird 2.1 Beta 2 (writeBuildNum.sh,v 1.16986 2007/10/05 02:22:01 fsg Exp $ ) Update of /cvsroot/firebird/firebird2 In directory sc8-pr-cvs17:/tmp/cvs-serv13808/firebird2 Modified Files: ChangeLog Log Message: nightly update Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/firebird2/ChangeLog,v retrieving revision 1.1445 retrieving revision 1.1446 diff -b -U3 -r1.1445 -r1.1446 --- ChangeLog 4 Oct 2007 02:23:52 -0000 1.1445 +++ ChangeLog 5 Oct 2007 02:21:56 -0000 1.1446 @@ -1,3 +1,48 @@ +2007-10-04 17:33 asfernandes + + * firebird2/src/: dsql/make.cpp (1.137), jrd/DataTypeUtil.cpp + (1.9): + + Fixed CORE-1492 - BLOB isn't compatible with [VAR]CHAR in COALESCE + +2007-10-04 17:23 asfernandes + + * firebird2/src/dsql/parse.y (1.248): + + Fixed CORE-1497 - New builtin function DATEADD() implements wrong + choice of keywords for expanded syntax + +2007-10-04 15:23 paul_reeves + + * firebird2/builds/win32/msvc8/gbak_embed.vcproj (1.7): + + Restore tabs + +2007-10-04 11:28 robocop + + * firebird2/src/: isql/isql.h (1.64), isql/show.epp (1.125), + msgs/facilities2.sql (1.10), msgs/history2.sql (1.2), + msgs/messages2.sql (1.14): + + Presenting the SHOW USERS command in society (documenting it when + user types HELP or ?) :-) + +2007-10-04 11:18 robocop + + * firebird2/src/: isql/extract.epp (1.86), isql/show.epp (1.124), + common/utils.cpp (1.32), common/utils_proto.h (1.19), + jrd/constants.h (1.47): + + Still trying to adjust isql to fix CORE-1261 completely: now it + needs to understand that RDB$PRIMARY<n> are implicit index names + and shouldn't be part of a script. + +2007-10-04 11:15 robocop + + * firebird2/src/isql/extract.epp (1.85): + + Fix CORE-1493. + 2007-10-03 11:33 robocop * firebird2/src/utilities/drop.cpp (1.32): |