[Firebird-net-provider] [FB-Tracker] Created: (DNET-431) Configurable Traceoutput

2012-05-14 Thread JIRA
ivated = False On a simple ExecuteReader the execution time is reduced from 0.87 seconds to 0.12 seconds! The reason is, that ADO.NET executes for each column a new SQL, that will also be traced to the output. It would by nice, to have this feature automaticly. -- This message is automatically gen

[Firebird-net-provider] [FB-Tracker] Created: (DNET-432) JOIN queries return SQL error code -104

2012-05-16 Thread JIRA
we want an actual JoinSymbol. JoinSymbol newJoinSymbol = new JoinSymbol(inputVarName, inputVarType, oldJoinSymbol.ExtentList); // This indicates that the oldStatement is a blocking scope // i.e. it hides/renames extent columns

[Firebird-net-provider] [FB-Tracker] Created: (DNET-437) Fail to get the data structure with "Entity Data Model Wizard"

2012-05-30 Thread JIRA
: Critical Attachments: error.png Using the "Entity Data Model Wizard" to create a new Data Model generated from database, in the moment when the wizard try to get the objects, the "Invalid Token" message shows up. -- This message is automatically generated by JIRA. - If you

[Firebird-net-provider] [FB-Tracker] Created: (DNET-439) TransactionScope not working with EnlistTransaction

2012-06-19 Thread JIRA
rsisted The rollback is done successfully in SQLServer, but not in Firebird. Can you fix this problem? Thanks in advance. -- 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-459) Optimize GetSchemaTable method from FBDataReader.cs

2012-10-18 Thread JIRA
ll; }//Finish Batch Round Iteration schemaCmd.Close(); if (tableCount > 1) { foreach (DataRow row in schemaTable.Rows) { row["IsKey"] = false;

[Firebird-net-provider] [FB-Tracker] Created: (DNET-480) ObjectContext.CreateDatabaseScript() creating wrong output for table fields of type DOUBLE

2013-01-03 Thread JIRA
OUBLE PRECISION NOT NULL, ... ); -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-487) The "Detach" is not called in the Dispose of connection

2013-02-23 Thread JIRA
Invoke(db, null); conn.Close(); } Please can you fix this problem? Many problems are occurring in our servers because of this. Thanks in advance. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators:

[Firebird-net-provider] [FB-Tracker] Created: (DNET-488) Incorrect Exception - Could not find FirebirdSql.Data.FirebirdClient.resources

2013-03-02 Thread JIRA
ent.FbCommand.ExecuteReader(CommandBehavior behavior) bei FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior) -- 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-521) Can firebirdsql.data.firebirdclient.dll COM visible?

2013-09-30 Thread JIRA
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-522) Split Entity framework 6 provider from the FirebirdSql.Data.FirebirdClient.dll into a new DLL to avoid incompatibilties when using the DDEX Pro

2013-10-07 Thread JIRA
EntityFramework.Firebird without having issues. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-534) EF6 provider incompatible with EntityFrameworkProfiler from hibernatingrhinos.com

2013-12-06 Thread JIRA
=4.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c]]} -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-549) When you change culture of application while it's connected to firebird database, the connection won't be returned into pool.

2014-03-24 Thread JIRA
Provider version 4.1.0.0 and .NET FW version: 4.0.30319 and ASP .NET 4.0.30319.34009 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administra

[Firebird-net-provider] [FB-Tracker] Created: (DNET-560) Firebird .Net Provider Installer doesn't remove entries from the machine.config when removing/repair the provider

2014-07-25 Thread JIRA
QL CE fail to load. Removing all the bad entries fixes both VS issues (crash and SQL CE 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-561) Add ETW logging support to the provider to get better error logging and have a way to trace the performance of the .Net provider

2014-07-25 Thread JIRA
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-563) Abbility to use "no garbage collect" connection parameter

2014-08-06 Thread JIRA
led "No Garbage Collect". Can we implement it and send patch ? Bye Lukáš Vykydal -- 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 infor

[Firebird-net-provider] [FB-Tracker] Created: (DNET-568) FbConnection.ClearPool (cnn) doesn't work

