You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Warit achavanuntakul (JIRA)" <ji...@apache.org> on 2019/05/14 00:51:00 UTC

[jira] [Created] (LOG4NET-629) Cannot insert Npgsql syntax

Warit achavanuntakul created LOG4NET-629:
--------------------------------------------

             Summary: Cannot insert Npgsql syntax
                 Key: LOG4NET-629
                 URL: https://issues.apache.org/jira/browse/LOG4NET-629
             Project: Log4net
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.8
            Reporter: Warit achavanuntakul


Well I saw this was reported before and got fixed once. But apparently it's back.

Whenever I insert an x parameter into commandText, it will say that x column doesn't exist. I have tried a variation of :x ?x @x and none seems to work. (:x will say the syntax is error)

For example:

<commandText value="INSERT INTO mylog(columnname) VALUES(@x)" />

<parameter>

<parameterName value="@x">

will say that x doesn't exist.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)