[Firebird-net-provider] [FB-Tracker] Created: (DNET-683) exception when using a boolean parameter with an embedded v2.5 server

2016-05-25 Thread livioc (JIRA)
ped parameter i mean: cmd.Parameters.Add("@value", FbDbType.Boolean); cmd.Parameters[0].Value = true; note2:i'm sending a pull request to github with a failing test for that -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of

[Firebird-net-provider] [FB-Tracker] Created: (DNET-701) No exception with ExecuteReader()

2016-09-26 Thread fish (JIRA)
COLUMN A.A there are 1 dependences. If you use ExecuteNonQuery() then the exception will come up but if you use ExecuteReader() it will not come up. -- 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-702) The database file cannot be released immediately when disconnected

2016-09-28 Thread fish (JIRA)
rocess. 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,

[Firebird-net-provider] [FB-Tracker] Created: (DNET-720) Dynamic SQL Statement generation limit error: eror code = -204 Implementation limit exceeded block size exceeds implementation restriction

2016-11-24 Thread Vladimir (JIRA)
mmandText) в FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet) в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet) в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior) -- This message

[Firebird-net-provider] [FB-Tracker] Created: (DNET-721) Dynamic SQL Statement generation limit error: eror code = -204 Implementation limit exceeded block size exceeds implementation restriction

2016-11-24 Thread Vladimir (JIRA)
FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet) в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly conta

[Firebird-net-provider] [FB-Tracker] Created: (DNET-722) Dynamic SQL Statement generation limit error: eror code = -204 Implementation limit exceeded block size exceeds implementation restriction

2016-11-24 Thread Vladimir (JIRA)
irebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet) в FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly conta

[Firebird-net-provider] [FB-Tracker] Created: (DNET-728) Wrong definition of firebird procedures.

2016-12-20 Thread Sergey (JIRA)
R(8191) ( http://tracker.firebirdsql.org/browse/DNET-723 ) -- 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-734) database C:\JAMSOFT SISTEMAS\JNFCE\BANCO\JAMSOFTINFO.DLL shutdown

2017-01-30 Thread Ralms (JIRA)
r\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbConnection.cs:line 534 at -- 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-747) The full path of the file database in the initial catalog causes the error.

2017-03-27 Thread Andrey (JIRA)
W\COMPILE\DEBUG\SWSPECDB.FDB" Error while trying to create file If I use version 5.5 of this error does not occur. -- 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-783) Legacy_Auth to FB 3 server with ADO.Net Data Provider

2017-09-13 Thread Sergey (JIRA)
0 00 05 00 00 00 08 ff ff 80 0e 00 00 00 01 00 00 0200 00 00 00 00 00 05 00 00 00 0a.. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/se

[Firebird-net-provider] [FB-Tracker] Created: (DNET-810) Support for DECFLOAT in FB4

2018-03-08 Thread fish (JIRA)
Assignee: Jiri Cincura For reference the initial implementation in Jaybird: https://github.com/FirebirdSQL/jaybird/commit/567d93a988194f545659b90feccfa9a40dba811c -- 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-840) Bug if use Replace with parameter