2014-09-23 Thread JIRA
ll be basically a NOP. The workaround is to call ClearAllPools() instead, but that does clean more than requested/needed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administra

[Firebird-net-provider] [FB-Tracker] Created: (DNET-570) Loading error messages from a manifest resource fails on mono

2014-10-13 Thread JIRA
rrent implementation at each iscexception a call is made to read the resource from disk, and a full resource dictionary is constructed. This is on aoverkill especially for server usages. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one o

[Firebird-net-provider] [FB-Tracker] Created: (DNET-581) DDEX provider is lost after updating an extension in VS2012

2014-12-08 Thread JIRA
this happens again. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-609) Support for Visual Studio 2015

2015-06-22 Thread JIRA
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-623) DDEX provider setup doesn't detect installed VS version

2015-08-17 Thread JIRA
ave VS2012 installed. I expect that the installer detects the installed version and selects the correct entries. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-659) Implement DDEX Provider as VSIX

2015-12-28 Thread JIRA
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-673) Excessive memory increase problem in FbDataAdapter method even using dispose ( ) .

2016-03-20 Thread JIRA
command every 1 minute considerably increases memory not reducing after dispose . -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-682) NET Core port

2016-05-24 Thread JIRA
ilabe (AFAIK): - distributed transactions -- 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/sof

[Firebird-net-provider] [FB-Tracker] Created: (DNET-684) System.NullReferenceException in FirebirdSql.Data.Common.Extensions.TryGetTarget

2016-06-12 Thread JIRA
!FirebirdSql.Data.Common.Extensions.TryGetTarget[[System.__Canon,_mscorlib]] -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-695) System.InvalidOperationException at FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.XdrStream::Write - Write operations are

2016-08-31 Thread JIRA
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-710) missing firebird data source visual studio 2015 ( no problem with vs 2013)

2016-10-30 Thread JIRA
On VS2013 perfect. installed softwares: ddex provider for firebird 3.0.2.0 firebirdClient 5.5.0.0 machineconfig s are modified; .. .. -- 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-713) FirebirdSql.VisualStudio.DataTools.dll ConnectionProperties is null on Add Connection Dialog

2016-11-07 Thread JIRA
Properties() { System.Diagnostics.Trace.WriteLine("FbDataConnectionUIControl::LoadProperties()"); try { this.txtDataSource.Text = (string)ConnectionProperties["Data Source"]; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly con

[Firebird-net-provider] [FB-Tracker] Created: (DNET-715) FbDataReader should use only Ordinal CS/CI matches for column names

2016-11-10 Thread JIRA
what was good. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-735) Problem with the Release method of FbConnection in multithreaded context

2017-02-03 Thread JIRA
another look for that problem ? Regards, -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-739) Support Visual Studio 2017

2017-03-08 Thread JIRA
Environment: Win10 + VS2017 Reporter: André Ziegler Assignee: Jiri Cincura Can you please add support for the Visual Studio 2017 to the DDEX Installer? Currently it only supports Vs versions up to VS2015. -- This message is automatically generated by JIRA. - If

[Firebird-net-provider] [FB-Tracker] Created: (DNET-762) Update the referenced Microsoft.BCL packages to latest version for NET40 projects

2017-05-09 Thread JIRA
versions and here I get conflict. You use but there are 2 updates: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[Firebird-net-provider] [FB-Tracker] Created: (DNET-764) Supports lack of ambient transaction when auto-enlisting is activated

2017-05-28 Thread JIRA
nd lack of ambient transaction: SqlConnection, SQLiteConnection, SqlCeConnection, OdbcConnection, OracleConnection (managed & unmanaged), NpgsqlConnection, MySqlConnection. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

[Firebird-net-provider] [FB-Tracker] Created: (DNET-765) Enable auto-enlistment by default

2017-05-28 Thread JIRA
t, it will likely be required to do DNET-764, which is about another unexpected behavior which will not play very well with enabling auto-enlistment by default. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrat

[Firebird-net-provider] [FB-Tracker] Created: (DNET-766) Not enabling auto-enlistment should not disable system transactions.

