[Firebird-devel] ALTER type and CHARACTER SET

2013-09-12 Thread Adriano dos Santos Fernandes
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

Re: [Firebird-devel] FK Constraints and GTTs

2013-09-12 Thread unordained
-- 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

[Firebird-devel] [FB-Tracker] Created: (CORE-4216) Memory leak with TRIGGER ON TRANSACTION COMMIT

2013-09-12 Thread Valery (JIRA)
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

Re: [Firebird-devel] FK Constraints and GTTs

2013-09-12 Thread Vlad Khorsun
> -- 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

[Firebird-devel] Firebird 2.1 External Table Files Internal Format

2013-09-12 Thread Huan Ruan
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