History of jbidwatcher/trunk/src/com/jbidwatcher/util/db/Table.java

  • @700
    avatar 700

    Add a little debugging.

    by mrs, 03 Jan, 2009 04:55 AM
  • @693
    avatar 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.

    by mrs, 21 Dec, 2008 01:04 AM
  • @575
    avatar 575

    Don't shutdown database before all tables have done their own commit. Also rename count_by to a more Java-esque countBy.

    by mrs, 25 Jul, 2008 10:23 PM
  • @512
    avatar 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...

    by mrs, 20 Jun, 2008 06:31 AM
  • @501
    avatar 501

    Minor method renaming.

    by mrs, 19 Jun, 2008 08:45 PM
  • @490
    avatar 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.

    by mrs, 12 Jun, 2008 09:37 AM
  • @420
    avatar 420

    Handle currencies by default if there's a 'currency' column.

    by mrs, 07 Apr, 2008 09:49 AM
  • @419
    avatar 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]

    by mrs, 07 Apr, 2008 08:16 AM
  • @406
    avatar 406

    Some basic and simple refactoring and cleanup.

    by mrs, 30 Mar, 2008 09:28 PM
  • @404
    avatar 404

    Allow the upgrader to get access to the underlying DB.

    by mrs, 21 Mar, 2008 03:58 PM
  • @355
    avatar 355

    Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!

    by mrs, 07 Mar, 2008 02:12 AM
  • @349
    avatar 349

    Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.

    by mrs, 05 Mar, 2008 10:40 AM
  • @346
    avatar 346

    Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.

    by mrs, 04 Mar, 2008 04:36 AM