2017-05-28 Thread JIRA
for auto-enlistment at connection opening, but also for globally disabling system transactions. https://sourceforge.net/p/firebird/NETProvider/ci/master/tree/Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnectionInternal.cs#l282 -- This message is automatically generated by JIRA

[Firebird-net-provider] [FB-Tracker] Created: (DNET-775) Exception on NET Core when setting a null value to a command parameter

2017-08-24 Thread JIRA
pe is unknown." As far as I understand the reason for this is an unnecessary preprocessor exclusion at line 412 in FbParameter.cs: #if !NETSTANDARD1_6 case TypeCode.DBNull: #endif TypeCode.DBNull is part of netstandard -- This message is automatically generat

[Firebird-net-provider] [FB-Tracker] Created: (DNET-781) Updating FirebirdClient provider to Version 5.11.0 fails with 'FirebirdSql.Data.FirebirdClient' already has a dependency defined for 'Microsoft

2017-09-05 Thread JIRA
iles and specify the nuget version where it works. -- 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 info

[Firebird-net-provider] [FB-Tracker] Created: (DNET-785) Possibility of information of the process in the table MON $ ATTACHMENTS

2017-09-20 Thread JIRA
other mark indicating that it is from a remote connection. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-786) Accentuation in Scrip (WIN1252)

2017-09-20 Thread JIRA
ipo de Conta.'; Execute Script (.NET Data provider) EXC_SM_CD_ES_PRODUTO 'Produto N?o Cadastrado.'; EXC_SM_CD_PARAMETROS 'Falha no Par?metro.'; EXC_SM_MV_CT_CB_CONTA_MO 'Movimentador Inv?lido para Esse tipo de Conta.'; Result. -- This message is automatical

[Firebird-net-provider] [FB-Tracker] Created: (DNET-793) Pool should not yield a connection with an ongoing transaction

2017-10-24 Thread JIRA
.) -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-804) Connection lost to database with embed connection

2018-01-30 Thread JIRA
x.Open() x.Close() -- 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 J

[Firebird-net-provider] [FB-Tracker] Created: (DNET-916) Connection Pool - Broken Connection Handling

2019-11-08 Thread JIRA
rdsql.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.

[Firebird-net-provider] [FB-Tracker] Created: (DNET-917) Connection Pool - FbConnectionInternal.Database.BrokenConnection

2019-11-08 Thread JIRA
elf 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-1038) With a little change the reader will load data with GetValues(myValues) 30% faster

2021-04-08 Thread JIRA
essage 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/softwar

[Firebird-net-provider] [FB-Tracker] Created: (DNET-1039) FbDataAdapter doesn't fill MaxLength-Property of DataColumn of varchar type

2021-04-08 Thread JIRA
is in all my applications because the 7.10 is faster than 6.8 and i need the fastest version for a datawarehouse. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-1040) FbParameterCollection use slow List to find Parameters by Name

2021-04-11 Thread JIRA
per second, depending on count of columns, with named parameters its only 500 - 2500. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-1041) FbBulkCopy class for faster import

2021-04-15 Thread JIRA
, for example, an insert with 8 columns speeds up from 8000 to 22.500. Where can i send/upload my class, so you can check this if it can be used for Firebird client? Some fieldtypes must be added. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact o

[Firebird-net-provider] [FB-Tracker] Created: (DNET-124) Long VARCHAR parameters in where clause reported as "string truncation"

2007-10-25 Thread JIRA
s should not be so strictly enforced when they are used in a WHERE clause because it produces unwanted behavior and prevent execution of statements which are actually correct. Regards -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

[Firebird-net-provider] [FB-Tracker] Created: (DNET-130) ADO.NET Provider does not work with DbProviderFactories from System.Data.Common

2007-11-05 Thread JIRA
Args) Handles MyBase.Load DataGridViewProviderClass.DataSource = GetFactoriesTable() ListBoxProviders.Items.AddRange(GetFactoriesList().ToArray) End Sub End Class -- 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-155) FbConnectionStringBuilder Database Property return null

2008-01-30 Thread JIRA
s , for example you can try "Turkish". if the regional settings are set to "English" , this exception does not happen. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org

