[Firebird-net-provider] [FB-Tracker] Created: (DNET-925) Compatibility with Firebird 4 for Int128

2020-01-08 Thread Norbert Saint Georges (JIRA)
, Entity Framework, Entity Framework Core Reporter: Norbert Saint Georges Assignee: Jiri Cincura typeINT128 BLR = 26 API = 32752 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[Firebird-net-provider] [FB-Tracker] Created: (DNET-923) Compatibility with Firebird 4 TimeStamp with Time Zone

2020-01-08 Thread Norbert Saint Georges (JIRA)
Components: ADO.NET Provider, Entity Framework, Entity Framework Core Reporter: Norbert Saint Georges Assignee: Jiri Cincura type TimeStamp with Time Zone BLR = 29 API = 32754 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

[Firebird-net-provider] [FB-Tracker] Created: (DNET-921) Compatibility with Firebird 4 for Decfloat(16)

2020-01-08 Thread Norbert Saint Georges (JIRA)
: ADO.NET Provider, Entity Framework, Entity Framework Core Reporter: Norbert Saint Georges Assignee: Jiri Cincura type Decfloat(16) BLR = 24 API = 32760 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[Firebird-net-provider] [FB-Tracker] Created: (DNET-922) Compatibility with Firebird 4 for Decfloat(34)

2020-01-08 Thread Norbert Saint Georges (JIRA)
: ADO.NET Provider, Entity Framework, Entity Framework Core Reporter: Norbert Saint Georges Assignee: Jiri Cincura type 2) Decfloat(34) BLR = 25 API = 32762 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[Firebird-net-provider] [FB-Tracker] Created: (DNET-924) Compatibility with Firebird 4 for Time with Time Zone

2020-01-08 Thread Norbert Saint Georges (JIRA)
Reporter: Norbert Saint Georges Assignee: Jiri Cincura type 4) Time with Time Zone BLR = 28 API = 32756 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure

[Firebird-net-provider] [FB-Tracker] Created: (DNET-920) Compatibility with Firebird 4

2020-01-07 Thread Norbert Saint Georges (JIRA)
, Entity Framework Core, NuGet packages Reporter: Norbert Saint Georges Assignee: Jiri Cincura 1) Decfloat(16) BLR = 24 API = 32760 2) Decfloat(34) BLR = 25 API = 32762 3) TimeStamp with TimeZone BLR = 29 API = 32754 4) Time

[Firebird-net-provider] SessionState storage in Firebirdsql 3

2019-06-02 Thread Norbert Saint Georges
Hello, I am looking for info on state session storage in firebird. Do you have links or examples to implement this? Thank you in advance Norbert -- Norbert Saint Georges http://tetrasys.fi ___ Firebird-net-provider mailing list Firebird-net

Re: [Firebird-net-provider] FbDatabaseInfo.ActiveTransactions

