[Firebird-devel] Odp: Explained plan "Access By ID"

2015-03-09 Thread liviusliv...@poczta.onet.pl
Thanks you Dmitry Regards, Karol Bieniaszewski - Reply message - Od: "Dmitry Yemanov" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Explained plan "Access By ID" Data: pon., mar 9, 2015 12:21 09.03.2015 14:13, liviuslivius wrote: > > what is "Access By ID" in

[Firebird-devel] Odp: Firebird 3 API demo usage with Pascal

2015-03-06 Thread liviusliv...@poczta.onet.pl
., mar 7, 2015 00:54 liviusliv...@poczta.onet.pl wrote: > Hi Adriano, > thanks i found this > i change also > PChar = type System.Pointer; and you write, in a later post: > i try to run your example - i change code to Delphi With recent (2009+) versions of Delphi "string" i

[Firebird-devel] Odp: READ UNCOMMITTED implementation

2015-03-05 Thread liviusliv...@poczta.onet.pl
Hi, It is usefull for testing purposes. Consider monitoring what actually is in some table from other connection or software before some long task has finished. Regards, Karol Bieniaszewski - Reply message - Od: "Mark Rotteveel" Do: "For discussion among Firebird Developers" Temat:

[Firebird-devel] Odp: execute statement on external role

2015-02-06 Thread liviusliv...@poczta.onet.pl
Hi, This is simple Store your user, password and role in context variable and use it in execute statement Regards, Karol Bieniaszewski - Reply message - Od: "Geoff Worboys" Do: Temat: [Firebird-devel] execute statement on external role Data: czw., lut 5, 2015 13:36 Hi, Firebird v2.

[Firebird-devel] Odp: Odp: 255 contexts limit

2015-02-01 Thread liviusliv...@poczta.onet.pl
wrote: > > For my own personal edification, what are you doing the requires more than > 256 contexts? > > Jim Starkey > > >> On Feb 1, 2015, at 11:58 AM, "liviusliv...@poczta.onet.pl" >> wrote: >> >> Hi, >> >> Is som

[Firebird-devel] Odp: 255 contexts limit

2015-02-01 Thread liviusliv...@poczta.onet.pl
Hi, Is some plan for extend this? Regards, Karol Bieniaszewski - Reply message - Od: "Dmitry Yemanov" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] 255 contexts limit Data: niedz., lut 1, 2015 08:35 01.02.2015 02:08, liviusliv...@

[Firebird-devel] Odp: Firebird 3 - technical limits

2015-01-15 Thread liviusliv...@poczta.onet.pl
czw., sty 15, 2015 09:17 12.01.2015 23:22, liviusliv...@poczta.onet.pl wrote: > > is somewhere some list of changes in this or can someone say something > in this matter > http://www.firebirdsql.org/en/firebird-technical-specifications/ > I am really interest in max records in table – i

[Firebird-devel] Odp: FB3 initializing security database with legacy settings is impossible also changing password issue

2014-12-22 Thread liviusliv...@poczta.onet.pl
13:06 On 12/22/14 01:19, liviusliv...@poczta.onet.pl wrote: > -Oryginalna wiadomość- > From: Alex Peshkoff > Sent: Thursday, December 18, 2014 4:48 PM > To: firebird-devel@lists.sourceforge.net > Subject: Re: [Firebird-devel] FB3 initializing security database with legacy >

[Firebird-devel] Odp: Snapshot 3.0.0.31439 Not listen on any port?

2014-11-19 Thread liviusliv...@poczta.onet.pl
Hi, I will try tommorow But if you have Win7pro install xpmode ;) Regards, Karol Bieniaszewski - Reply message - Od: "Vlad Khorsun" Do: Temat: [Firebird-devel] Snapshot 3.0.0.31439 Not listen on any port? Data: śr., lis 19, 2014 20:25 19.11.2014 16:08, Michal Kubecek wrote: > Could

[Firebird-devel] Odp: Adding/removing NOT NULL from column in one DDL

2014-11-06 Thread liviusliv...@poczta.onet.pl
Hi, Try execute block this will be "one" statement if this is your point about "one" Regards, Karol Bieniaszewski - Reply message - Od: "Jiří Činčura" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Adding/removing NOT NULL from column in one DDL Data: czw., l

[Firebird-devel] Odp: Re Planning the post v3 development

2014-09-08 Thread liviusliv...@poczta.onet.pl
Hi, What problem do you have with monitoring FB by nagios. We collect stats from FB for nagios without problem Regards, Karol Bieniaszewski - Reply message - Od: "marius adrian popa" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Re Planning the post v3 devel

