View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007184 | Multi Theft Auto : San Andreas | Server | public | 2012-07-15 22:48 | 2012-07-16 14:36 |
Reporter | H5N1[PL] | Assigned To | ccw | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Windows | OS | 7 | OS Version | 7601 SP1 |
Product Version | |||||
Target Version | 1.3.1 | Fixed in Version | 1.3.1 | ||
Summary | 0007184: MYSQL - tinyint returning as a string | ||||
Description | Hello, I discovered annoying bug with mysql functions (built in MTA). When you send query which want to load data from types like 'tinyint', 'int', 'smallint', 'mediumint' and 'bigint', tinyint will return as a string, but rest of those types as an integer. It's annoying because I must make everywhere tonumber to make script works. Please fix it quickly. | ||||
Steps To Reproduce | CREATE TABLE test (data1 int, data2 tinyint) | ||||
Tags | No tags attached. | ||||