2018-08-09 Thread jack128 (JIRA)
lue = "1"; command.Parameters.Add(p); using (var reader = command.ExecuteReader()) { if (!reader.Read()) throw new Exception("1 row should be returned");

[Firebird-net-provider] [FB-Tracker] Created: (DNET-849) WIN1251 is invalid character on .Net Core projects

2018-09-08 Thread jack128 (JIRA)
OR: FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Invalid character set specified If I set charset to NONE, error is disappear. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.or

[Firebird-net-provider] [FB-Tracker] Created: (DNET-855) DbMigration.CreateTable creates shared sequence (generator) for any identity column

2018-10-21 Thread robsonwk (JIRA)
END; and trigger CREATE OR ALTER TRIGGER "ID_USERS_ID" ACTIVE BEFORE INSERT ON "USERS" AS BEGIN if (new."ID" is null) then begin new."ID" = next value for GEN_IDEN

[Firebird-net-provider] [FB-Tracker] Created: (DNET-860) this is a test bug to test the application - check and please fix it.

2018-11-23 Thread narasimha (JIRA)
Type: Bug Environment: test environment Reporter: narasimha Assignee: Jiri Cincura Priority: Trivial this is a test bug to test the application - check and please fix it. -- This message is automatically generated by JIRA. - If you think it was sent

[Firebird-net-provider] [FB-Tracker] Created: (DNET-877) Long aliases are generated in WHERE clause

2019-04-13 Thread Pavel (JIRA)
le2"."id" LEFT JOIN Table3 AS "t.Table2.Table3" ON "t.Table2"."IdTable3" = "t.Table2.Table3"."id" WHERE "t.Table2.Table3"."condition" -- This message is automatically generated by JIRA. - If you think it was

[Firebird-net-provider] [FB-Tracker] Created: (DNET-878) Support of FB 4.0 TIMESTAMP WITH TIME ZONE

2019-04-17 Thread Ich (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-879) connection shutdown

2019-04-23 Thread Yuriy (JIRA)
HttpContext context) +688 -- 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-904) Unable to complete network request to host "{0}". error , but no args

2019-10-13 Thread EzberYazan (JIRA)
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 JI

[Firebird-net-provider] [FB-Tracker] Created: (DNET-911) No message for error code 335544528 found

2019-10-28 Thread Yuriy (JIRA)
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-926) Dynamic SQL Error SQL error code = -104 Token unknown AND - EF Core - Two or more *Where* parameters in LINQ to SQL

2020-01-15 Thread Ryno (JIRA)
t;d"."INSTRUCTIONS", "d"."M3_QTY", "d"."MANUAL_NUMBER", "d"."OPTIONS", "d"."ORDER_NUMBER", "d"."PRICELIST_ID", "d"."PRODUCT_CODE", "d".&quo

[Firebird-net-provider] [FB-Tracker] Created: (DNET-931) Cannot Receive POST_EVENT Data from FirebirdSql.Data.FirebirdClient Events

2020-03-11 Thread kickinespresso (JIRA)
nd[20101] Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT "d"."ID", "d"."FOOBAR" FROM "DEMO" "d" 678 C:\Users\chris\source\repos\FireBirdConsoleExample\FireB

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

2020-04-01 Thread Krosaci (JIRA)
this issue. -- 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-939) IIS with Firebird Embeded uses dll and installer cannot overwrite them

2020-05-19 Thread Yuriy (JIRA)
or delete them sometimes during new installation or uninstaling website. Is this fixed in future releases? Or we should do some shutdown call to firebird before install uninstall website -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of

[Firebird-net-provider] [FB-Tracker] Created: (DNET-944) Compression buffer too small error thrown

2020-07-30 Thread tonim (JIRA)
newCompressionBuffer; } } while (_decompressor.AvailableBytesIn != 0); return _decompressor.NextOut; } -- This message is automatically generated by JIRA. - If you think it was sent incorrectl

[Firebird-net-provider] [FB-Tracker] Created: (DNET-946) FirebirdSql.Data.FirebirdClient.dll throws exception with x64 embedded drivers

2020-08-04 Thread Asmita (JIRA)
t is not able to understand x64 drivers and failing to load it . It is referring : Firebird driver version 2.5.4 Does it need x64 version of FirebirdSql.Data.FirebirdClient.dll? What could be wrong ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

[Firebird-net-provider] [FB-Tracker] Created: (DNET-987) Unknown time zone ID.

2020-12-04 Thread fish (JIRA)
Environment: Windows 10, Firebird 4.0.0.2136 embedded Reporter: fish Assignee: Jiri Cincura Execute the statement: SELECT * FROM "RDB$TRANSACTIONS" Got the error message: Unknown time zone ID. -- This message is automatically generated by JIRA. - If you think i

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

2021-01-09 Thread estevao (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-99) timestamp handling not consistent when same date and time data is supplyed