2018-06-08 Thread Norbert Saint Georges
returns the active transaction :-( thank you very much. -- Norbert Saint Georges http://tetrasys.fi -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

[Firebird-net-provider] FbDatabaseInfo.ActiveTransactions

2018-06-07 Thread Norbert Saint Georges
the value never changes despite several transactions. normal? -- Norbert Saint Georges http://tetrasys.fi -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http

Re: [Firebird-net-provider] New list

2017-09-13 Thread Norbert Saint Georges
Mark Rotteveel a écrit : On 10-9-2017 09:45, Mark Rotteveel wrote: On 10-9-2017 06:58, Norbert Saint Georges wrote: Jirí Cincura a écrit : Maybe a good idea to also post instructions how to subscribe. Right. https://support.google.com/groups/answer/1067205?hl=en . the google information

Re: [Firebird-net-provider] New list

2017-09-10 Thread Norbert Saint Georges
Mark Rotteveel a écrit : On 10-9-2017 06:58, Norbert Saint Georges wrote: Jirí Cincura a écrit : Maybe a good idea to also post instructions how to subscribe. Right. https://support.google.com/groups/answer/1067205?hl=en . the google information needs to register make this list

Re: [Firebird-net-provider] New list

2017-09-09 Thread Norbert Saint Georges
Jirí Cincura a écrit : Maybe a good idea to also post instructions how to subscribe. Right. https://support.google.com/groups/answer/1067205?hl=en . the google information needs to register make this list not accessible to me -- Norbert Saint Georges http://tetrasys.fi

Re: [Firebird-net-provider] Finalizers

2016-08-29 Thread Norbert Saint Georges
> I believe it will make the code slightly faster and also solve some rare > bugs, often NREs from finalizer thread. > > Of course it will be new major version. that is my opinion also. A forecast in time for this release -- Norbert Saint Georges http:/

Re: [Firebird-net-provider] Compression's default value

2016-06-20 Thread Norbert Saint Georges
Jirí Cincura a écrit : > Hi *, > > I have some very preliminary, but working, support for FB3's compression > in .NET provider. It will be controlled via connection string's value as > usual. But what do *you* think the default value should be? false for me :-) -- Norbert Sai

Re: [Firebird-net-provider] Connection to Firebird 3 With Legacy Authentication Fails

2016-04-24 Thread Norbert Saint Georges
n (Provider .NET 4.10) fails to connect. > > Please advise. > Regards, > Rajiv your .NET application is 64-bit, have you installed the 64 of fbclient.dll? -- Norbert Saint Georges http://tetrasys.fi --

Re: [Firebird-net-provider] connection rejected by remote interface Error

2016-01-05 Thread Norbert Saint Georges
otePipeName = FIREBIRD_3Rc2 FirebirdSQL ver: Firebird 3.0 Release Candidate 2 WI-V6.3.0.32257 -- Norbert Saint Georges http://tetrasys.fi -- ___ Firebird-net-provider mailing

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
Of course, but the same interpretation regardless of the system. System.Guid.ToString is not the same as select uuid_to_char (guid). in an application that mixes char(16) character set octets and varchar(36) is not possible currently, why? Norbert Saint Georges TetraSys Oy Bergantie

[Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
:= System.Guid.NewGuid; insert_RM_CUSTOMERS_LINK_GUID(UserGuid,UserGuid.ToString); result : GUID GUID36 UUID ê„þET +Mƒ $T•— È 45fe84ea-0b54-4d2b-83a0-2454959713c8 EA84FE45-540B-2B4D-83A0-2454959713C8 Why ? Norbert Saint Georges TetraSys Oy Bergantie 69, FI-02540

Re: [Firebird-net-provider] System.Guid

2015-01-19 Thread Norbert Saint Georges
-83a0-2454959713c8 EA84FE45-540B-2B4D-83A0-2454959713C8 The two of them, GUID.tostring et uuid_to_char(GUID) should give the same string in result. Thanks, Norbert Saint Georges TetraSys Oy Bergantie 69, FI-02540 Kylmälä Tel. : +358 (0) 400 27 25 18 E- mail : n

Re: [Firebird-net-provider] Questions with performance metrics doing large inserts into DB

2014-08-09 Thread Norbert Saint Georges
Hello there, can you send me your delphi dotnet project and I can understand what takes 18 seconds-) I D1, D3, D5, D7 VS2005- VS2013. I develop mainly in DotNet (RemObjects) and just so happens that, in normal use, dotnet is better than an application server delphi Norbert Saint

Re: [Firebird-net-provider] Connecting to Firebird 3.0 Alpha 2

2014-07-07 Thread Norbert Saint Georges
Hi, force good client library for Firebird? eg customer library = j: \ firebird-3 \ fbclient30.dll; in the connection string. Norbert Saint Georges TetraSys Oy Bergantie 69, FI-02540 Kylmälä Tel. : +358 (0) 400 27 25 18 E- mail : n...@tetrasys.eu mailto:taru.kaukova