[Firebird-devel] [FB-Tracker] Created: (CORE-4385) Add new clause to FOR UPDATE WITH LOCK: SKIP LOCKED - for selecting 'free' record(s) from table or updatable view

2014-04-05 Thread Pavel Zotov (JIRA)
Add new clause to FOR UPDATE WITH LOCK: SKIP LOCKED - for selecting 'free' record(s) from table or updatable view -- Key: CORE-4385 URL:

[Firebird-devel] Sort with conflicting options

2014-04-05 Thread Claudio Valderrama C.
Hello, there's among the messages one whose text is Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options AFAIK, it's not used and I can do: select f from t order by f asc, f desc; I don't remember if there's some reason to allow that. C. ---

[Firebird-devel] The problem when restoring from backup after the implementation of CORE-3370

2014-04-05 Thread Simonov Denis
The final assembly firebird 3.0.0.31021-0 found the following problems . After the implementation of CORE- 3370 it became impossible to connect to the database already created . Well here it is clear changed ODS, decided to recreate the database from backup and here found that it was not

Re: [Firebird-devel] garbage_collect_idx() doesn't work?..

2014-04-05 Thread Dimitry Sibiryakov
05.04.2014 13:33, Dimitry Sibiryakov wrote: Ok. Here is second version of the patch. Exactly as you like: a lot of code with blackjack and templates. Pardon: bigger code means more places for bugs. Here is a fixed patch. -- WBR, SD. idx_gc3.diff.7z Description: Binary data

[Firebird-devel] [FB-Tracker] Created: (CORE-4386) Report more details for object in use errors

2014-04-05 Thread Dmitry Yemanov (JIRA)
Report more details for object in use errors -- Key: CORE-4386 URL: http://tracker.firebirdsql.org/browse/CORE-4386 Project: Firebird Core Issue Type: Improvement Components: Engine