You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Dominik Psenner (JIRA)" <ji...@apache.org> on 2015/11/23 11:51:11 UTC

[jira] [Resolved] (LOG4NET-494) ArgumentOutOfRange with SQLite

     [ https://issues.apache.org/jira/browse/LOG4NET-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Psenner resolved LOG4NET-494.
-------------------------------------
       Resolution: Fixed
         Assignee: Dominik Psenner
    Fix Version/s: 1.2.15

This is another duplicate of LOG4NET-493.

> ArgumentOutOfRange with SQLite
> ------------------------------
>
>                 Key: LOG4NET-494
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-494
>             Project: Log4net
>          Issue Type: Bug
>          Components: Appenders, Other
>    Affects Versions: 1.2.14
>         Environment: Windows, .Net visual studio project
>            Reporter: Maximilien Moussalli
>            Assignee: Dominik Psenner
>              Labels: easyfix
>             Fix For: 1.2.15
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In AdoNetAppender.cs at line 561 :	
> param.FormatValue(dbCmd, e);
> In SQLite we need to call the Prepare function before FormatValue :
> param.Prepare(dbCmd);
> If Prepare not called, then SQLite generate an ArgumentOutOfRangeException because the parameters is not defined



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)