[Firebird-net-provider] [FB-Tracker] Created: (DNET-155) FbConnectionStringBuilder Database Property return null

2008-01-30 Thread JIRA
. 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/secure/Administrators.jspa - For more information on JIRA, see: http

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

2008-10-08 Thread JIRA
] 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: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information

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

2009-04-24 Thread JIRA
be 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
a .net 2.0 only build! Konstantin Dombrugov also reported this in DNET-233: TResult FuncTResult() supported since .net framework 3.5 It is used in FbDataReader.CheckedGetValueT -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

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

2009-09-12 Thread JIRA
v3\bin\/WixToolPath I 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

[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
. -- 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-310) FbScript and/or StringParser incorrect whitespace handling (FirebirdSql.Data.Isql namespace)

2010-04-13 Thread JIRA
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/Administrators.jspa - For more information on JIRA

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

2010-11-14 Thread JIRA
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 more information on JIRA, see: http

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

2011-02-15 Thread JIRA
(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 information on JIRA

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

2011-05-25 Thread JIRA
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 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-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-431) Configurable Traceoutput

2012-05-14 Thread JIRA
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 generated by JIRA. - If you

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

2012-05-30 Thread JIRA
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 think it was sent incorrectly contact

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

2012-06-19 Thread JIRA
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/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[Firebird-net-provider] [FB-Tracker] Created: (DNET-459) Optimize GetSchemaTable method from FBDataReader.cs

2012-10-18 Thread JIRA
; } } //Dispose command schemaCmd.Dispose(); relationList = null; fieldList = null; return schemaTable; } Cheers. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

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

2013-01-03 Thread JIRA
NOT): RECREATE TABLE ITEMS ( ID BIGINT NOT NULL, ... AMOUNT DOUBLE NOT NULL, ... ); Should be: RECREATE TABLE ITEMS ( ID BIGINT NOT NULL, ... AMOUNT DOUBLE PRECISION NOT NULL, ... ); -- This message is automatically generated by JIRA

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

2013-03-02 Thread JIRA
) 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/Administrators.jspa - For more

[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
the 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
-- 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-560) Firebird .Net Provider Installer doesn't remove entries from the machine.config DbProviderFactories when removing/repair the provider

2014-07-25 Thread JIRA
and this causes that other providers like SQL 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

[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
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-563) Abbility to use no garbage collect connection parameter

2014-08-06 Thread JIRA
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 information on JIRA, see: http

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

2014-09-23 Thread JIRA
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/Administrators.jspa

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

2014-10-13 Thread JIRA
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

[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/jira

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

2015-06-23 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
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 - For more

[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-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-673) Excessive memory increase problem in FbDataAdapter method even using dispose ( ) .

2016-03-20 Thread JIRA
of the 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

[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-713) FirebirdSql.VisualStudio.DataTools.dll ConnectionProperties is null on Add Connection Dialog

2016-11-07 Thread JIRA
() { 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 contact one o

[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-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

[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-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-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
by default, 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-786) Accentuation in Scrip (WIN1252)

2017-09-20 Thread JIRA
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 automatically generated by JIRA. - If you think it was sent incorrectly

[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-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
. -- 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-775) Exception on NET Core when setting a null value to a command parameter

2017-08-24 Thread JIRA
type 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-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
en() 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 JIRA, see:

[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/Administrato

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

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

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

2021-04-08 Thread JIRA
this 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-1041) FbBulkCopy class for faster import

2021-04-15 Thread JIRA
. But, 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 one

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

2021-04-11 Thread JIRA
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, see

[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-99) timestamp handling not consistent when same date and time data is supplyed

2007-06-27 Thread luigi (JIRA)
of the possible timestamp formats, as for MM-dd-, dd-MM-, ecc. (such formats have been applied across all the table insert functions, but the problem it's still there). Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[Firebird-net-provider] [FB-Tracker] Created: (DNET-143) Error in FbConnection.ChangeDatabase

2007-12-06 Thread Pavel (JIRA)
(); } as you see, you forgot to assign a new connection string to the current connection before reconnecting :) -- 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-157) Bug in FbCommandBuilder.DeriveParameters method

2008-02-12 Thread fedor (JIRA)
Provider Affects Versions: 2.1.0 RC 2 Environment: WinXP(64bit) Reporter: fedor Assignee: Jiri Cincura Method not throw InvalidOperationException if the command text is not a valid stored procedure name. -- This message is automatically generated by JIRA

[Firebird-net-provider] [FB-Tracker] Created: (DNET-166) Turkish region setting

2008-05-27 Thread art (JIRA)
documents you can find a lot of examples. I added a simple file which has some examples about my problem. Regards. Prelectorer TANIŞ Ali Rıza. KS University / K.Maraş / TURKEY [EMAIL PROTECTED] -- This message is automatically generated by JIRA

[Firebird-net-provider] [FB-Tracker] Created: (DNET-180) Parameters not detected in VS2008 IDE when LEFT OUTER JOIN used

2008-10-07 Thread Zento (JIRA)
The Refresh Schema link from smart tag shows a Must declare command parameters error. -- 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-238) Error creating Entity model from existing database

