Re: [Firebird-devel] block size exceeds implementation restriction at JStatement::openCursor

2017-08-24 Thread Jiří Činčura
databases. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web

[Firebird-devel] block size exceeds implementation restriction at JStatement::openCursor

2017-08-24 Thread Jiří Činčura
join T_EMAIL_TYPE_DIM EMTD on EMTD.F_EMT_VALUE = EWR.F_EWR_TYPE; Removing the distinct (I know, it's useless for the end result in this case) makes the query finish fine. Can I pinpoint why is this happening? -- Mgr. Jiří Činčura https://www.tabsoverspaces

Re: [Firebird-devel] 3.0.2 consistent crash

2017-08-19 Thread Jiří Činčura
ere a ETA for 3.0.3? >Could you confirm your app uses SELECT WITH LOCK ? I was wrong. Found one statement using "FOR UPDATE WITH LOCK". So it might be related at the end. -- Mgr. Jiří Činčura https://

Re: [Firebird-devel] 3.0.2 consistent crash

2017-08-18 Thread Jiří Činčura
able to run it. If/When the 3.0.3 fails I'll start again with 3.0.2 and take the dump after it happens. Is there a way to trigger regular fault at that point so I can attach procdump? > PS Could it be http://tracker.firebirdsql.org/browse/CORE-5576 ? Does to me. -- Mgr. Jiř

[Firebird-devel] 3.0.2 consistent crash

2017-08-18 Thread Jiří Činčura
nd on both the same. If anybody is interested, I can get you memory dumps etc. It's a production machine, but it's down because of this anyway so I can play with it even bit more than regular production machine. -- Mgr. Jiří Činčura https://www.tabsover

Re: [Firebird-devel] op_crypt_key_callback response

2017-08-04 Thread Jiří Činčura
BTW can I rely on the order of callbacks? First for database and the other for security (or maybe vice versa, I don't have the code in front of me now). -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out

Re: [Firebird-devel] Charset in IExternalProcedureImpl

2017-08-02 Thread Jiří Činčura
'll not burn my time on this any more. > But of course, you can use IMetadataBuilder. Yeah. Not really. If I change charset I have to change the length myself as well and I don't know the bytes per char for original charset. -- Mgr. Jiří Čin

[Firebird-devel] Bytes per character for given charset

2017-08-01 Thread Jiří Činčura
Hi *, Can I *easily* get number of bytes per character for given character set ID in external engine? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's

Re: [Firebird-devel] Charset in IExternalProcedureImpl

2017-07-31 Thread Jiří Činčura
ameters. You mean IMetadataBuilder, right? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-

Re: [Firebird-devel] Charset in IExternalProcedureImpl

2017-07-27 Thread Jiří Činčura
Looks like it has no effect, though it is called. Using WIN1250 there and I'm still getting the varchars in UTF-8 (connection charset). So it probably has different purpose? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Mon, Jul 24, 2017, at 11:56, Jiří Činčura wrote: > Hi *, >

[Firebird-devel] Charset in IExternalProcedureImpl

2017-07-24 Thread Jiří Činčura
length==1 in metadata (metadata->getLength(status, i)), while when I omit the "character set ascii" I get the expected length==4. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibran

[Firebird-devel] Getting attachment_id from IAttachment

2017-07-21 Thread Jiří Činčura
Hi *, is there a way to get attachement_id (the same as in mon$attachments) from IAttachment isntance? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Jiří Činčura
Too fast. The encrypted connection will have 'C' there and I'm getting that string from isc_info_firebird_version. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one

Re: [Firebird-devel] Detecting connection is using wire encryption

2017-07-16 Thread Jiří Činčura
> itself. I think you can get the information from full version string. I'm using it (https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/blob/master/Provider/src/FirebirdSql.Data.UnitTests/FbConnectionTests.cs#L352) to test everything with compression is fine from server's POV. -- Mg

Re: [Firebird-devel] Trace no returning any data

2017-07-14 Thread Jiří Činčura
>Seems it runs in embedded mode and see itself only :) > > Try using xnet://service_mgr or inet://service_mgr Yes, that works. Maybe worth putting this into docs? -- Mgr. Jiří Činčura https://www.tabsovers

Re: [Firebird-devel] Trace no returning any data

2017-07-14 Thread Jiří Činčura
svcmgr service_mgr -user sysdba -password masterkey action_trace_start trc_name ...". Any other idea? It's vanilla 3.0.2 x64 downloaded from SF. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the

Re: [Firebird-devel] fbtrace.conf format

2017-07-14 Thread Jiří Činčura
e server and client. And that contract is now broken. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slas

Re: [Firebird-devel] Trace no returning any data

2017-07-14 Thread Jiří Činčura
>What Firebird account you used to run trace ? I haven't specified any username/password. The command line I posted is all I executed. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibr

[Firebird-devel] fbtrace.conf format

2017-07-14 Thread Jiří Činčura
Hi *, I realized the fbtrace.conf has new format in FB3. Is the old one still supported (because that's what the .NET provider is currently using - I was not expecting this to be change "just because we can")? -- Mgr. Jiří Činčura https://www.tabsover

[Firebird-devel] Trace no returning any data

2017-07-14 Thread Jiří Činčura
service_mgr action_trace_start trc_name "test" trc_cfg fbtrace.conf Although I get back "Trace session ID 1 started" I never get any statement or connection, despite executing and connecting using isql as hard as I can. Am I missing something? -- Mgr. Jiří Činčura https://ww

Re: [Firebird-devel] op_crypt_key_callback response

2017-06-24 Thread Jiří Činčura
>Yes. When keyholder is configured in global configuration, a key is >requested for any > database, no matter if it is encrypted or not. Weird, but I suppose there's a reason. Thanks. -- Mgr. Jiří Činčura https://www.tabsovers

[Firebird-devel] op_crypt_key_callback response

2017-06-24 Thread Jiří Činčura
ows. The keyholder plugin is D. Sibiryakov's Callback plugin. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

Re: [Firebird-devel] When is the dispose method of IExternalResultSetImpl called?

2017-05-24 Thread Jiří Činčura
Never mind. Found it now. For some reason it was not called before, but clean rebuild fixed it. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most

[Firebird-devel] When is the dispose method of IExternalResultSetImpl called?

2017-05-24 Thread Jiří Činčura
Hi *, when is the `dispose` method of IExternalResultSetImpl called for external engine called? As soon as all data is processed by the client and `fetch` returns `false`? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com

[Firebird-devel] ADO.NET provider 5.9.1.0

2017-05-21 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233624-ado-net-provider-5-9-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-16 Thread Jiří Činčura
>You may create one ;) Done. http://tracker.firebirdsql.org/browse/CORE-5540 -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging t

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-16 Thread Jiří Činčura
>And it will be fixed soon Can't wait for it. Is there a tracker item I can follow? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engag

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-16 Thread Jiří Činčura
d for now. Not in general. I of course don't know that for every possible Firebird server it will encouter. >I have same opinion and looks like we discussing it now ;) :) -- Mgr. Jiří Činčura https://www.tabsov

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-16 Thread Jiří Činčura
>Add "Providers=Engine12" to databases.conf for security database. It >would be also good > to add "ServerMode=Classic" for it, but with 3.0 it is impossible. The server might not be under my control. I control only the app using the embedded Firebird.

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-16 Thread Jiří Činčura
ible. What's hard to comprehend to me is why embedded even doing *anything* with the server. I would expect the embedded to be completely independent. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant te

[Firebird-devel] Object types in RDB$TYPES vs. obj.h

2017-05-11 Thread Jiří Činčura
/ no relation with obj_type_MAX const int obj_user_or_role = 34; const int obj_schema= 35; const int obj_parameter = 36; Why the 20-32 isn't there? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com

[Firebird-devel] Every other execution of embedded isql slow

2017-05-09 Thread Jiří Činčura
repro is here http://www.uschovna.cz/zasilka/MAMF5RKT9XYHSAL7-GDI/ . Just run test.bat from cmd two times. Any ideas what's wrong? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech

[Firebird-devel] AutoAdminImplementationMapping

2017-05-09 Thread Jiří Činčura
" DOMAIN_ANY_RID_ADMINS TO ROLE RDB$ADMIN; What's that? Why there's Win_Sspi? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Firebird-devel] ADO.NET provider 5.9.0.0

2017-05-07 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233620-ado-net-provider-5-9-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-devel] [SPAM] Re: Start transaction from base transaction