2007-06-27 Thread luigi (JIRA)
the way, I've tryed with all 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

[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-145) Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-12 Thread Igor (JIRA)
ADO.NET Provider 1.7.1 give correct results. -- 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-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)
h" word in MSDN 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 automatical

[Firebird-net-provider] [FB-Tracker] Created: (DNET-170) FbRemoteEvent event fires in non-GUI thread

2008-07-29 Thread Pavel (JIRA)
FbRemoteEventEventHandler is not thread safe (and this fact is not obvious). -- 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-171) Implementing IDisposable interface and possibility to stop Socket operations in FbRemoteEvent

2008-07-30 Thread Pavel (JIRA)
stop socket listening (and this must be clearly stated in docu). -- 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-180) Parameters not detected in VS2008 IDE when LEFT OUTER JOIN used

2008-10-07 Thread Zento (JIRA)
(UsuDisp.Dispositivo = @Param1) Resulting in this .aspx code: 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-238) Error creating Entity model from existing database

2009-05-31 Thread Moshko (JIRA)
name 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/sof

[Firebird-net-provider] [FB-Tracker] Created: (DNET-267) False EntityKey's

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

2009-09-07 Thread ssdi (JIRA)
mmand.ExecuteReader() -- 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.atlassia

[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)
uot;Assembly.GetEntryAssembly().Location" we 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 se

[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-326) Fill method cause Dynamic SQL Error

2010-06-14 Thread Thomas (JIRA)
this? Or is this behaviour a bug of the firebird 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:

[Firebird-net-provider] [FB-Tracker] Created: (DNET-337) Wrong tpb parameters for standard transaction isolation modes

2010-08-02 Thread kdv (JIRA)
nd lock 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 administrat

[Firebird-net-provider] [FB-Tracker] Created: (DNET-339) create connection... Method not found: 'System.Threading.Monitor.Enter'

2010-08-09 Thread Roman (JIRA)
to resolve? What's wrong? -- 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-344) EF4 BindingSource error

2010-08-18 Thread art (JIRA)
w Binding("SelectedIndex", qUESTIONSBindingSource, "DIFFICULTYID")); GlobalClass.ent.SaveChanges();--- Error When trace in ibexpert, first sql update. it's not insert. -- This message is automatically generated by JIRA. - If you think it was sent in

[Firebird-net-provider] [FB-Tracker] Created: (DNET-346) #PK_GEN# & #GUID#

2010-08-30 Thread art (JIRA)
rter: 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,

[Firebird-net-provider] [FB-Tracker] Created: (DNET-365) FbDataReader doesn't throw exception when server stopping

2011-02-15 Thread Dmitry (JIRA)
x27;s incorrect. -- 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.co

[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)
Eugeniy Vinogradniy. -- 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-376) GUID Type coversion error

2011-04-02 Thread ssdi (JIRA)
9 Expected: f470fb5b-fbbd-412e-83f9-eb14aa132ad9 But was: 5bfb70f4-bdfb-2e41-83f9-eb14aa132ad9 }}} Best regards, Eugenyi Vinogradnyi (aka ssdi). -- 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-386) Timeout exceeded or NullReferenceException after sometime

2011-06-30 Thread Nataniel (JIRA)
mand.cs:linha 828 em FirebirdSql.Data.FirebirdClient.FbCommand.Dispose(Boolean disposing) na C:\Projetos\Extradigital\Utilitarios\SeloDigital\prjSeloDigital.root\prjSeloDigital - Cópia\NETProvider-2.6.5-src\FirebirdSql\Data\FirebirdClient\FbCommand.cs:linha 396

[Firebird-net-provider] [FB-Tracker] Created: (DNET-390) Crash in BatchExecution when (FbTransaction == null)

2011-08-22 Thread Alexander (JIRA)
looks like dirty hack... -- 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-400) Optimistic concurrency doesn't works: no OptimisticConcurrencyException is thrown