[Firebird-net-provider] [FB-Tracker] Created: (DNET-182) FbConnection.GetSchema("Columns") doesn't correctly identify array-columns

2008-10-08 Thread JIRA
(); Type t = dt.Rows[0]["DataType"] the type returned is "System.Array", but the actual value from the query is a System.String[] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt

[Firebird-net-provider] [FB-Tracker] Created: (DNET-229) Possible memory leaks due to SuppressFinalize in constructors

2009-04-24 Thread JIRA
called. SuppressFinalize is even sometimes called on classes that have no Finalizer (for example GdsConnection). -- 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-271) .Net 2.0 Build depends on System.Core (.net 3.5)

2009-09-12 Thread JIRA
.net 2.0 only build! Konstantin Dombrugov also reported this in DNET-233: TResult Func() supported since .net framework 3.5 It is used in FbDataReader.CheckedGetValue -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators

[Firebird-net-provider] [FB-Tracker] Created: (DNET-270) Do not use hardcoded WixToolPath in WixInstaller.wixproj

2009-09-12 Thread JIRA
think I would be better to use the environment variable from WIX. Is this possible? Otherwise I always have to install WIX to this hardcoded folder even on a x86 Windows. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators

[Firebird-net-provider] [FB-Tracker] Created: (DNET-272) Create a Debug_20 configuration

2009-09-12 Thread JIRA
Versions: 2.5.1, 2.5.0 Environment: Windows Vista Sp2 x86, Windows 7 RTM x86 Reporter: André Ziegler Assignee: Jiri Cincura Priority: Minor I would be nice if you can add a debug configuration for .net 2.0. -- This message is automatically generated by JIRA

[Firebird-net-provider] [FB-Tracker] Created: (DNET-287) FbBackup from remote machine

2010-01-15 Thread JIRA
s features. -- 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/sof

[Firebird-net-provider] [FB-Tracker] Created: (DNET-310) FbScript and/or StringParser incorrect whitespace handling (FirebirdSql.Data.Isql namespace)

2010-04-13 Thread JIRA
cters into single space characters, but every function I checked assumes that tokens are separated by single space characters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Admin

[Firebird-net-provider] [FB-Tracker] Created: (DNET-353) Can't compile the Release_20 config: error CS0104 : 'Func' is an ambiguous reference between 'System.Func' and 'FirebirdSql.Data.Common.Func

2010-11-14 Thread JIRA
Reporter: André Ziegler Assignee: Jiri Cincura Priority: Blocker -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-366) System.NullReferenceException at FirebirdSql.Data.FirebirdClient.FbConnectionPool.get_Count()

2011-02-15 Thread JIRA
;lock (this.unlocked.SyncRoot)", but during the disposal that variable might be already null... -- 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 informati

[Firebird-net-provider] [FB-Tracker] Created: (DNET-382) Deadlock in the GC Finalizer thread

2011-05-25 Thread JIRA
every single object that implements IDisposable, it might be worth trying to fix this issue. Following the instructions of the Bug Tracker, this should be a Blocker Priority Issue as it effectively blocks the program when it happens - even if it happens very rarely. -- This message is aut

[Firebird-net-provider] [FB-Tracker] Created: (DNET-397) When Reference adding

2011-10-12 Thread JIRA
Environment: Windows7 x64, Firebird 2.5.1, FbClient 2.6.5, VB.Net 2008 Reporter: Zeki Gürsoy Assignee: Jiri Cincura Can not adding and implement FbClient 2.5.6 reference. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[Firebird-net-provider] [FB-Tracker] Created: (DNET-398) FbConnection.CreateDatabase does not always throw exceptions when it cannot create the database

2011-10-17 Thread JIRA
does not fail, so you think you have created a new, empty database, when in fact you are reusing an existing database! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebird

[Firebird-net-provider] [FB-Tracker] Created: (DNET-410) Inserting large BLOB field (>500 MB) - System.OutOfMemoryException

