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

nightly update

This commit is contained in:
fsg 2006-06-27 02:20:00 +00:00
parent 40bae9dc9c
commit e8c31d43ed

View File

@ -1,3 +1,36 @@
2006-06-27 03:33 asfernandes
* firebird2/src/jrd/cvt.cpp (1.75):
Misc
2006-06-26 22:58 asfernandes
* firebird2/src/dsql/parse.cpp (1.182):
Regenerate
2006-06-26 22:58 asfernandes
* firebird2/src/dsql/: ddl.cpp (1.174), parse.y (1.210):
Allow the use of COLLATE in parameters (input and output) and
variables in PSQL - feature request (CORE-684) COLLATE IN STORED
PROCEDURES, OR IN PARAMETERS
2006-06-26 20:24 asfernandes
* firebird2/src/isql/isql.epp (1.187):
Implementation of feature-request (CORE-704) Ctrl+C to cancel
queries - thanks to Michal Kubecek
2006-06-26 12:19 aafemt
* firebird2/src/jrd/cvt.cpp (1.74):
Don't check time if there is no time
2006-06-25 15:21 mkubecek
* firebird2/src/isql/isql.epp (1.186):