| Anonymous | Login | Signup for a new account | 11-02-2025 14:44 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0003246 | [Quercus] | minor | always | 01-13-09 12:38 | 01-15-09 13:07 | |||||||
| Reporter | koreth | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | urgent | Resolution | open | Platform | ||||||||
| Status | new | OS | ||||||||||
| Projection | none | OS Version | ||||||||||
| ETA | none | Fixed in Version | Product Version | 4.0.0 | ||||||||
| Product Build | ||||||||||||
| Summary | 0003246: Can't insert empty string into numeric column in MySQL | |||||||||||
| Description |
This is really a JDBC driver issue, but it is a behavior difference from normal PHP and its MySQL interface, so: If you have a table like CREATE TABLE stuff ( thing TINYINT(4) ); MySQL will let you do INSERT INTO stuff (thing) VALUES (''); and it turns the empty string into NULL internally. If you try that under Quercus, you get "Incorrect integer value: '' for column 'thing'" and the query fails. This is something the application shouldn't be doing in the first place and I am cleaning it up in our PHP code as I come across it, so this is not terribly high-priority. But there do seem to be a number of instances where we're doing this (usually thanks to building up queries programmatically) and it would be swell if it just worked under Quercus. |
|||||||||||
| Steps To Reproduce | ||||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 28 unique queries executed. |