View Issue Details

IDProjectCategoryView StatusLast Update
0003027OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:23
Reporternxs_schleicher 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.6.0_beta2 
Summary0003027: Max. order number reached?
DescriptionIf 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 ReproducePut an order into oxorder with the OXORDERNR = 2147483647 and make one more order.
TagsOrder
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-08-12 15:46

reporter   ~0005019

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 ?

Linas Kukulskis

2011-08-19 13:54

reporter   ~0005067

changed int(11) signed to int(11) unsigned it will be 2 times bigger