2011-11-16 Thread Dennis (JIRA)
p2) RETURNS ( "ObjectVersion" BIGINT) AS BEGIN UPDATE "TestEntity" SET "Name" = :p0 WHERE (("Id" = :p1) and ("ObjectVersion" = :p2)) RETURNING "ObjectVersion" INTO :"ObjectVersion"; SUSPEND; END must set correctly rows affect

[Firebird-net-provider] [FB-Tracker] Created: (DNET-404) Entity Framework produces invalid Firebird query when using INCLUDE and SKIP together

2012-01-16 Thread NoPyGod (JIRA)
posted about this issue on Stackoverflow http://stackoverflow.com/questions/8889714/entity-framework-produces-invalid-firebird-query-when-using-include-and-skip-tog -- 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-405) LINQ using FirebirdClient produces invalid query when using INCLUDE and SKIP together

2012-01-17 Thread NoPyGod (JIRA)
RECIPE" AS "Extent2" ON "Extent1"."RECIPE" = "Extent2"."ID" ORDER BY "Extent1"."ID" ASC ) AS "Limit1" which is wrong, it sho

[Firebird-net-provider] [FB-Tracker] Created: (DNET-428) FirebirdSql.Data.FirebirdClient.dll(2.7.5) not working with Visual Studio 2008

2012-05-08 Thread Shine PB (JIRA)
dll" dll on my visual studio project, but it shows error. That means i can't use this "FirebirdSql.Data.FirebirdClient.dll" -- 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-429) select maximum value for a property is borken

2012-05-09 Thread Jeldrik Hornschild (JIRA)
is 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-434) DB triggers for services connection

2012-05-21 Thread Jiri Cincura (JIRA)
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-433) DB triggers for "normal" connection

2012-05-21 Thread Jiri Cincura (JIRA)
T 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 info