2017-04-20 Thread Jiří Činčura
course to have these IDs and related data (to prevent FK violations). I can explain it to you in better detail, probably rather outside the list. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out t

Re: [Firebird-devel] Start transaction from base transaction

2017-04-20 Thread Jiří Činčura
endpoint. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing

Re: [Firebird-devel] Start transaction from base transaction

2017-04-20 Thread Jiří Činčura
acches (there are other requirements, I don't want to go into too much details). Being able to start next transaction, basically, from the point where the previous left would be so convenient and remove a lot of hacks we have in place right now. -- Mgr. Jiří Činčura https://www.tabsoverspac

Re: [Firebird-devel] Start transaction from base transaction

2017-04-19 Thread Jiří Činčura
> once. If they all are started without any commit between them (which can > be ensured by a > number of different ways), they will give you completely the same view of > data. I'm listening. That would make my life lot easier in certain scenarios, -- Mgr. Jiří Č

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-19 Thread Jiří Činčura
> In this case, it would be faster for both of us if you just sent some > (non-buildable) relevant pieces of code for now and I try to reproduce > with UDR or FB/Java. Sent in private email, with attachments. -- Mgr. Jiří Činčura https://www.tabsovers

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-19 Thread Jiří Činčura
> It would be very good, specially if it works in Linux (.NET Core?). .NET Core does not have a support for C++/CLI yet (if ever), so it's a full .NET, thus Windows only. Would that work for you? -- Mgr. Jiří Činčura https://www.tabsoverspaces.

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-19 Thread Jiří Činčura
's a bug. I can create some sample for you, if you want. Then you can drop in your own fbclient.dll and attach debugger or something like that. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-19 Thread Jiří Činčura
L_VARYING properly. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-19 Thread Jiří Činčura
> I'm running it from Embedded now. I'll try tomorrow normal server. > Shouldn't matter, but just in case.  Shouldn't, but does. Using server I get correct lengths, but using embedded I always get 4*length (when using parameter, of course). -- Mgr. Jiří Činčura https://www.tabsoverspac

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
CHAR just received the relevant length. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
ARYING gets me only so far. > This change from SQL_TEXT->SQL_VARYING will not work only in some old > versions (maybe firsts 2.1.x or 2.0.x). Fine for me, as external engine needs 3.0 anyway. -- Mgr. Jiří Činčura

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
It's always going to be spaces/0s. I don't see a way for otherwise. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Tue, Apr 18, 2017, at 17:43, Dimitry Sibiryakov wrote: > 18.04.2017 17:38, Jiří Činčura wrote: > > So my best chance is probably to trim to length/4

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdotFirebird-Devel mailing list, web

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
at's kind of lame. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
r CHAR(20) UTF8, changed to SQL_VARYING, the length is 80. Which is kind of confusing. :) * You're reading it here: https://github.com/asfernandes/node-firebird-driver-native/blob/master/src/lib/fb-util.ts#L135 . -- Mgr. Jiří Činčura https://www.tabsovers

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
ing to handle the length here. I don't know the real length of the string, do I? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech si

