View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003027 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2011-07-05 12:44 | 2012-12-10 13:23 |
Reporter | nxs_schleicher | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.6.0_beta2 | ||||
Summary | 0003027: Max. order number reached? | ||||
Description | If the order number reaches 2147483647 it will be no longer incremented. Instead of incrementing the number every order gets the same order number -> 2147483647. | ||||
Steps To Reproduce | Put an order into oxorder with the OXORDERNR = 2147483647 and make one more order. | ||||
Tags | Order | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Reminder sent to: nxs_schleicher is it real numbers you reach or only debug info for max int(11) value? and how big must be the number of order do you think ? |
|
changed int(11) signed to int(11) unsigned it will be 2 times bigger |