History of jbidwatcher/trunk/src/com/jbidwatcher/util/db/Table.java
-
@700
Add a little debugging.
-
@693
Finally clean up the previously deep tangle between JConfig and ErrorManagement. All error logging is now handled through JConfig.log(), so ErrorManagement doesn't need to be a static block of functions anymore. Much cleaner, imo, but a pretty far-reaching change.
-
@575
Don't shutdown database before all tables have done their own commit. Also rename count_by to a more Java-esque countBy.
-
@512
Remove all AuctionServerManager references to the entryList, so all auction references through it are done directly to the database! Not done yet, it's still a bit dangerous...
-
@501
Minor method renaming.
-
@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.
-
@420
Handle currencies by default if there's a 'currency' column.
-
@419
More work towards fixing the incorrect currency on startup issue.
Make all currency-related tables include a currency column.
[#18 tag:committed status:open]
-
@406
Some basic and simple refactoring and cleanup.
-
@404
Allow the upgrader to get access to the underlying DB.
-
@355
Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!
-
@349
Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.
-
@346
Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.