Re: [Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
> Yes, sure. Should changing the type be enough? Because I changed it from SQL_TYPE_DATE to SQL_TIMESTAMP, but I'm still getting length == 4, while the timestamp should be 8, isn't it? -- Mgr. Jiří Činčura https://www.tabsoverspaces.

[Firebird-devel] Changing IRoutineMetadata in Plugin::makeProcedure

2017-04-18 Thread Jiří Činčura
builder->getMetadata and using this new metadata later in my IExternalProcedureImpl? In other words, is then the data passed in "void* msg" i.e. to Procedure::open going to be in new format? -- Mgr. Jiří Činčura https://www.tabso

Re: [Firebird-devel] [SPAM] Re: object DATABASE is in use

2017-04-06 Thread Jiří Činčura
Yes. It happens during database drop. But there's no other connection. Which is kind of weird. It's during unit tests. I'll try to add there a small delay. Maybe server needs a second to breathe. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Wed, Apr 5, 2017, at 23:18, Vlad

[Firebird-devel] object DATABASE is in use

2017-04-05 Thread Jiří Činčura
Hi *, what the "object DATABASE is in use" signals? I understand when there's table or trigger being used. But database? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech

Re: [Firebird-devel] 3.0.2 "leaking" memory while 2.5.7 is fine

2017-04-05 Thread Jiří Činčura
confirmed. :) -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web