2009-05-31 Thread Moshko (JIRA)
with length 1-23, 31 is ok) -- 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-267) False EntityKey's

2009-09-02 Thread art (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-269) Query fails when contain more than 150 params

2009-09-07 Thread ssdi (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-285) -firefox, opera, limewire -these softwares cannot connect to the internet, while internet explorer does work fine, TRIED turning the firefox o

2009-11-16 Thread ananta (JIRA)
Issue Type: Bug Environment: WINDOWS VISTA Reporter: ananta 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-293) Do not use Process.GetCurrentProcess() to get calling executable

2010-02-05 Thread Valeriy (JIRA)
will get the same process string as call to Process.GetCurrentProcess().MainModule.FileName but without requesting debug privileges. -- 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-314) Incompatible with Interbase DB 7.5 SP1?

2010-04-27 Thread David (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-337) Wrong tpb parameters for standard transaction isolation modes

2010-08-02 Thread kdv (JIRA)
on wait). Instead, ReadCommitted must use read committed record version no wait This tpb parameters exactly corresponds to the standard ReadCommitted isolation mode. -- 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-339) create connection... Method not found: 'System.Threading.Monitor.Enter'

2010-08-09 Thread Roman (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-344) EF4 BindingSource error

2010-08-18 Thread art (JIRA)
update. it's not insert. -- 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-346) #PK_GEN# #GUID#

2010-08-30 Thread art (JIRA)
: art Assignee: Jiri Cincura Is use with #PK_GEN# and #GUID# ? -- 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-365) FbDataReader doesn't throw exception when server stopping

2011-02-15 Thread Dmitry (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-371) Expression not supported in FbBatchExecution : ALTER ROLE RDB$ADMIN SET AUTO ADMIN MAPPING

2011-03-21 Thread ssdi (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-466) SQL generated for Contains may not work as expected

2012-11-08 Thread Dave (JIRA)
, C.VAL)) 0) The result of this query 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. -- This message is automatically generated by JIRA. - If you think it was sent

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

2012-11-09 Thread Yurij (JIRA)
to 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 information on JIRA

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

2012-12-18 Thread devvvy (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-493) Multiple websites in IIS with native dll use 100% or core CPU

2013-04-16 Thread Icemedia (JIRA)
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 JIRA. - If you think

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

2013-05-16 Thread Pavel (JIRA)
; // 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.firebirdsql.org/secure

[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-09 Thread NoPyGod (JIRA)
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.atlassian.com/software/jira

[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)
* 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 I thought I'd report it here. -- This message is automatically generated by 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)
(); } } } } -- 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-540) Transaction not rolling back

2014-01-02 Thread pritaeas (JIRA)
new Exception(Fb exception thrown!); scope.Complete(); } } -- 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

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

2014-03-18 Thread vitalii (JIRA)
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 more information on JIRA, see: http

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

2014-03-18 Thread vitalii (JIRA)
.} 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 more information on JIRA

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

2014-04-03 Thread Hennadii (JIRA)
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/software/jira

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

2014-04-28 Thread Alexx (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-556) FirebirdSql.Data.UnitTests tests fail on fbembed x64 configuration

2014-05-28 Thread Hennadii (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-558) FbCommand with CommandTest containing EXECUTE BLOCK will not excpet input FbParamaters

2014-07-03 Thread Andrew (JIRA)
.); } } } return sqlCommand; } -- 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-577) The utilisation of parameters writes in the standard output so the performances are considerably descreased

2014-11-24 Thread Pascal (JIRA)
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. Regards, -- 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-582) Random bug in finalizing DbCommands

2014-12-19 Thread Hennadii (JIRA)
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 - For more information on JIRA

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

2015-04-01 Thread Hennadii (JIRA)
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 administrators: http

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

2015-04-24 Thread Pascal (JIRA)
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 message is automatically generated by JIRA. - If you think it was sent

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

2015-04-29 Thread Maxim (JIRA)
; } My methods are working stable on 32 platform. On x64 tables are changing, but after change i have this exception. Please help me with this problem. -- 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-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-616) [FirebirdSql.Data.FirebirdClient.FbException] - Column unknown RDB$PROCEDURE_TYPE (SQL error code = -206)

2015-06-25 Thread hastenrom (JIRA)
', 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 JIRA. - If you think it was sent incorrectly contact one

[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)
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: http://tracker.firebirdsql.org/secure

[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)
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-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, see: http

[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-702) The database file cannot be released immediately when disconnected

2016-09-28 Thread fish (JIRA)
File.Delete("F:\\fb25.gdb"); //Worked in FB 2.5.5(x64) } -- 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:

  1   2   3   4   5   6   7   8   9   >