Hi!
Debugging CORE-4213, I found that ALTER DOMAIN uses the default database
charset.
-- Database default charset is WIN1252.
-- OK: Domain is created with WIN1252.
create domain d as varchar(10);
-- OK: Charset of domain is changed.
alter domain d type varchar(10) character set utf8;
-- Not O
-- Original Message ---
From: "Vlad Khorsun"
> It is physically impossible to check detail data in all instances
> of detail GTT when master record is changed.
>
> Regards,
> Vlad
--- End of Original Message ---
At time of upgrade, what will happen to databases that
Memory leak with TRIGGER ON TRANSACTION COMMIT
--
Key: CORE-4216
URL: http://tracker.firebirdsql.org/browse/CORE-4216
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects
> -- Original Message ---
> From: "Vlad Khorsun"
>> It is physically impossible to check detail data in all instances
>> of detail GTT when master record is changed.
>>
>> Regards,
>> Vlad
> --- End of Original Message ---
>
> At time of upgrade, what will happen to
Hi All
We are trying to implement a bulk data importer by writing our own external
table files. We've tried storing all fields as text, but due to the volume
of data, this put us well over the 2GB external file size limit in Firebird
2.1. So we've resorted to saving the files in Firebird's own bin