2012-02-17 Thread JIRA
conn.Close(); } The memory consumption is big because of the InternalValue get-property of the FbParameter class. This get-property makes a copy from Blob value, and it's called many times. I think the objectcopy isn't necessary always! -- This message is automatic

[Firebird-net-provider] [FB-Tracker] Created: (DNET-411) Inserting large BLOB field (>500 MB) - System.OutOfMemoryException

2012-02-17 Thread JIRA
conn.Close(); } The memory consumption is big because of the InternalValue get-property of the FbParameter class. This get-property makes a copy from Blob value, and it's called many times. I think the objectcopy isn't necessary always! -- This message is automatic

[Firebird-net-provider] [FB-Tracker] Created: (DNET-409) Inserting large BLOB field (>500 MB) - System.OutOfMemoryException

2012-02-17 Thread JIRA
conn.Close(); } The memory consumption is big because of the InternalValue get-property of the FbParameter class. This get-property makes a copy from Blob value, and it's called many times. I think the objectcopy isn't necessary always! -- This message is automatic

[Firebird-net-provider] [FB-Tracker] Created: (DNET-421) ReleasePreparedCommands method in FbConnectionInternal does not work as expected - does not release resources of all prepared commands upon con

2012-03-12 Thread JIRA
ecause FbCommand referenced invalid, previously unreleased Statement object, that referenced invalid old GdsDatabase object. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Adminis

[Firebird-net-provider] [FB-Tracker] Created: (DNET-447)

2012-07-22 Thread Steven (JIRA)
Reporter: Steven Assignee: Jiri Cincura When i add the FirebirdSql.Data.FirebirdClient.dll into my reference, my other function that have become error. Please guide me to fix this. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact

[Firebird-net-provider] [FB-Tracker] Created: (DNET-466) SQL generated for Contains may not work as expected

2012-11-08 Thread Dave (JIRA)
does not include the row containing 'one' because "F"."C1" is of type CHAR(4), and cannot match a three character value. CASTing the literals to VARCHAR results in the expected behavior.

[Firebird-net-provider] [FB-Tracker] Created: (DNET-467) Excess trace logging in FbCommand

2012-11-09 Thread Yurij (JIRA)
control trace output in production with "is debug" flag, as in previous versions. -- 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 info

[Firebird-net-provider] [FB-Tracker] Created: (DNET-476) FesTransaction.Commit - Update event handlers NullReferenceException

2012-12-18 Thread devvvy (JIRA)
ate.NoTransaction; } } -- 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.

[Firebird-net-provider] [FB-Tracker] Created: (DNET-478) Use a processor architecture specific folder (ex x86) in order to get the fbembed.dll

2013-01-01 Thread Greg (JIRA)
l. You can use the PROCESSOR_ARCHITECTURE environmental variable to determine what architecture is used (http://msdn.microsoft.com/en-us/library/aa384274.aspx). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrat

[Firebird-net-provider] [FB-Tracker] Created: (DNET-482) Installer doesn't change Framework64 machine.config

2013-01-11 Thread F.D.Castel (JIRA)
30319\Config but not in the 64-bit version C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-483) New behavior for implicit transactions

2013-01-20 Thread F.D.Castel (JIRA)
t it will bring the performance near to levels similar to the other providers. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-493) Multiple websites in IIS with native dll use 100% or core CPU

2013-04-16 Thread Icemedia (JIRA)
dll!endthreadex+0x47 MSVCR80.dll!endthreadex+0x104 KERNEL32.DLL!BaseThreadInitThunk+0x1a ntdll.dll!RtlUserThreadStart+0x21 This is running in IIS7 and IIS8 with .NET framework version is 2.0 I think firebird is trying to acquire some kind of lock? -- This message is automatically generated by JIR

[Firebird-net-provider] [FB-Tracker] Created: (DNET-501) NullReferenceException with Connection.GetSchema

2013-05-16 Thread Pavel (JIRA)
l, spName }); return parmsDataTable.Rows.Count; // Also the same exception: FbCommandBuilder.DeriveParameters(command); Tests runs on real device with WinCE 6.0 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.fi

[Firebird-net-provider] [FB-Tracker] Created: (DNET-511) Firebird ADO.NET Data Provider Version 3.0.2 does not support .Net Framework 4?

