Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6446054

Cannot pass a null to an EoD method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • cts_5.0
    • core-libs
    • None
    • b96
    • generic
    • generic

      if i have an EoD Update such as

      @Update("insert into foo values(?1, ?2)")
       int insertRow(String x, String y)


      if i invoke insertRow("x", null)

      I get an Exception processing the arguments (the table supports nulls for the column but
      the Exception is before it gets to the backend)
      I cannot have more then 9 parameters in my eod query if i have ?10, it will fail to parse the query correctly

            kssaxena Kshitiz Saxena (Inactive)
            lancea Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: