Git Product home page Git Product logo

Comments (2)

ttddyy avatar ttddyy commented on May 29, 2024

Thanks for reporting.
I'll work on the fix.

Currently ResultSet proxy provides repeatable read on the ResultSet result.
If you don't need that functionality, you can skip .jdbcProxyFactory(new ResultSetProxyJdbcProxyFactory()) when you build a proxy DataSource. Then proxied DataSource will NOT create a proxy for ResultSet.

from datasource-proxy.

NKU915 avatar NKU915 commented on May 29, 2024

Thanks for you quick response, I need to proxy ResultSet to print the contents for debugging, such as:

Name:, Connection:2, Time:7, Success:True
Type:Prepared, Batch:False, QuerySize:1, BatchSize:0

Query:["
    select
        bank0_.id as id1_2_,
        bank0_.created_by as created_2_2_,
        bank0_.created_date as created_3_2_,
        bank0_.modified_by as modified4_2_,
        bank0_.modified_date as modified5_2_,
        bank0_.modified_no as modified6_2_,
        bank0_.active_flag as active_f7_2_,
        bank0_.bank_address as bank_add8_2_,
        bank0_.bank_code as bank_cod9_2_,
        bank0_.bank_name as bank_na10_2_,
        bank0_.bank_phone as bank_ph11_2_,
        bank0_.description as descrip12_2_ 
    from
        bank bank0_ 
    where
        (
            bank0_.active_flag = 'Y'
        )          
"]

ResultSet: 
+---+-----------+----------------------+------------+----------------------+------------+------------+--------------+----------+--------------+---------------+------------+
|id |created_by |created_date          |modified_by |modified_date         |modified_no |active_flag |bank_address  |bank_code |bank_name     |bank_phone     |description |
+---+-----------+----------------------+------------+----------------------+------------+------------+--------------+----------+--------------+---------------+------------+
|1  |HUHU       |2017-08-31 13:39:46.0 |HUHU        |2017-08-31 13:39:46.0 |0           |Y           |北京          |ICBC      |**工商银行  |(8610)88888888 |ICBC        |
|2  |HUHU       |2017-08-31 13:40:51.0 |HUHU        |2017-08-31 13:40:51.0 |0           |Y           |Beijing,China |BOC       |Bank Of China |(8610)6666666  |BOC         |
+---+-----------+----------------------+------------+----------------------+------------+------------+--------------+----------+--------------+---------------+------------+

from datasource-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.