[Firebird-devel] Column has been unexpectedly deleted but only on SS and SC

2013-04-17 Thread Jiri Cincura
Hi, I'm now working on DNET-359. On SS everything is fine, but on CS/SC the error happens. To be precise the order of events is: Select 1 Select 1 success Alter Alter success Select 2 Select 2 error: Datatype dtype_unknown is not supported for sorting operation Insert Insert error: Column has

[Firebird-devel] [FB-Tracker] Created: (CORE-4083) full outer join in subrequest with coalesce ( iif )

2013-04-17 Thread Nikolay (JIRA)
full outer join in subrequest with coalesce ( iif ) Key: CORE-4083 URL: http://tracker.firebirdsql.org/browse/CORE-4083 Project: Firebird Core Issue Type: Bug Components:

Re: [Firebird-devel] Column has been unexpectedly deleted but only on SS and SC

2013-04-17 Thread Dimitry Sibiryakov
17.04.2013 10:31, Jiri Cincura wrote: Is this something that is expected? Can I, from provider's side, do something better to avoid it? Yes, it is expected during working with uncommitted metadata changes. You can automatically commit DDL. -- WBR, SD.

Re: [Firebird-devel] Column has been unexpectedly deleted but only on SS and SC

2013-04-17 Thread Jiri Cincura
On Wed, Apr 17, 2013 at 1:24 PM, Dimitry Sibiryakov s...@ibphoenix.com wrote: Yes, it is expected during working with uncommitted metadata changes. You can automatically commit DDL. The alter statement is committed. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ |

[Firebird-devel] [FB-Tracker] Created: (CORE-4084) Group by fails if subselect-column is involved

2013-04-17 Thread Thomas Beckmann (JIRA)
Group by fails if subselect-column is involved -- Key: CORE-4084 URL: http://tracker.firebirdsql.org/browse/CORE-4084 Project: Firebird Core Issue Type: Bug Components: Engine