[Firebird-devel] ADO.NET provider 5.8.1.0

2017-04-05 Thread Jiří Činčura
More info: https://www.tabsoverspaces.com/233609-ado-net-provider-5-8-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most

Re: [Firebird-devel] 3.0.2 "leaking" memory while 2.5.7 is fine

2017-04-04 Thread Jiří Činčura
>Could you, please, test today's snapshot build of fb4 ? It contains > fix for CORE-5416 which looks exactly as you describe above. Or wait > for tomorrow's snapshot build of fb3 (i plan to backport the fix today). OK, will try it tomorrow. -- Mgr. Jiří Činč

[Firebird-devel] 3.0.2 "leaking" memory while 2.5.7 is fine

2017-04-04 Thread Jiří Činčura
a look? Or guess what I might try? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird

Re: [Firebird-devel] RFC: Timeouts

2017-02-25 Thread Jiří Činčura
implementation). That would be only server-side configuration (_maybe_ option for DPB), because I see it strictly as DBA safety mechanism. -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one

Re: [Firebird-devel] RFC: Timeouts

2017-02-25 Thread Jiří Činčura
> But, client side already can set it own timer and cancel the statement. To add to what others said. Isn't this feature, also, about helping i.e. DBA to keep bad queries slowing down the server (considering (s)he has no control over the application's code itself)? -- Mgr. Jiří Činč

Re: [Firebird-devel] RFC: Timeouts

2017-02-23 Thread Jiří Činčura
a lot of rows, just a few, but take a long time to process. The fetching time included seems to be skewed by network latency, application logic (do I fetch all at once into, i.e. array or process one by one), although thinking about your implementation I see what you aimed for. -- Mgr.

Re: [Firebird-devel] Dockerized firebird revisited

2017-01-25 Thread Jiří Činčura
Did you tried using some small streamlined distribution as a base? -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org

Re: [Firebird-devel] Deadlock parsing BLR

2017-01-24 Thread Jiří Činčura
> It's hard to say anything without a test case. It happens randomly. Anything I should focus on to get a grasp? What might trigger it? -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant t

Re: [Firebird-devel] Deadlock parsing BLR

2017-01-24 Thread Jiří Činčura
Anyone? -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web

Re: [Firebird-devel] op_exit/op_disconnect in aux connection

2017-01-12 Thread Jiří Činčura
nts on client side. > // For INET it's not necessary because INET client's async port > // wakes up while server performs shutdown(socket) call on its async > port. Thanks. That makes it clear. :) -- Mgr. Jiří Činčur

[Firebird-devel] op_exit/op_disconnect in aux connection

2017-01-12 Thread Jiří Činčura
Hi *, I'm looking at https://github.com/FirebirdSQL/firebird/blob/master/src/remote/client/interface.cpp#L6007 and wondering whether the server can ever send op_exit/op_disconnect on aux connection? Is that possible? And I can somehow do it (for testing)? -- Mgr. Jiří Činčura Independent

Re: [Firebird-devel] Cancelling events

2017-01-10 Thread Jiří Činčura
>I was not clear. You send op_cancel_events on main conneciton and > you get response at the same main connection. If you expect close of > secondary (aux) connection - no, it is closed with main one. Thanks. That's what I see from my side as well. -- Mgr. Jiří Činčura In

