Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Gabor Boros
2017. 12. 12. 18:31 keltezéssel, Vlad Khorsun via Firebird-devel írta: 12.12.2017 17:38, Gabor Boros wrote: If the problem can't be reproduces with a simple database and simple application, it's probably another problem. I have a simple application and three databases. Can I send to you priv

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Adriano dos Santos Fernandes
On 12/12/2017 15:38, Gabor Boros wrote: > 2017. 12. 12. 17:34 keltezéssel, Adriano dos Santos Fernandes írta: > >> Can you make this leaks using only ISQL? >> >> 1) Running the SELECT statement one after another > > > If run the next SELECT 5 times I get the below stats. > > SQL> SELECT * FROM TABL

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Gabor Boros
2017. 12. 12. 17:34 keltezéssel, Adriano dos Santos Fernandes írta: Can you make this leaks using only ISQL? 1) Running the SELECT statement one after another If run the next SELECT 5 times I get the below stats. SQL> SELECT * FROM TABLE1 ORDER BY (CAST(SUBSTRING(TABLE1.TEXT_BLOB_FIELD FRO

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Vlad Khorsun via Firebird-devel
12.12.2017 17:38, Gabor Boros wrote: If the problem can't be reproduces with a simple database and simple application, it's probably another problem. I have a simple application and three databases. Can I send to you privately? I attached earlier but got a message about the 40 KB body limit.

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Gabor Boros
2017. 12. 12. 17:29 keltezéssel, Dimitry Sibiryakov írta: 12.12.2017 17:12, Gabor Boros wrote: I checked now, but only one statement exists.   Ok. Are you able to build server from sources? No. Gabor -- Check out

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Adriano dos Santos Fernandes
On 12/12/2017 13:38, Gabor Boros wrote: >> What is "change the ORDER BY ASC/DESC in a query and close/open it"? > > > Meanwhile I realized the sort order is not count. > > >> Is it same statement handle? > > > I use FPC/Lazarus and IBX for connection. > The test code is: > > procedure Proc_Query(in

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Dimitry Sibiryakov
12.12.2017 17:12, Gabor Boros wrote: I checked now, but only one statement exists. Ok. Are you able to build server from sources? -- WBR, SD. -- Check out the vibrant tech community on one of the world's most eng

[Firebird-devel] [FB-Tracker] Reopened: (CORE-5652) Rolling back a transaction that creates a function or procedure keeps a cached version of that function or procedure when subsequently re-creating i

2017-12-12 Thread Vlad Khorsun (JIRA)
[ http://tracker.firebirdsql.org/browse/CORE-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vlad Khorsun reopened CORE-5652: I missed that script was executed with FlameRobin. Now, with isql and AUTODDL OFF SQL> SQL> SET AUTODDL

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Gabor Boros
2017. 12. 12. 16:45 keltezéssel, Dimitry Sibiryakov írta:   Look at MON$STATEMENTS during this test. Probably, this IBX fork close but not free statements. I checked now, but only one statement exists. Gabor -- Chec

Re: [Firebird-devel] Support for timed-zones datatypes

2017-12-12 Thread Adriano dos Santos Fernandes
On 12/12/2017 13:42, Lester Caine wrote: > and it's the version data that is missing in the Oracle 'solution' ... It's not that simple. Date/times are considered equal if their conversion to UTC are equal, independent of region. So, they are converted to UTC for storage. To convert to UTC, one nee

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Dimitry Sibiryakov
12.12.2017 16:38, Gabor Boros wrote: I use FPC/Lazarus and IBX for connection. The test code is: Look at MON$STATEMENTS during this test. Probably, this IBX fork close but not free statements. -- WBR, SD. -- Ch

Re: [Firebird-devel] Support for timed-zones datatypes

2017-12-12 Thread Lester Caine
On 12/12/17 15:20, Alex Peshkoff via Firebird-devel wrote: >> Oracle also mentions inconsistency that may happen when the time zone >> database is updated. If user had previously entered a time in a moment >> that subsequently has updated by the time zone db, it may become >> inconsistent. So it sh

Re: [Firebird-devel] Support for timed-zones datatypes

2017-12-12 Thread Adriano dos Santos Fernandes
On 12/12/2017 13:20, Alex Peshkoff via Firebird-devel wrote: > On 12/12/17 17:57, Adriano dos Santos Fernandes wrote: >> Oracle also mentions inconsistency that may happen when the time zone >> database is updated. If user had previously entered a time in a moment >> that subsequently has updated b

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-12 Thread Gabor Boros
What is "change the ORDER BY ASC/DESC in a query and close/open it"? Meanwhile I realized the sort order is not count. Is it same statement handle? I use FPC/Lazarus and IBX for connection. The test code is: procedure Proc_Query(in_Query:TIBQuery); begin in_Query.Close; in_Query.SQL

Re: [Firebird-devel] Support for timed-zones datatypes

2017-12-12 Thread Alex Peshkoff via Firebird-devel
On 12/12/17 17:57, Adriano dos Santos Fernandes wrote: Oracle also mentions inconsistency that may happen when the time zone database is updated. If user had previously entered a time in a moment that subsequently has updated by the time zone db, it may become inconsistent. So it should be update

Re: [Firebird-devel] Support for timed-zones datatypes

2017-12-12 Thread Adriano dos Santos Fernandes
On 21/11/2017 14:16, Lester Caine wrote: > On 21/11/17 14:55, Adriano dos Santos Fernandes wrote: >> Implementing TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE datatypes >> as specified in the SQL standard is not a big problem. > The only question is just how is the timezone data managed. It is