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

Fixed CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM().

This commit is contained in:
asfernandes 2015-04-30 15:56:47 +00:00
parent 2b5d5ed57c
commit 4e509cbf1b
2 changed files with 6 additions and 6 deletions

View File

@ -296,6 +296,11 @@
Contributor(s):
Dmitry Yemanov <dimitr at firebirdsql.org>
* Improvement CORE-3234
Support for text BLOBs >= 32K as first argument for TRIM()
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>
* Improvement CORE-3226
IPv6 support
Contributor(s):
@ -1845,11 +1850,6 @@
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Improvement CORE-3234
Support for text BLOBs >= 32K as first argument for TRIM()
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>
* Improvement CORE-3085
Add clause ALTER DOMAIN <name> {DROP | SET} NOT NULL
See also:

View File

@ -10307,7 +10307,7 @@ dsc* TrimNode::execute(thread_db* tdbb, jrd_req* request) const
const UCHAR* charactersAddress;
MoveBuffer charactersBuffer;
USHORT charactersLength;
ULONG charactersLength;
if (trimCharsDesc)
{