Re: [Firebird-devel] Aux connection closed with op_disconnect?

2017-01-10 Thread Jiří Činčura
Thanks guys. That will make my life easier, I suppose. :) -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer

Re: [Firebird-devel] Cancelling events

2017-01-10 Thread Jiří Činčura
>Yes, you should got usual op_response I get a response on main connection, not on aux. There should be something on aux as well? -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for In

[Firebird-devel] Aux connection closed with op_disconnect?

2017-01-10 Thread Jiří Činčura
Hi *, when I call op_disconnect on main connection (the one from which I got the aux connection details), the aux connection is closed as well. Is that how it should be? -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-devel] Cancelling events

2017-01-10 Thread Jiří Činčura
Hi, do I get some response on aux connection after op_cancel_events? -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based

Re: [Firebird-devel] Deadlock parsing BLR

2017-01-02 Thread Jiří Činčura
Any luck with this? -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot Firebird-Devel mailing

Re: [Firebird-devel] Deadlock parsing BLR

2016-12-22 Thread Jiří Činčura
> What is the exact error message? deadlock Error while parsing procedure 's BLR -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon

[Firebird-devel] Deadlock parsing BLR

2016-12-21 Thread Jiří Činčura
Hi *, On 2.5.6 I've got error %subj%. It does happen very very occasionally. Is the something I can do to prevent it? Or what might be causing it? -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access

[Firebird-devel] ADO.NET provider 5.7.0.0

2016-12-12 Thread Jiří Činčura
More info: http://blog.cincura.net/233588-ado-net-provider-5-7-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon

Re: [Firebird-devel] new API IMetadataBuilder Bigint[1:100]

2016-11-13 Thread Jiří Činčura
re efficient to > send whole blob to client and map it's memory there to required > predefined data structure (it may be array or even something more > interesting). If one really needs to extract a part of that data on > server I suppose use of UDR will be much more efficient. Well written

[Firebird-devel] ADO.NET provider 5.6.0.0

2016-11-02 Thread Jiří Činčura
More info: http://blog.cincura.net/233580-ado-net-provider-5-6-0-0-for-firebird-is-ready-with-net-core-support/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Developer Access Program for Intel Xeon Phi Processors

Re: [Firebird-devel] ODP: FB3.0.1 - Impossible to alter table

2016-10-13 Thread Jiří Činčura
> 1.add field with "default" Which you can later remove. -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slash

[Firebird-devel] ADO.NET provider 5.5.0.0

2016-10-05 Thread Jiří Činčura
More info: http://blog.cincura.net/233576-ado-net-provider-5-5-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Check out the vibrant tech community on one of the world's most engaging

Re: [Firebird-devel] Stuck transaction in 2.5.6

2016-09-27 Thread Jiří Činčura
TE STATEMENT is used, probably with autonomous > transactions - it could block itself if used not correctly (for example: > update record and then update it again in autonomus tx with "wait" > option) I'll check for that. It's a huge database, so it will take a while. --

[Firebird-devel] Stuck transaction in 2.5.6

2016-09-26 Thread Jiří Činčura
!7ffbe68a13d2() ntdll.dll!7ffbe69f5454() -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-20 Thread Jiří Činčura
> Unfortunately not. Certainly that can be fixed for fb4 and later but Given you can count provider writers on one hand, I don't think it's necessary. Either one does it correctly or keep trying (a lot of what I do :)). -- Mgr. Jiří Činčura Independent IT Special

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-20 Thread Jiří Činčura
> Pay attention - _removes_. Does not matter was there something useful in > CNCT or not. OK, I missed that. I though it's like a merge of values. Thanks. -- Mgr. Jiří Činčura Independent IT Specialist -- Fi

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-19 Thread Jiří Činčura
> things. But for os user name - no, not ok. Can you elaborate? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/fireb

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-19 Thread Jiří Činčura
on't know any matching CNCT, to be precise), so I would rather keep it around one place in code. -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-16 Thread Jiří Činčura
I was thinking quite the opposite. Dropping the CNCT values. In DPB there's more (like process ID etc.) so I thought I would logically group it there. -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-16 Thread Jiří Činčura
Thanks. Not sure why I'm sending it in CNCT and DPB as too. Maybe some history code. Time to clean it up! :) And save few bytes. -- Mgr. Jiří Činčura Independent IT Specialist > On 16 Sep 2016, at 18:12, Dmitry Yemanov <firebi...@yandex.ru> wrote: > > 16.09.2016 19:00, Jiř

