We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqltiming and resultset logs are always shown twice like below.
2015-12-03 00:05:47.614 DEBUG 34166 --- [nio-8080-exec-2] jdbc.sqltiming : org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82) 10. select customer0_.customer_code as customer1_3_0_, customer0_.customer_add as customer2_3_0_, customer0_.customer_birth as customer3_3_0_, customer0_.customer_job as customer4_3_0_, customer0_.customer_kana as customer5_3_0_, customer0_.customer_mail as customer6_3_0_, customer0_.customer_name as customer7_3_0_, customer0_.customer_pass as customer8_3_0_, customer0_.customer_post as customer9_3_0_, customer0_.customer_tel as custome10_3_0_ from customer customer0_ where customer0_.customer_code='00000001' {executed in 0 msec} 2015-12-03 00:05:47.614 DEBUG 34166 --- [nio-8080-exec-2] jdbc.sqltiming : org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82) 25. select customer0_.customer_code as customer1_3_0_, customer0_.customer_add as customer2_3_0_, customer0_.customer_birth as customer3_3_0_, customer0_.customer_job as customer4_3_0_, customer0_.customer_kana as customer5_3_0_, customer0_.customer_mail as customer6_3_0_, customer0_.customer_name as customer7_3_0_, customer0_.customer_pass as customer8_3_0_, customer0_.customer_post as customer9_3_0_, customer0_.customer_tel as custome10_3_0_ from customer customer0_ where customer0_.customer_code='00000001' {executed in 1 msec} 2015-12-03 00:05:47.615 INFO 34166 --- [nio-8080-exec-2] jdbc.resultsettable : |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------| |customer_code |customer_add |customer_birth |customer_job |customer_kana |customer_mail |customer_name |customer_pass |customer_post |customer_tel | |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------| |00000001 |千葉県八千代市上高野 |1975-01-05 00:00:00.0 |プログラマ |キムラ タロウ |[email protected] |木村 太郎 |$2a$12$Jfwcv/ZpfE0QjVlLT9CB9eqTLrYdAsvfGxXKvRMlpkfEn.9Uirgou |276-0022 |111-1111-1111 | |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------| 2015-12-03 00:05:47.616 INFO 34166 --- [nio-8080-exec-2] jdbc.resultsettable : |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------| |customer_code |customer_add |customer_birth |customer_job |customer_kana |customer_mail |customer_name |customer_pass |customer_post |customer_tel | |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------| |00000001 |千葉県八千代市上高野 |1975-01-05 00:00:00.0 |プログラマ |キムラ タロウ |[email protected] |木村 太郎 |$2a$12$Jfwcv/ZpfE0QjVlLT9CB9eqTLrYdAsvfGxXKvRMlpkfEn.9Uirgou |276-0022 |111-1111-1111 | |--------------|-------------|----------------------|-------------|--------------|------------------|--------------|-------------------------------------------------------------|--------------|--------------|
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sqltiming and resultset logs are always shown twice like below.
The text was updated successfully, but these errors were encountered: