https://issues.apache.org/bugzilla/show_bug.cgi?id=56535
Bug ID: 56535
Summary: JDBC Sampler: Response wrong if DB-Field is of type
"tinyint"
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Hello,
we have a DB field of type "tinyint" on a mysql database.
When performing a simple select * from xxxx using JDBC Sampler then
in the reponse the values are "true or false" insted of the real values e.g.
0,1,2,3.
When performing exactly the same sql select statement direclty from the command
line using mysql then the tinyint field's are shown correc values.
For testing purpose we changed the db field from tinyint into int and perform
the same test. Now the JDBC Sampler show the correct values 0,1,2,3.
It seems that if there is a db field of type tinyint then the JDBC Sampler
response do not show them correctly?
Can you please check?
Thanks.
Br.
--
You are receiving this mail because:
You are the assignee for the bug.