[Firebird-devel] Odp: Replication

2014-04-29 Thread liviusliv...@poczta.onet.pl
Hi, If we talking about synchronous replication then what problem with extending shadow files feature to support it? Regards, Karol Bieniaszewski - Reply message - Od: "Jim Starkey" Do: Temat: [Firebird-devel] Replication Data: śr., kwi 30, 2014 00:46 On 4/29/2014 8:38 AM, Dimitry S

[Firebird-devel] Odp: Planning the post v3 development

2014-04-28 Thread liviusliv...@poczta.onet.pl
Hi, If i can say my proposition. Then my favourite is transaction id as int64. Many times i must spend weeks to to overcome this limit in projects. Ok, then this projects are "better and faster" but cost is also bigger and bigger... When i think about web develooment i also have problem with th

[Firebird-devel] Odp: Odp: How to? Coordinating transactions for multiple connections in single call

2014-04-04 Thread liviusliv...@poczta.onet.pl
Hi Sean, you misunderstud my context. I do not talk about result of cloning but about implementation of clone process by FB developers. When i talk about copying data i talk about transaction data like flags, tip ... not database data like records... Regards, Karol Bieniaszewski - Reply m

[Firebird-devel] Odp: How to? Coordinating transactions for multiple connections in single call

2014-04-03 Thread liviusliv...@poczta.onet.pl
Hi, Take into account that user can rollback or commit oryginal transaction before we copy all data to clone. Is this a problem or is simple to clone transaction in atomic way? Regards, Karol Bieniaszewski - Reply message - Od: "James Starkey" Do: "For discussion among Firebird Develo

[Firebird-devel] Odp: Odp: Fw: [firebird-support] Difference in "collation" meaning

2014-02-15 Thread liviusliv...@poczta.onet.pl
Thank you both Dmitry Regards, Karol Bieniaszewski - Reply message - Od: "Dmitry Yemanov" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Odp: Fw: [firebird-support] Difference in "collation" meaning Data: sob., lut 15, 2014 10:58

[Firebird-devel] Odp: Fw: [firebird-support] Difference in "collation" meaning

2014-02-15 Thread liviusliv...@poczta.onet.pl
2014 22:11 14.02.2014 21:38, liviusliv...@poczta.onet.pl wrote: > i need to know what is difference in meaning of collate between this three > queries Changing of collation is a kind of cast. Not recoverable. First and second query are ok because are grouped either by original value or b

[Firebird-devel] Odp: Some aspects of the optimizer hints

2014-01-07 Thread liviusliv...@poczta.onet.pl
>>I'd suggest to let the legacy PLAN resting in piece. It's already misses many >>optimizer features and will outdate more and more with years. Hi, Dmitry Why plan can not by extended for hint purposes? This is natural place for FB users to tell optimizer the better way of query execution. Thi

[Firebird-devel] Odp: Compatibiliti fb3 and previous

2013-12-03 Thread liviusliv...@poczta.onet.pl
bird Developers" Temat: [Firebird-devel] Compatibiliti fb3 and previous Data: wt., gru 3, 2013 12:24 On Tue, 03 Dec 2013 12:10:30 +0100, "liviusliv...@poczta.onet.pl" wrote: > Hi, > > Will be good to have some configurable option for data type result for > count(*). >

[Firebird-devel] Compatibiliti fb3 and previous

2013-12-03 Thread liviusliv...@poczta.onet.pl
Hi, Will be good to have some configurable option for data type result for count(*). In FB3 result rype is bigint in previous it was integer. All projects which use integer in designer faill becouse of that. Regards, Karol Bieniaszewski

[Firebird-devel] Odp: Subquery more then 1 field

2013-11-18 Thread liviusliv...@poczta.onet.pl
Hi, I always think about CTE as recursive query, thanks for hint Regards, Karol Bieniaszewski - Reply message - Od: "Leyne, Sean" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Subquery more then 1 field Data: sob., lis 16, 2013 22:10 > many times i need to

[Firebird-devel] Odp: Subquery more then 1 field

2013-11-16 Thread liviusliv...@poczta.onet.pl
May be in FB4.0 :) Regards, Karol Bieniaszewski - Reply message - Od: "Mark Rotteveel" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Subquery more then 1 field Data: sob., lis 16, 2013 15:47 On 16-11-2013 12:52, liviuslivius wrote: > Hi, > many times i need t

