Fijo / EVE-Composition-Planer

A tool that makes theorycrafting compositions for tournaments within EVE Online easier
GNU General Public License v2.0
0 stars 1 forks source link

temporary unique index violation while saving fitting rule #6

Closed Fijo closed 8 years ago

Fijo commented 8 years ago

maybe use transactions or someting - changed unique index to a normal index for now

Fijo commented 8 years ago

investigating transactions with propel right now

Fijo commented 8 years ago

yea removing is the best solution for now since the saving isnt done in the right order. but it should be made sure that there shouldnt be dublicate entries even if the saving fails so im gona change the index to a normal index and transactions have now been introduced into all the data modifications.