Re: [Firebird-devel] CNCT_user_verification

2016-09-16 Thread Jiří Činčura
Thanks. So I'll keep it around for a while, just in case somebody still uses protocol 10. -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net

Re: [Firebird-devel] CNCT_user and CNCT_host

2016-09-16 Thread Jiří Činčura
Ahh, no CNCT_login is overridden isc_dpb_user_name. So what's the CNCT_user for? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists

[Firebird-devel] CNCT_user_verification

2016-09-16 Thread Jiří Činčura
Hi, what exactly this flag controls? I can't see much explanation in protocol.h. -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists

[Firebird-devel] CNCT_user and CNCT_host

2016-09-16 Thread Jiří Činčura
Hi, is the CNCT_user and CNCT_host visible for normal developer somewhere? I suppose CNCT_user is overriden by isc_dpb_user_name, right? Similar with CNCT_host and isc_dpb_host_name. -- Mgr. Jiří Činčura Independent IT Specialist

[Firebird-devel] ADO.NET provider 5.1.1.0

2016-09-13 Thread Jiří Činčura
More info: http://blog.cincura.net/233571-ado-net-provider-5-1-1-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net

Re: [Firebird-devel] FB3 closes connection hard

2016-09-05 Thread Jiří Činčura
OK, kudos to Vlad, who reached to me and after some debugging spotted the problem (CORE-5347). Alex was then able to fix it easily. -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web

[Firebird-devel] FB3 closes connection hard

2016-09-03 Thread Jiří Činčura
the server should handle it gracefully, IMO. I can set up the machine in few minutes and then it's RDP accessible, if somebody want's to see it in action with me. Any help would be greatly appreciated. -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-devel] isc_dpb_trusted_auth in FB3

2016-09-02 Thread Jiří Činčura
stency was just confusing. > (windows runs on intels) and moreover different implementations. And ARM (and maybe Itanium, if we count old systems). But that doesn't make a difference in this discussion. -- Mgr. Jiří Činčura Indepen

Re: [Firebird-devel] isc_dpb_trusted_auth in FB3

2016-09-01 Thread Jiří Činčura
8 byte[] -> isc_dpb_specific_auth_data Sspi: byte[] -> isc_dpb_specific_auth_data That doesn't seem right to me. But it's the combination that works. Am I doing it right? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-D

Re: [Firebird-devel] isc_dpb_trusted_auth in FB3

2016-09-01 Thread Jiří Činčura
So where the client auth data should be sent? And which tag? -- Mgr. Jiří Činčura Independent IT Specialist On Thu, Sep 1, 2016, at 14:57, Alex Peshkoff wrote: > On 09/01/2016 01:39 PM, Jiří Činčura wrote: > > Looks like I moved somewhere. In op_connect+op_accept I send as &

Re: [Firebird-devel] isc_dpb_trusted_auth in FB3

2016-09-01 Thread Jiří Činčura
"unavailable database" depending on what magic I'm doing, while isql (or protocol 12) gives me expected "Login name too long (33 characters, maximum allowed 31)". Can anybody explain what should happen after op_accept_data in protocol 13 with SSPI? Something right there or later in

[Firebird-devel] isc_dpb_trusted_auth in FB3

2016-09-01 Thread Jiří Činčura
some overview? -- Mgr. Jiří Činčura Independent IT Specialist -- Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Firebird closing connection on me

2016-08-24 Thread Jiří Činčura
>Use debug build of Firebird. May be some assertions will jump on you. Tried that and no assertion. :( When this happens, it always happens in op_execute phase. I send the op_execute packet and then the connection is closed. I'm not using compression, just in case. -- Mgr. Jiří Činč

<    1   2   3   4   5   6   7   >