2013-07-08 Thread NoPyGod (JIRA)
ort .NET 4.5 so I hope that's not the case. -- 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.atlassi

[Firebird-net-provider] [FB-Tracker] Created: (DNET-512) NETProvider-3.1.0.0.msi does not add entries into 64bit config

2013-07-30 Thread NoPyGod (JIRA)
ine.config So if I deploy my application to a 64bit machine I get the error "Unable to determine the provider name for connection of type 'FirebirdSql.Data.FirebirdClient.FbConnection'." -- This message is automatically generated by JIRA. - If you think it was sent

[Firebird-net-provider] [FB-Tracker] Created: (DNET-513) "Implementation limit exceeded" after upgrading from 3.0.2.0 to 3.1.0.0

2013-07-31 Thread NoPyGod (JIRA)
m referring to -- SELECT * FROM CONFIGURATION WHERE CONFIGKEY = CAST(_UTF8'TEST' AS VARCHAR(32765)) I don't know if this is a problem with the ADO.NET provider or with the Firebird engine itself, but since 3.0.2.0 worked and 3.1.0.0 doesn't

[Firebird-net-provider] [FB-Tracker] Created: (DNET-516) Installer fails on 32bit systems

2013-08-18 Thread NoPyGod (JIRA)
eck if the system is 64bit before modifying the 64bit machine.config -- 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,

[Firebird-net-provider] [FB-Tracker] Created: (DNET-533) exception at net sync framework 2.1 synchronization

2013-12-04 Thread Andrey (JIRA)
Microsoft.Synchronization.Data.DbSyncScopeHandler.ReadScope(IDbConnection connection, IDbTransaction transaction, ReadKnowledgeType readType, ReadForgottenKnowledgeType readFKtype) InnerException: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact

[Firebird-net-provider] [FB-Tracker] Created: (DNET-535) Exception when using Guid variables

2013-12-12 Thread Andrey (JIRA)
comm.Parameters["sync_scope_cleanup_knowledge"].Value = DBNull.Value; comm.Parameters["sync_check_concurrency"].Value = 0; comm.Parameters["sync_scope_id"].Value = Guid.Parse("31313131-3131-3131-3131-313131313131&

[Firebird-net-provider] [FB-Tracker] Created: (DNET-540) Transaction not rolling back

2014-01-02 Thread pritaeas (JIRA)
onnection) { using (TransactionScope scope = new TransactionScope()) { throw new Exception("Fb exception thrown!"); scope.Complete(); } } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly cont

[Firebird-net-provider] [FB-Tracker] Created: (DNET-547) there is an exception when i create object of model

2014-03-18 Thread vitalii (JIRA)
uot;} Can you help me? Maybe this problem was sounded here, but i didn't find it. -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-548) there is an exception when i create object of model

2014-03-18 Thread vitalii (JIRA)
k/?LinkId=260882 for more information."} Can you help me? Maybe this problem was sounded here, but i didn't find it. -- 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.

[Firebird-net-provider] [FB-Tracker] Created: (DNET-550) NotSupportedException occurs when using ServerType embedded

2014-04-03 Thread Hennadii (JIRA)
e equal to DbDataType.Null -- 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/sof

[Firebird-net-provider] [FB-Tracker] Created: (DNET-553) Diacritic replaced when EF update records

2014-04-28 Thread Alexx (JIRA)
ge 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-556) FirebirdSql.Data.UnitTests tests fail on fbembed x64 configuration

2014-05-28 Thread Hennadii (JIRA)
ssage 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-558) FbCommand with CommandTest containing "EXECUTE BLOCK" will not excpet input FbParamaters

2014-07-02 Thread Andrew (JIRA)
ase FbDbType.SmallInt: short shtValue = (short)fbParameter.Value; sqlCommand = sqlCommand.Replace(fbParameter.ParameterName, shtValue.ToString()); break; default:

[Firebird-net-provider] [FB-Tracker] Created: (DNET-577) The utilisation of parameters writes in the standard output so the performances are considerably descreased

