Results 1 to 2 of 2

Thread: Insight not showing BigDecimal parameters in JDBC queries

  1. #1
    Join Date
    Mar 2013
    Posts
    5

    Question Insight not showing BigDecimal parameters in JDBC queries

    I am using vfabric tcServer v2.7 and insight developer editions.

    I am not able to see any BigDecimal param in the JDBC queries, it just shows the qualified name of the class: java.math.BigDecimal

    For example:

    Code:
    SELECT
    DIVISION_.DIVNUM AS DVNUM2_, DIVISION_.DIV AS DIV2_, DIVISION_.STATUS AS STATUS2_
    FROM
    DIVISION DIVISION0_
    WHERE 
    division0_.divnum=? and division0_.div=? and division_.status =?
    Parameters:
    1. java.math.BigDecimal
    2. ATL
    3. A

    Do I need to do some configuration to solve this?

  2. #2

    Default

    This can't be fixed by configuration. This is related to one of Insight's core classes.

    The only thing you can do (for now) is to open an issue at https://github.com/SpringSource/spring-insight-plugins

    Shachar

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •