History of jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionSnipe.java
-
@636
Try to simplify the database access, by making _everything_ save itself when it changes. No more automatic saves, queued saves, etc., since all that crap is dangerous with multiple threads doing simultaneous database access. Hopefully this will yield more consistent (and good!) behavior.
-
@591
Default to 1 for snipe quantity, so we don't return null if we don't need to.
-
@517
Went on a warning-killing spree.
-
@490
Sweeping changes to improve deletion speeds and intelligence.
Also some minor performance improvements (actually clearing the dirty flag on save) which should speed up shutdown.
Also, when we find an auction entry we can't load because the auction id is no longer present, remove the entry.
-
@408
Use DB backed snipe data, and start the process of refactoring everything to refer to AuctionSnipe data when they need snipe information for an auction entry. Does not build in this state.
