FbParameter constructor not treating 0 as number, but uses null
---------------------------------------------------------------

                 Key: DNET-536
                 URL: http://tracker.firebirdsql.org/browse/DNET-536
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 4.0.0.0
         Environment: Win7 64
            Reporter: Zvjezdan Tomicevic
            Assignee: Jiri Cincura


Hi.
After using Fbparameeter constructor as
FbParameter pTableId = new FbParameter("@table_id", 0); (string parametername, 
object value)
pTableId.Value remains null instead of zero.
Fix is:
   pTableId.Value = 0;
But it was hell to debug and locate

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

        

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to