[Firebird-devel] Odp: Compatibility FB3.0 boolean and Interbase

2013-11-14 Thread liviusliv...@poczta.onet.pl
Hi, This will be very good but as i understand it correctly this is still not backward compatibile Regards, Karol Bieniaszewski - Reply message - Od: "Alex Peshkoff" Do: Temat: [Firebird-devel] Compatibility FB3.0 boolean and Interbase Data: czw., lis 14, 2013 08:45 On 11/13/13 17

[Firebird-devel] Odp: Fb3 access to security db fields UID and GID

2013-10-31 Thread liviusliv...@poczta.onet.pl
16:49 Karol, Please explain why you need to do this. I’d like to understand the usage which would require such a feature/function. Sean From: liviusliv...@poczta.onet.pl [mailto:liviusliv...@poczta.onet.pl] Sent: Thursday, October 31, 2013 11:22 AM To: For discussion among Firebird Developers

[Firebird-devel] Fb3 access to security db fields UID and GID

2013-10-31 Thread liviusliv...@poczta.onet.pl
Hi, I need to modify UID and GID fields of user record in FB3.0. How can i do this now? I try to connect to security db but i get permission denied. Alter user command not operate on this fields. Please help, Regards, Karol Bieniaszewski ---

[Firebird-devel] Odp: Fwd: Created: (CORE-4191) Define sequence name for "Identity Column Type"

2013-08-27 Thread liviusliv...@poczta.onet.pl
Hi, This is only theory about guids. I remember my real situation 10 servers from the same part no. System with 1000 new rec per sec and every day we got e.g 20 records with the same guid on different mashines. We change design to prefix keys in all servers unique. Regards, Karol Bieniaszewski

[Firebird-devel] Odp: New features

2013-08-25 Thread liviusliv...@poczta.onet.pl
Hi, You have right :) I always change all statements as exists statement becouse it is more readable but i ommit existence of this very old feature :) Regards, Karol Bieniaszewski - Reply message - Od: "Mark Rotteveel" Do: "For discussion among Firebird Developers" Temat: [Firebird-d

[Firebird-devel] Odp: row_number window function with over()

2013-08-11 Thread liviusliv...@poczta.onet.pl
Hi, Interesting :) then i see FB work in the same way as PGSQL if this is good and SQL conformant then all is ok. Thanks Dmitry i have not PGSQL installed anywhere only, IB, FB, MSSQL, ORACLE and Ingress. Only two of them have window function implemented Regards, Karol Bieniaszewski - Rep

[Firebird-devel] Odp: RFC: non-expandable fields

2013-04-04 Thread liviusliv...@poczta.onet.pl
Hi, I think about this once again an what problem do you see with a) select * from table b) insert into table values (...) In point a - users see service fields and what problem? Wrong design and they see it In point b i see also no problem. Add after insert trigger and clear this copied fiel

[Firebird-devel] Odp: RFC: non-expandable fields

2013-04-04 Thread liviusliv...@poczta.onet.pl
Hi, in my opinion this should by done by the keyword may be "hidden" E.g. Create table test( Id integer, Interfld varchar(10) hidden, But this must be stored into system table and ods will then chang? Regards, Karol Bieniaszewski - Reply message - Od: "Roman Simakov" Do: "For di

[Firebird-devel] Odp: Odp: Firebird should listen on localhost only (secure by default)

2013-03-15 Thread liviusliv...@poczta.onet.pl
Rotteveel" Do: "For discussion among Firebird Developers" Temat: [Firebird-devel] Odp: Firebird should listen on localhost only (secure by default) Data: pt., mar 15, 2013 08:32 On Thu, 14 Mar 2013 20:38:39 +0100, "liviusliv...@poczta.onet.pl" wrote: > Hi, > &g

[Firebird-devel] Odp: Firebird should listen on localhost only (secure by default)

2013-03-14 Thread liviusliv...@poczta.onet.pl
Hi, I suppose that isolating computer and some ports is work for firewall and router not for FB. You say locslhost, someone can say localnetwork, other som mask, others mayby some groups of masks... If you need to block port go to firewall and block incomming traffic to port 3050. Regards, Ka

[Firebird-devel] Odp: SQL Hint

2013-01-23 Thread liviusliv...@poczta.onet.pl
HI, first of all wrong group this is not support list. But you doing somethink what is supported by execute statement, and you do mot need to modify external table intf. Execute statement in Fb2.5 can run query against external database Regards, Karol Bieniaszewski - Reply message - Od