2014-11-24 Thread Pascal (JIRA)
8901234567890123456789 If you think, it's important to continue to write parameters in the standard output, you can put in the setup the bin/release dll without writing and the bin/debug dll with writing. So the developpers can use the release or the debug version depending of their needs. R

[Firebird-net-provider] [FB-Tracker] Created: (DNET-582) Random bug in finalizing DbCommands

2014-12-19 Thread Hennadii (JIRA)
} Don't you think that catching swallowing exceptions in dispose methods is a bad way to handle 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 -

[Firebird-net-provider] [FB-Tracker] Created: (DNET-597) Access violation in FesStatement.Finalize

2015-03-31 Thread Hennadii (JIRA)
already deallocated before finalization of statement got to the queue. I think it needs somehow propagate deallocation of the database in managed statement objects. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the a

[Firebird-net-provider] [FB-Tracker] Created: (DNET-601) sanya

2015-04-14 Thread Aleksandr (JIRA)
: Aleksandr Assignee: Jiri Cincura wewe -- 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-604) Improvement the time to execute parametred queries

2015-04-24 Thread Pascal (JIRA)
} } And then, if the namedParamers[i] is the same then Parameters[i], it doesn't looking for all nameParameters. I tried to insert 1000 records with 50 parameters, without the optimisation, it dures 10 seconds and with the optimisation it dures 7 seconds. Regards, -- This

[Firebird-net-provider] [FB-Tracker] Created: (DNET-605) NullReferenceException in FirebirdSql.Data.FirebirdClient.FbConnectionInternal.TransactionUpdated()

2015-04-29 Thread Maxim (JIRA)
ToStr(ID) + " was added"; return true; } catch (Exception ex) { errStr = ex.ToString(); return false; } My methods are working stable on 32 platform. On x64 tables are changing, but after change i have

[Firebird-net-provider] [FB-Tracker] Created: (DNET-616) [FirebirdSql.Data.FirebirdClient.FbException] - Column unknown RDB$PROCEDURE_TYPE (SQL error code = -206)

2015-06-25 Thread hastenrom (JIRA)
x27;FirebirdSql.Data.Common.IscException', with this error message: 'Dynamic SQL Error SQL error code = -206 Column unknown RDB$PROCEDURE_TYPE At line 45, column 5'.'. --- OK --- -- This message is automatically generated by JIR

[Firebird-net-provider] [FB-Tracker] Created: (DNET-636) FbParameterCollection's Clear method can't set parameter's attribute Parent to null

2015-10-01 Thread ranfu (JIRA)
rameter's attribute Parent to null,then we can reuse the parameter to add it to another Colletion,but FbParameterCollection's Clear method don'nt clear it -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: ht

[Firebird-net-provider] [FB-Tracker] Created: (DNET-666) FirebirdSQL Connection Pooling (ADO.NET) is not Working since 4.5.2 version

2016-02-01 Thread alexedu (JIRA)
FirebirdServerDefaultInstance); 3- Try to request any other data from the Database using the same FirebirdSQL Connection Pooling open before. Additional Information: This issue did not happen when using the previous ADO.NET Provider v.4.5.2.0. -- This message is automatically generated by JIRA. - If you think

[Firebird-net-provider] [FB-Tracker] Created: (DNET-667) Error reading from connection : FirebirdSQL Connection Pooling (ADO.NET) is not Working

2016-02-01 Thread alexedu (JIRA)
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-671) Null Object reference Exception while starting Serializable level transaction with ASP.NET

2016-03-02 Thread robsonwk (JIRA)
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/so

[Firebird-net-provider] [FB-Tracker] Created: (DNET-680) cannot connect to an embedded db with the 5.0.0.0

2016-05-18 Thread livioc (JIRA)
er\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbCommand.cs:line 527 -- 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/so

[Firebird-net-provider] [FB-Tracker] Created: (DNET-681) the provider passes the windows username and not the userid of connection string to the embedded server

2016-05-19 Thread livioc (JIRA)
used to login with the query 'SELECT CURRENT_USER FROM RDB$DATABASE' -- 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,

  1   2   3   4   5   6   7   8   9   10   >