[Firebird-net-provider] [FB-Tracker] Created: (DNET-435) QueryTableAdapter don`t have a Conection property

2012-05-21 Thread Antony Veretennikov (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-436) Doesn't compile with NET_20 compiler symbol set

2012-05-30 Thread Andre Litfin (JIRA)
ng to System.Func solves the 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-438) wrong data model

2012-06-06 Thread Felix Gonzalez (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/sof

[Firebird-net-provider] [FB-Tracker] Created: (DNET-440) Execution of query hangs up/freezes

2012-06-20 Thread Jiri Cincura (JIRA)
0x40 bytes -- 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-441) Error in BLOBs of text type

2012-06-20 Thread Jiri Cincura (JIRA)
pported for move operation" -- 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-442) DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2012-06-20 Thread Jiri Cincura (JIRA)
le to the DataSet (drag and drop). -- This will throw the error: "Failed to merge object(s). Object reference not set to an instance of an object." Note that the order in which you add the tables does not matter, it throws the error either way. -- This message is automatically generate

[Firebird-net-provider] [FB-Tracker] Created: (DNET-443) IntPtr to SafeHandle

2012-06-20 Thread Jiri Cincura (JIRA)
Assignee: Jiri Cincura Priority: Minor For embedded server implementation we're using IntPtr on a lot of places. Using SafeHandle is a recommended approach. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one o

[Firebird-net-provider] [FB-Tracker] Created: (DNET-444) Error when connecting to Firebird embedded ODS 11.2

2012-07-12 Thread Joel Caner (JIRA)
\DATA64\REMSSERVICE.FDB; found 11.2, support 11.1 What could it be? -- 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-445) Add KeepAlive support for GdsConnection

2012-07-13 Thread Jiri Cincura (JIRA)
Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Add KeepAlive support for GdsConnection, it might bee useful for sockets used for events. -- 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-448) XdrStream diference between 2.5.2 and 2.7.7

2012-07-23 Thread Nicolas T (JIRA)
without this change Also i testes in SQL server and the problem dont occur so its important too because i'm converting a software to use firebird can someone take a look ? a this time i am changing this setting and recompiling the DLL -- This message is automatically generated by JIRA. - I

[Firebird-net-provider] [FB-Tracker] Created: (DNET-449) Connection string with semicolon ;

2012-07-26 Thread Jiri Cincura (JIRA)
: 2.7.7, 2.7.5 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-450) Connection string with semicolon "; " (quoted) isn't properly parsed

2012-07-26 Thread Jiri Cincura (JIRA)
Issue Type: Bug Components: ADO.NET Provider Affects Versions: 2.7.7, 2.7.5 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Connection string with semicolon ";" (quoted) isn't properly parsed -- This message is a

[Firebird-net-provider] [FB-Tracker] Created: (DNET-451) Add sweep logging support for Trace API

2012-07-31 Thread Jiri Cincura (JIRA)
Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Add sweep logging support for Trace API -- 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-452) [PATCH] Performance improvements in fetch of string data

2012-08-10 Thread Valeriy K. (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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-453) Calling a stored procedure with Umlauts (äöü) does not store these correctly in the database

2012-08-20 Thread Ashwani Mehlem (JIRA)
value.DbType = DbType.String; value.Direction = ParameterDirection.Input; command.Parameters.Add(value); command.ExecuteNonQuery(); command.Dispose(); connection.Close(); -- This message is automatically generated by JIRA. - If you thi

[Firebird-net-provider] [FB-Tracker] Created: (DNET-454) Support for EF5

2012-08-29 Thread Jiri Cincura (JIRA)
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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-457) Add support for IEnumerable for FbParameterCollection.AddRange

2012-09-21 Thread Jiri Cincura (JIRA)
: Improvement Components: ADO.NET Provider Affects Versions: 2.7.7 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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-461) MetaData problem.

2012-10-24 Thread Viktor Faddi (JIRA)
and timestamp types. It should be aposthrope '. It's also worth check the rest data type. -- 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-462) Support for ADO.NET 4.5

2012-10-27 Thread Jiri Cincura (JIRA)
Reporter: Jiri Cincura Assignee: Jiri Cincura Support for new async methods in ADO.NET 4.5. -- 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-463) Add errors logging support for Trace API

2012-10-27 Thread Jiri Cincura (JIRA)
Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Add errors logging support for Trace API -- 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-464) Support for "" section in Trace API

2012-10-27 Thread Jiri Cincura (JIRA)
T Provider Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Support for "" section in Trace API -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tra

[Firebird-net-provider] [FB-Tracker] Created: (DNET-465) Proper quoting of strings for Trace API

2012-10-27 Thread Jiri Cincura (JIRA)
rd\My Documents\trace.log' # include_filter "Database Stats" -- 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-469) Allow (back) using numbers for ServerType

2012-11-19 Thread Jiri Cincura (JIRA)
Affects Versions: 3.0.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Allow (back) using numbers for ServerType -- 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-468) Multiline connection stirng with spaces not properly parsed

2012-11-19 Thread Jiri Cincura (JIRA)
; Connection lifetime=0; Connection timeout=15; Pooling=True; Packet Size=8192; -- 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-470) Missing assignment for ServerType

2012-11-19 Thread Jiri Cincura (JIRA)
ption("Not supported 'server type'."); } this.options[key] = serverType; } else { this.options[key] = values[1]; } You have omitted the variable. serverType = (FbServerType)Enum.Parse(typeof(FbServerType), values[1], true); -- This message is automatically generated

[Firebird-net-provider] [FB-Tracker] Created: (DNET-471) For database Trace API

2012-11-23 Thread Jiri Cincura (JIRA)
Assignee: Jiri Cincura For database Trace API -- 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-472) For services Trace API

2012-11-23 Thread Jiri Cincura (JIRA)
Assignee: Jiri Cincura For services Trace API -- 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-473) TimeThreshold in trace configuration as TimeSpan

2012-11-25 Thread Jiri Cincura (JIRA)
: ADO.NET Provider Affects Versions: 3.0.2.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor TimeThreshold in trace configuration as TimeSpan. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[Firebird-net-provider] [FB-Tracker] Reopened: (DNET-474) When the updated version. FirebirdClient net in NuGet package to version 3.0.2.0, file version FirebirdSql.Data.FirebirdClient.dll folder: \pa

2012-11-28 Thread Jiri Cincura (JIRA)
t in NuGet package to version > 3.0.2.0, file version FirebirdSql.Data.FirebirdClient.dll folder: > \packages\FirebirdSql.Data.FirebirdClient.3.0.2.0\lib\net40-client\, remains > 3.0.0.0 -- 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-475) Wrong error description in opening database connection (.Net 4 )

2012-12-17 Thread Vsevolod Cherevatenko (JIRA)
nnectionInternal.Connect() at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create() at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut() at FirebirdSql.Data.FirebirdClient.FbConnection.Open() " -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrator

[Firebird-net-provider] [FB-Tracker] Created: (DNET-477) Creating generator/trigger on identity column on creating database by Entity Framework

2012-12-24 Thread Alexey Milv (JIRA)
n.None); } } static void Main(string[] args) { Context x = new Context(); Item tt = new Item(); tt.ItemText = "test"; x.Items.Add(tt); Item2 tt2 = new Item2(); tt2.Item2AA = 2; x.Item2s.Add(tt2

[Firebird-net-provider] [FB-Tracker] Created: (DNET-481) Installer should modify also x64 machine config

2013-01-11 Thread Jiri Cincura (JIRA)
: ADO.NET Provider Affects Versions: 3.0.2.0, 3.0.1.0, 3.0.0.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

[Firebird-net-provider] [FB-Tracker] Created: (DNET-484) FbDataAdapter stripped down SMALLINT values while updating a DataTable ...

2013-01-30 Thread Sven Walter (JIRA)
ter receives the Table and Update Command. Update command is also fine. I really hope, that someone has an idea, why this will happen or if someone could fix this issue soon, because we need to publish the next version of our product kind regards! -- This message is automatically generat

[Firebird-net-provider] [FB-Tracker] Created: (DNET-489) Wrong parameters usage when using restriction on catalogr/schema on non-table schema tables

2013-03-25 Thread Jiri Cincura (JIRA)
ocedures WHERE rdb$procedure_name = @p0 ORDER BY rdb$procedure_name Parameters: Name:@p0Type:VarCharUsed Value:test -- 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-490) FbBatchExecution closes database connection

2013-04-04 Thread Brian Liedtke (JIRA)
When calling the FbExecutionBatch.Execute method with an open FbConnection. The FbConnection is closed upon exit of the FbExecutionBatch.Execute method. -- 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-491) interruption for QueueEvents

2013-04-10 Thread Sergey Prochoghev (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:

[Firebird-net-provider] [FB-Tracker] Created: (DNET-492) An event is not registered (QueueEvents)

2013-04-10 Thread Sergey Prochoghev (JIRA)
ug: -> interruption ... "Unable to complete network request to host "0.0.0.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/Administrators.jsp

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

2013-04-16 Thread Joseph Ogbuke (JIRA)
: Joseph Ogbuke Assignee: Jiri Cincura software platform -- 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-495) Please, I need Data creation of football bet

2013-04-16 Thread Joseph Ogbuke (JIRA)
Providers Affects Versions: 2.1.0 Environment: Port Harcourt Reporter: Joseph Ogbuke Assignee: Jiri Cincura software platform -- 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-496) Why NETProvider-1.7.2 does not work with Firebird Embedded 2.5?

2013-04-17 Thread Sergey Prochoghev (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-497) .Net provider Generates "Outer aplly statement"

2013-04-17 Thread Wojciech Kmiecik (JIRA)
"."ID_RISKOBJECT" IS NOT NULL) AND ("Extent2"."F_CREATEDON" >= 2013-04-17)) AND ("Extent2"."F_CREATEDON" <= @2013-04-17)) AND (("Project1"."ID_RISKOBJECT" = "Extent2"."ID_RISKOBJECT") OR (

<    1   2   3   4   5   6   7   8   9   10   >