You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(55) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(38) |
Feb
(108) |
Mar
(79) |
Apr
(95) |
May
(64) |
Jun
(130) |
Jul
(146) |
Aug
(121) |
Sep
(96) |
Oct
(149) |
Nov
(161) |
Dec
(113) |
2004 |
Jan
(113) |
Feb
(163) |
Mar
(248) |
Apr
(132) |
May
(157) |
Jun
(160) |
Jul
(236) |
Aug
(284) |
Sep
(293) |
Oct
(277) |
Nov
(257) |
Dec
(356) |
2005 |
Jan
(203) |
Feb
(190) |
Mar
(220) |
Apr
(165) |
May
(124) |
Jun
(160) |
Jul
(190) |
Aug
(142) |
Sep
(152) |
Oct
(189) |
Nov
(187) |
Dec
(159) |
2006 |
Jan
(170) |
Feb
(151) |
Mar
(212) |
Apr
(262) |
May
(226) |
Jun
(196) |
Jul
(223) |
Aug
(165) |
Sep
(163) |
Oct
(348) |
Nov
(225) |
Dec
(141) |
2007 |
Jan
(261) |
Feb
(161) |
Mar
(222) |
Apr
(193) |
May
(121) |
Jun
(157) |
Jul
(151) |
Aug
(159) |
Sep
(61) |
Oct
(123) |
Nov
(172) |
Dec
(96) |
2008 |
Jan
(104) |
Feb
(138) |
Mar
(131) |
Apr
(131) |
May
(74) |
Jun
(107) |
Jul
(89) |
Aug
(89) |
Sep
(172) |
Oct
(158) |
Nov
(119) |
Dec
(86) |
2009 |
Jan
(52) |
Feb
(84) |
Mar
(78) |
Apr
(83) |
May
(54) |
Jun
(79) |
Jul
(60) |
Aug
(62) |
Sep
(50) |
Oct
(147) |
Nov
(50) |
Dec
(70) |
2010 |
Jan
(135) |
Feb
(113) |
Mar
(74) |
Apr
(93) |
May
(35) |
Jun
(71) |
Jul
(33) |
Aug
(110) |
Sep
(47) |
Oct
(18) |
Nov
(61) |
Dec
(34) |
2011 |
Jan
(46) |
Feb
(47) |
Mar
(25) |
Apr
(24) |
May
(21) |
Jun
(22) |
Jul
(20) |
Aug
(51) |
Sep
(31) |
Oct
(42) |
Nov
(22) |
Dec
(22) |
2012 |
Jan
(31) |
Feb
(19) |
Mar
(25) |
Apr
(55) |
May
(16) |
Jun
(28) |
Jul
(33) |
Aug
(25) |
Sep
(32) |
Oct
(25) |
Nov
(52) |
Dec
(35) |
2013 |
Jan
(43) |
Feb
(18) |
Mar
(36) |
Apr
(45) |
May
(22) |
Jun
(13) |
Jul
(31) |
Aug
(24) |
Sep
(19) |
Oct
(59) |
Nov
(47) |
Dec
(25) |
2014 |
Jan
(27) |
Feb
(15) |
Mar
(38) |
Apr
(10) |
May
(15) |
Jun
(36) |
Jul
(24) |
Aug
(28) |
Sep
(16) |
Oct
(6) |
Nov
(44) |
Dec
(40) |
2015 |
Jan
(52) |
Feb
(22) |
Mar
(13) |
Apr
(17) |
May
(22) |
Jun
(36) |
Jul
(18) |
Aug
(41) |
Sep
(71) |
Oct
(60) |
Nov
(49) |
Dec
(43) |
2016 |
Jan
(60) |
Feb
(13) |
Mar
(21) |
Apr
(28) |
May
(23) |
Jun
(39) |
Jul
(17) |
Aug
(37) |
Sep
(33) |
Oct
(15) |
Nov
(22) |
Dec
(20) |
2017 |
Jan
(27) |
Feb
(40) |
Mar
(48) |
Apr
(19) |
May
(29) |
Jun
(2) |
Jul
(19) |
Aug
(36) |
Sep
(18) |
Oct
(10) |
Nov
(11) |
Dec
(5) |
2018 |
Jan
(5) |
Feb
(4) |
Mar
(5) |
Apr
(3) |
May
(4) |
Jun
(17) |
Jul
(7) |
Aug
(7) |
Sep
(12) |
Oct
(8) |
Nov
(2) |
Dec
|
2019 |
Jan
(8) |
Feb
(5) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(2) |
Jul
(8) |
Aug
(7) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(1) |
2020 |
Jan
(8) |
Feb
(3) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
(25) |
Sep
(5) |
Oct
(3) |
Nov
(7) |
Dec
(16) |
2021 |
Jan
(11) |
Feb
(10) |
Mar
(16) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michel H. (JIRA) <tr...@fi...> - 2019-12-04 10:57:28
|
underscore no longer works in hostname of the connectionstring --------------------------------------------------------------- Key: DNET-919 URL: http://tracker.firebirdsql.org/browse/DNET-919 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0, 7.1.0.0, 7.0.0.0 Reporter: Michel Hendriks Assignee: Jiri Cincura Priority: Minor >From version 7.0 and higher i can no longer use a _ character in the hostname of the connectionstring. When using this part of the connection string: BUG: Database=db_loc:s:\test.FDB I get an invalid connection string GOOD: Database=dbloc:s:\test.FDB Is a valid connection string When using the INET style BUG: inet://db_loc/s:\test.FDB I get to following values: Datasource: "INET" Database: "//db_loc08/s:\\test.fdb" GOOD: and without the underscore i get: inet://db_loc/s:\test.FDB I get to following values: Datasource: "dbloc" Database: "s:\\test.fdb" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-11-12 16:29:28
|
PackageIconUrl deprecation in NuGet ----------------------------------- Key: DNET-918 URL: http://tracker.firebirdsql.org/browse/DNET-918 Project: .NET Data provider Issue Type: Task Components: NuGet packages Affects Versions: 7.1.1.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Patrick F. (J. <tr...@fi...> - 2019-11-08 10:53:56
|
Connection Pool - FbConnectionInternal.Database.BrokenConnection ---------------------------------------------------------------- Key: DNET-917 URL: http://tracker.firebirdsql.org/browse/DNET-917 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0 Reporter: Patrick Frießnegg Assignee: Jiri Cincura Priority: Minor When a network issue leads to a broken connection (like you kill fbinet.exe in classic mode) you get following exception: Message "Unable to complete network request to host \"\r\nNo message for error code 335544721 found." string at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar() in C:\Synesc.GmbH\source\git\synesc.FirebirdClient\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbCommand.cs:line 528 + ex.GetType() {Name = "FbException" FullName = "FirebirdSql.Data.FirebirdClient.FbException"} System.Type {System.RuntimeType} This does set FbConnectionInternal.Database.BrokenConnection to true, so the connection is not put back into the connectionpool. But if you simulate the same issue with "delete from mon$attachments" you get: Message "connection shutdown" string at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar() in C:\Synesc.GmbH\source\git\synesc.FirebirdClient\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbCommand.cs:line 528 + ex.GetType() {Name = "FbException" FullName = "FirebirdSql.Data.FirebirdClient.FbException"} System.Type {System.RuntimeType} In this case, FbConnectionInternal.Database.BrokenConnection is not set and therefore the connection IS put back into the connectionpool. But this connection is still permanently broken. The next time it's used, it's 100% going to fail. It is a minor issue tho, because in the second attempt it will throw the exception #1, and therefore clean itself after. But still the software will always require a second attempt to request the database. related to http://tracker.firebirdsql.org/browse/DNET-668 http://tracker.firebirdsql.org/browse/DNET-818 http://tracker.firebirdsql.org/browse/DNET-916 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Patrick F. (J. <tr...@fi...> - 2019-11-08 10:47:28
|
Connection Pool - Broken Connection Handling -------------------------------------------- Key: DNET-916 URL: http://tracker.firebirdsql.org/browse/DNET-916 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0 Reporter: Patrick Frießnegg Assignee: Jiri Cincura Issue still not solved. Depending on FbConnectionInternal.Database.ConnectionBroken state - the problem is partially fixed. Dead connections does not get back in "available" queue if ConnectionBroken is set, but they get stuck in "busy" queue now. Therefore, with each broken connection the connection pool is reduced by 1. Leading to a dead application / "connection pool is full" which the code does not recover from. related to http://tracker.firebirdsql.org/browse/DNET-585 http://tracker.firebirdsql.org/browse/DNET-818 http://tracker.firebirdsql.org/browse/DNET-668 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-11-08 09:03:42
|
Support for EF 6.3 ------------------ Key: DNET-915 URL: http://tracker.firebirdsql.org/browse/DNET-915 Project: .NET Data provider Issue Type: Task Components: Entity Framework Affects Versions: 7.1.1.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-11-06 10:01:24
|
String parameters casted to blob in queries ------------------------------------------- Key: DNET-914 URL: http://tracker.firebirdsql.org/browse/DNET-914 Project: .NET Data provider Issue Type: Bug Components: Entity Framework Core Reporter: Jiri Cincura Assignee: Jiri Cincura And varchar would be better. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-11-04 14:52:42
|
System.InvalidCastException: Object cannot be cast from DBNull to other types. ------------------------------------------------------------------------------ Key: DNET-913 URL: http://tracker.firebirdsql.org/browse/DNET-913 Project: .NET Data provider Issue Type: Bug Components: Entity Framework Core Affects Versions: 7.1.1.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor System.InvalidCastException: Object cannot be cast from DBNull to other types. at System.DBNull.System.IConvertible.ToInt32(IFormatProvider provider) at System.Convert.ToInt32(Object value, IFormatProvider provider) at FirebirdSql.Data.Common.DbValue.GetInt32() at FirebirdSql.Data.FirebirdClient.FbDataReader.<GetInt32>b__51_0(Int32 x) at FirebirdSql.Data.FirebirdClient.FbDataReader.CheckedGetValue[T](Func`2 f, Int32 index) at FirebirdSql.Data.FirebirdClient.FbDataReader.GetInt32(Int32 i) at lambda_method(Closure , DbDataReader ) at Microsoft.EntityFrameworkCore.Storage.Internal.NoopExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext() at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider._TrackEntities[TOut,TIn](IEnumerable`1 results, QueryContext queryContext, IList`1 entityTrackingInfos, IList`1 entityAccessors)+MoveNext() at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Greg C. (JIRA) <tr...@fi...> - 2019-11-01 19:00:29
|
Not providing DataSource to connection now causes error ------------------------------------------------------- Key: DNET-912 URL: http://tracker.firebirdsql.org/browse/DNET-912 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.0.0 Environment: Windows 10 Reporter: Greg Cobb Assignee: Jiri Cincura Priority: Minor I have some code that broke after updating to 7.1.1 from 6.5. I have a program, a custom installer application we wrote, that is only ever run on the same computer where Firebird is installed. Previously because the application already had verified that it was being run on the server, I didn't bother to specify that the DataSource property on FbConnectionStringBuilder should be set to localhost. After updating to 7.1.1, this lack of providing the DataSource explicitly broke our application. I am sorry, but I have not reverted back to 6.5 to prove whether the FbConnectionStringBuilder is the one forgetting to specify that the DataSource should be localhost by default or whether it is instead the FbConnection class that can no longer handle not being provided a DataSource. Error Message: An invalid connection string argument has been supplied or a required connection string argument has not been supplied. It is my opinion that this probably should be something where you probably want to keep applications that did not provide the DataSource from breaking when they update to the latest ADO.NET driver. I know that in most scenarios you will want to provide a DataSource, but localhost seems to have been the default up until now and that is probably a pretty safe bet if one was not provided. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Yuriy (JIRA) <tr...@fi...> - 2019-10-28 08:21:32
|
No message for error code 335544528 found ----------------------------------------- Key: DNET-911 URL: http://tracker.firebirdsql.org/browse/DNET-911 Project: .NET Data provider Issue Type: Bug Affects Versions: 7.1.1.0 Environment: Windows 10 IIS ASP.NET MVC5 application Reporter: Yuriy Assignee: Jiri Cincura I logged in to system using Firebird.SQL.Client and everythin was OK, but suddenly I got this exception: Stack trace: [IscException: database No message for error code 335544528 found] FirebirdSql.Data.Client.Native.FesServiceManager.ProcessSatatusVector(IntPtr[] statusVector) +105 FirebirdSql.Data.Client.Native.FesServiceManager.Attach(...) +184 FirebirdSql.Data.Client.Native.FesServiceManager.Open() +253 [FbException (0x140000d0): database No message for error code 335544528 found] FirebirdSql.Data.Services.FbService.Open() +602 FirebirdSql.Data.Services.FbService.QueryService(..) FirebirdSql.Data.Services.FbService.ProcessQuery(..) FirebirdSql.Data.Services.FbService.Query(..) FirebirdSql.Data.Services.FbServerProperties.GetInfo(..) FirebirdSql.Data.Services.FbServerProperties.GetString(...) EntityFramework.Firebird.FbProviderServices.GetDbProviderManifestToken() [InvalidOperationException: Could not retrive storage version.] EntityFramework.Firebird.FbProviderServices.GetProviderManifestToken(DbConnection connection) System.Data.Entity.Core.Common.DbProviderServices.GetProviderManifestToken(DbConnection connection) [ProviderIncompatibleException: The provider did not return a Provider ManifestToken string] ... [ProviderIncompatibleException: An error occured accessing the database. This usually mean that the connection to database failed. Check that the connection string is correct..] This stack trace was retyped from image so can have any errors -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Christian M. (JIRA) <tr...@fi...> - 2019-10-22 13:51:28
|
invalid transaction handle with aborted threads ----------------------------------------------- Key: DNET-910 URL: http://tracker.firebirdsql.org/browse/DNET-910 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0 Environment: Firebird 2.5.9, .net 4.5.2 Reporter: Christian Mayer Assignee: Jiri Cincura Attachments: FirebirdInvalidTransactionHandle.zip We get this exception in a multithreaded environment with the use of thread abortion. FirebirdSql.Data.FirebirdClient.FbException (0x80004005): invalid transaction handle (expecting explicit transaction start) ---> invalid transaction handle (expecting explicit transaction start) bei FirebirdSql.Data.FirebirdClient.FbTransaction.Dispose(Boolean disposing) bei System.Data.Common.DbTransaction.Dispose() bei FirebirdSql.Data.FirebirdClient.FbCommand.RollbackImplicitTransaction() bei FirebirdSql.Data.FirebirdClient.FbCommand.CommitImplicitTransaction() bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteScalar() It seems that the unfinished implicit transaction is carried to the next connection through connection pooling. The remaining connection in the thread pool is unusable then. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-18 06:16:44
|
Support for fb_info_tra_snapshot_number --------------------------------------- Key: DNET-909 URL: http://tracker.firebirdsql.org/browse/DNET-909 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-18 06:16:32
|
Support for isc_tpb_at_snapshot_number -------------------------------------- Key: DNET-908 URL: http://tracker.firebirdsql.org/browse/DNET-908 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-18 06:16:30
|
Read Comitted Read Stability support ------------------------------------ Key: DNET-907 URL: http://tracker.firebirdsql.org/browse/DNET-907 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Probably needs to happen in TPB and also for FbBatchExecution. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-18 06:16:28
|
Parallel back/restore support ----------------------------- Key: DNET-906 URL: http://tracker.firebirdsql.org/browse/DNET-906 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-18 06:16:23
|
isc_dpb_parallel_workers support -------------------------------- Key: DNET-905 URL: http://tracker.firebirdsql.org/browse/DNET-905 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: EzberYazan (JIRA) <tr...@fi...> - 2019-10-13 12:09:48
|
Unable to complete network request to host "{0}". error , but no args --------------------------------------------------------------------- Key: DNET-904 URL: http://tracker.firebirdsql.org/browse/DNET-904 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0 Environment: windows Reporter: EzberYazan Assignee: Jiri Cincura Unable to complete network request to host "{0}". but no arg on : private static void AppendMessage(StringBuilder builder, string message, List<string> args) { i solved pratically adding 3 arg for general purposes; if (args == null || args.Count == 0) { args.Add("no-arg-defined"); args.Add("no-arg-defined"); args.Add("no-arg-defined"); } private static void AppendMessage(StringBuilder builder, string message, List<string> args) { if (builder.Length > 0) { builder.Append(Environment.NewLine); } if (args == null || args.Count == 0) { args.Add("no-arg-defined"); args.Add("no-arg-defined"); args.Add("no-arg-defined"); } builder.AppendFormat(CultureInfo.CurrentCulture, message, args.ToArray()); } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-02 15:21:44
|
[ http://tracker.firebirdsql.org/browse/DNET-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Cincura reopened DNET-902: ------------------------------- > Failing to connect to Firebird > ------------------------------ > > Key: DNET-902 > URL: http://tracker.firebirdsql.org/browse/DNET-902 > Project: .NET Data provider > Issue Type: Bug > Components: Entity Framework Core > Affects Versions: 7.1.1.0 > Environment: Windows 10 / VS 2019 Preview > Reporter: John Greco > Assignee: Jiri Cincura > > Trying to utilize: services.AddDbContext<SheaDbContext>(options => options.UseFirebird(connectionString)); > Raises an exception: > "Method 'get_Info' in type 'FirebirdSql.EntityFrameworkCore.Firebird.Infrastructure.Internal.FbOptionsExtension' from assembly 'FirebirdSql.EntityFrameworkCore.Firebird, Version=7.1.1.0, Culture=neutral, PublicKeyToken=7a73ef09980c56c9' does not have an implementation." string -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-10-02 15:21:31
|
Support for EFCore 3 -------------------- Key: DNET-903 URL: http://tracker.firebirdsql.org/browse/DNET-903 Project: .NET Data provider Issue Type: Task Components: Entity Framework Core Affects Versions: 7.1.1.0 Reporter: Jiri Cincura Assignee: Jiri Cincura -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: John G. (JIRA) <tr...@fi...> - 2019-10-01 20:00:32
|
Failing to connect to Firebird ------------------------------ Key: DNET-902 URL: http://tracker.firebirdsql.org/browse/DNET-902 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider, Entity Framework Core, NuGet packages Affects Versions: 7.1.1.0 Environment: Windows 10 / VS 2019 Preview Reporter: John Greco Assignee: Jiri Cincura Trying to utilize: services.AddDbContext<SheaDbContext>(options => options.UseFirebird(connectionString)); Raises an exception: "Method 'get_Info' in type 'FirebirdSql.EntityFrameworkCore.Firebird.Infrastructure.Internal.FbOptionsExtension' from assembly 'FirebirdSql.EntityFrameworkCore.Firebird, Version=7.1.1.0, Culture=neutral, PublicKeyToken=7a73ef09980c56c9' does not have an implementation." string -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Andreas P. (JIRA) <tr...@fi...> - 2019-10-01 09:23:31
|
FbMigrationsSqlGenerator doesn't respect different code generation for firebird 2.5 and 3.0 ------------------------------------------------------------------------------------------- Key: DNET-901 URL: http://tracker.firebirdsql.org/browse/DNET-901 Project: .NET Data provider Issue Type: Bug Components: Entity Framework Core Affects Versions: 7.1.1.0 Environment: .net core 2.2 project with simple Blog and Post Example Reporter: Andreas Patock Assignee: Jiri Cincura Generating the Tables via dotnet ef database update is working as expected if the Firebird-Server Version >= 3.0! But running the same with Firebird-Server Version 2.5 leads to the following error: D:\Source\CodeFirstTest\CodeFirstTest>dotnet ef database update -c CodeFirstTest.Model.FirebirdBloggingContext Applying migration '20191001083549_Initial'. Failed executing DbCommand (23ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] CREATE TABLE "Blogs" ( "BlogId" INTEGER GENERATED BY DEFAULT AS IDENTITY NOT NULL, "Name" BLOB SUB_TYPE TEXT, CONSTRAINT "PK_Blogs" PRIMARY KEY ("BlogId") ); FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Dynamic SQL Error SQL error code = -104 Token unknown - line 2, column 32 BY ---> Dynamic SQL Error SQL error code = -104 Token unknown - line 2, column 32 BY at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery() at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, DbCommandMethod executeMethod, IReadOnlyDictionary`2 parameterValues) at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues) at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection) at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration) at Microsoft.EntityFrameworkCore.Design.Internal.MigrationsOperations.UpdateDatabase(String targetMigration, String contextType) at Microsoft.EntityFrameworkCore.Design.OperationExecutor.OperationBase.Execute(Action action) Dynamic SQL Error SQL error code = -104 Token unknown - line 2, column 32 BY -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Erik G. (JIRA) <tr...@fi...> - 2019-09-24 10:38:33
|
Querying WIN1251 columns, characters like é ë replaced by ? ----------------------------------------------------------- Key: DNET-900 URL: http://tracker.firebirdsql.org/browse/DNET-900 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0 Environment: Win10, x64/x86, .NET 4.7.2, Firebird 2.5 Reporter: Erik Groenakkers Assignee: Jiri Cincura I am working with a legacy database which uses WIN1251 text columns (don't ask me why). I am now trying to read data through the FirebirdClient 7.1.1.0 (and earlier versions) but characters like é and ë are replaced by question marks. I have tried connection character set NONE, UTF8 and even WIN1251 but to the same effect. I tested this with WIN1252 columns, and that works fine with connection character set NONE, WIN1252 or UTF8. Is WIN1251 not supported? Sample code (sensitive info removed): using (FbConnection connection = new FbConnection(@"character set=UTF8;data source=localhost;initial catalog=<db path>;user id=<user>;password=<pass>")) { connection.Open(); using (var command = new FbCommand(@"select id, name from client", connection)) { using (var reader = command.ExecuteReader()) { while (reader.Read()) { Console.WriteLine($"ID {(int)reader["ID"]}, NAME {(string)reader["NAME"]}"); } } } } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-09-04 09:20:04
|
WireEncryption on Linux gives "start_crypt: Client attempted to start wire encryption using unknown key symmetric." ------------------------------------------------------------------------------------------------------------------- Key: DNET-899 URL: http://tracker.firebirdsql.org/browse/DNET-899 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.0.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura >From https://www.tabsoverspaces.com/233794-ado-net-provider-7-0-0-0-for-firebird-is-ready#comment-4603483992. I think there is a problem with wire encryption feature, isn't working when try to connecting in fb3.0 over linux ubuntu, but over windows it's working, when i see the log found this: start_crypt: Client attempted to start wire encryption using unknown key symmetric. i use FbWireCrypt.Enabled and same in firebird.config but does not work. if i disable it can connect. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-09-02 15:56:43
|
[ http://tracker.firebirdsql.org/browse/DNET-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Cincura reopened DNET-898: ------------------------------- > Cannot connect to Linux server with 7.0, but 6.7 works fine > ----------------------------------------------------------- > > Key: DNET-898 > URL: http://tracker.firebirdsql.org/browse/DNET-898 > Project: .NET Data provider > Issue Type: Bug > Components: ADO.NET Provider > Affects Versions: 7.0.0.0 > Environment: Windows client .NET 4.5.2, Linux server Debian 6.0, Firebird 3.0.4 AMD64 > Reporter: Roland Turcan > Assignee: Jiri Cincura > Priority: Blocker > > The only change was update of .NET provider and connection causes: > DateTime = 22.8.2019 10:23:46 > Header = CreateAndOpenConnection() > FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Unable to complete network request to host " > No message for error code 335544721 found. ---> Unable to complete network request to host " > No message for error code 335544721 found. > at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() > at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(ConnectionString connectionString) > at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner) > at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(ConnectionString connectionString, FbConnection owner) > at FirebirdSql.Data.FirebirdClient.FbConnection.Open() > ================================================== > but againt Windows servers I have not found any problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Roland T. (JIRA) <tr...@fi...> - 2019-08-22 09:45:29
|
Cannot connect to Linux server with 7.0, but 6.7 works fine ----------------------------------------------------------- Key: DNET-898 URL: http://tracker.firebirdsql.org/browse/DNET-898 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.0.0.0 Environment: Windows client .NET 4.5.2, Linux server Debian 6.0, Firebird 3.0.4 AMD64 Reporter: Roland Turcan Assignee: Jiri Cincura Priority: Blocker The only change was update of .NET provider and connection causes: DateTime = 22.8.2019 10:23:46 Header = CreateAndOpenConnection() FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Unable to complete network request to host " No message for error code 335544721 found. ---> Unable to complete network request to host " No message for error code 335544721 found. at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(ConnectionString connectionString) at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner) at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(ConnectionString connectionString, FbConnection owner) at FirebirdSql.Data.FirebirdClient.FbConnection.Open() ================================================== but againt Windows servers I have not found any problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Jiri C. (JIRA) <tr...@fi...> - 2019-08-19 06:06:27
|
Do not assume "localhost" when no host specified in "datasouce" and also not in "database" in connection string #breaking ------------------------------------------------------------------------------------------------------------------------- Key: DNET-897 URL: http://tracker.firebirdsql.org/browse/DNET-897 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Affects Versions: 6.7.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Localhost is only assumed, per definition, in URL-style. It should effectively be XNET. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |