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:
parent
2b5d5ed57c
commit
4e509cbf1b
10
doc/WhatsNew
10
doc/WhatsNew
@ -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:
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user