[Firebird-devel] [FB-Tracker] Created: (CORE-3521) Delta file contents is not flushed to disk

2011-06-15 Thread Vlad Khorsun (JIRA)
Delta file contents is not flushed to disk -- Key: CORE-3521 URL: http://tracker.firebirdsql.org/browse/CORE-3521 Project: Firebird Core Issue Type: Bug Components: Engine Affects Version

[Firebird-devel] column naming rules

2011-06-15 Thread Treeve Jelbert
I have been converting some code which was written to access a database from python. The origin code was for postgresql/sqlite but Firebird objects to some names of the type '_xyz'. Apparently the leading underscore has special meaning in Python. After changing the affected names, every seems

Re: [Firebird-devel] Memory consumption not released

2011-06-15 Thread Alexander Peshkov
В Вт., 14/06/2011 в 22:38 +0200, Jesus Garcia пишет: > > > > > > > I made a mistake, but every day increases the engine between 50 and > 100 mb, not Kb. > > > If i disconnect all users and start To work, the memory used is less > than 400 Mb in 2 days, and after 2 weeks is 1,4 Gb. Please try

[Firebird-devel] [FB-Tracker] Created: (CORE-3522) SIMILAR TO: Inconsistent behaviour when using % with quantifiers

2011-06-15 Thread Paul Vinkenoog (JIRA)
SIMILAR TO: Inconsistent behaviour when using % with quantifiers Key: CORE-3522 URL: http://tracker.firebirdsql.org/browse/CORE-3522 Project: Firebird Core Issue Type: Bug

[Firebird-devel] [FB-Tracker] Created: (CORE-3523) SIMILAR TO: False matches on descending ranges

2011-06-15 Thread Paul Vinkenoog (JIRA)
SIMILAR TO: False matches on descending ranges -- Key: CORE-3523 URL: http://tracker.firebirdsql.org/browse/CORE-3523 Project: Firebird Core Issue Type: Bug Components: Engine Affects

Re: [Firebird-devel] Memory consumption not released

2011-06-15 Thread Jesus Garcia
> > > I made a mistake, but every day increases the engine between 50 and > > 100 mb, not Kb. > > > > > > If i disconnect all users and start To work, the memory used is less > > than 400 Mb in 2 days, and after 2 weeks is 1,4 Gb. > > Please try the following experiment. When memory used is >1Gb, m

[Firebird-devel] [FB-Tracker] Created: (CORE-3524) Compiling stored procedure while in use shutdown database

2011-06-15 Thread Jesus Angel Garcia Zarco (JIRA)
Compiling stored procedure while in use shutdown database - Key: CORE-3524 URL: http://tracker.firebirdsql.org/browse/CORE-3524 Project: Firebird Core Issue Type: Bug Componen

Re: [Firebird-devel] column naming rules

2011-06-15 Thread Ann Harrison
On Wed, Jun 15, 2011 at 8:34 AM, Treeve Jelbert wrote: > I have been converting some code which was written to access a database from > python. > > The origin code was for postgresql/sqlite but Firebird objects to some names > of the type '_xyz'. Apparently the leading underscore has special meani

[Firebird-devel] Changes to API since Interbase 6

2011-06-15 Thread Russell Rose
I have been looking at the Interbase 6 API and see the service function which allows for the gfix options of full, mend and validate. Have there been any additions to the API since this time to allow for the sweep option? I have not managed to find anything in the documentation ---

Re: [Firebird-devel] Memory consumption not released

2011-06-15 Thread Alexander Peshkov
Nice report, thank you. But what about this? > > And one more check question - do you use any UDFs? How is > memory > allocated in them? Is not it plain malloc() instead > ib_util_malloc()? --