https://bz.apache.org/bugzilla/show_bug.cgi?id=63001
Bug ID: 63001
Summary: JDBC Request with select Statement get the datetime is
not same as the database
Product: JMeter
Version: 5.0
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
i use same SQL query get 2018-12-05 11:00:44 from database,and get 2018-12-06
01:00:44.0 with JDBC Request
this is my SQL query:SELECT u.created from users u WHERE id='3719636'.
created is "datetime DEFAULT NULL"
--
You are receiving this mail because:
You are the assignee for the bug.