cjsolomon / Mulit-Modal

SRU Multi-Modal Project
0 stars 2 forks source link

DB QuickFix will only work until int(s) loop around #21

Closed ghost closed 10 years ago

ghost commented 10 years ago

Do to no longer doing real deletes out of the database the Load/Delete/LoadAll/Update hack that was put into place will only pass JUnit tests until we hit maxInt. Once we hit maxInt and loop back around everything will break.

cjsolomon commented 10 years ago

Vote to remove this as a issues since im pretty sure auto-increment doesn't wrap around anyway, thus making this a non-concern

ghost commented 10 years ago

good with it