<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f8c95579709ecf5d67f31ae98eb839f9fe63d170</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/6615432992310d3cbde427bf9f20537e6b54db21</url>
    <id>6615432992310d3cbde427bf9f20537e6b54db21</id>
    <committed-date>2009-04-05T02:40:40-07:00</committed-date>
    <authored-date>2009-04-05T02:40:40-07:00</authored-date>
    <message>Add a database-backed time queue, so operations can be persistent between runs.

git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@852 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>21e0bd961b19e5f4dfbb4471481d78d14c98c619</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed72684f3cfdd1a36c1710357819b9394cd3a67c</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/efb8426014954b6b8b62c6a2fff76ab5b6a89956</url>
    <id>efb8426014954b6b8b62c6a2fff76ab5b6a89956</id>
    <committed-date>2009-04-04T19:27:30-07:00</committed-date>
    <authored-date>2009-04-04T19:27:30-07:00</authored-date>
    <message>Support some magic database columns (updated_at and created_at) which get automagically updated when the appropriate database operations (update / insert) are done, and add those columns to auctions and entries.

Add some debugging code to the database operations so that I can understand what columns are getting fubar'ed when they do.

First pass at a few SQL type recognition fixes, to be able to support a non-Derby database.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@843 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>95cbb6d357f411a1db1c3b81a05d49a389219b54</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b290ebc41d665a2a621ecc7385542ab968d1974</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/ba3570d97d7979909b9d5f48bae60d43dfded3bb</url>
    <id>ba3570d97d7979909b9d5f48bae60d43dfded3bb</id>
    <committed-date>2009-02-01T01:39:27-08:00</committed-date>
    <authored-date>2009-02-01T01:39:27-08:00</authored-date>
    <message>Set up a migration to delete bad entries.  Also bring jbidwatcher.sql up to date for all current migrations.

[#644 tagged:committed]


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@748 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>0bde10d3b1b21fd5f58ce75fa3b23c8a6390af8f</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dea315f23afeaa94b2d3d98687ba2bbbc140d7b3</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/edb811bb3d10d7b785581a589cfe5fea9c4b13a8</url>
    <id>edb811bb3d10d7b785581a589cfe5fea9c4b13a8</id>
    <committed-date>2008-10-06T10:03:48-07:00</committed-date>
    <authored-date>2008-10-06T10:03:48-07:00</authored-date>
    <message>Preserve 'winning' status between runs; especially valuable for items whose 'high bidder' isn't easily tracked.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@650 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>94799b1ba91cc70179f2586c880a758bd3b16b18</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f80c4741b37fb5ae2a881dd77a5ca8dcbb14a06</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/cdd890e51b45bc84fb8b2e9affe6d92e7a87a615</url>
    <id>cdd890e51b45bc84fb8b2e9affe6d92e7a87a615</id>
    <committed-date>2008-08-30T12:29:02-07:00</committed-date>
    <authored-date>2008-08-30T12:29:02-07:00</authored-date>
    <message>Delete old duplicate auctions, reset the auction entries table to point to the auctions that remain.  Then delete all newer auction entries which point to the same auction.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@623 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>0c3a23130a6a5c54c7c58389be2037cd872827de</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>365fdda2e842ad2dd31dab54419edd6be9befe17</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/8d1fd3c5a3da741f3e9adff83c48983211ab7044</url>
    <id>8d1fd3c5a3da741f3e9adff83c48983211ab7044</id>
    <committed-date>2008-08-17T16:47:39-07:00</committed-date>
    <authored-date>2008-08-17T16:47:39-07:00</authored-date>
    <message>First steps towards using the auction identifier as the effective primary key into the auctions table.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@610 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>6be4839f637f765c491e63879e78d4b23d6eb454</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01ab9418a9608f8bfb5dfcd849e038626f39fea1</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/ff27fbfab2ec6aad523670ac3f589a2600b616fc</url>
    <id>ff27fbfab2ec6aad523670ac3f589a2600b616fc</id>
    <committed-date>2008-06-12T02:37:08-07:00</committed-date>
    <authored-date>2008-06-12T02:37:08-07:00</authored-date>
    <message>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.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@490 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>14ef2eb4ead481677d362839916b981868cea11a</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe4a8f57f1c37ba10d5798881916145414377b30</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/aebe09b722571b7ac954c894c6928c9c64cf33e5</url>
    <id>aebe09b722571b7ac954c894c6928c9c64cf33e5</id>
    <committed-date>2008-04-12T12:41:47-07:00</committed-date>
    <authored-date>2008-04-12T12:41:47-07:00</authored-date>
    <message>Support recognition that an auction has been deleted, instead of just having trouble getting it from the server.  Deleted on the server is a permanent failure, so the auction is marked as completed as well.


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@426 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>29ec2d18f3f57dd643acca7fd0e672700c99a93c</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7826fbcbcd4a3457abb1adb280bc819e3a6d9889</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/37f48b7afcfc32f8e9cc9e717a102f3f8a3a1665</url>
    <id>37f48b7afcfc32f8e9cc9e717a102f3f8a3a1665</id>
    <committed-date>2008-04-07T01:16:34-07:00</committed-date>
    <authored-date>2008-04-07T01:16:34-07:00</authored-date>
    <message>More work towards fixing the incorrect currency on startup issue.

Make all currency-related tables include a currency column.

[#18 tag:committed status:open]


git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@419 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>dfaaa87cd43bb5e87d946419c5b77be1c4c5092c</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54254bc62b7dba0f70c078ba0e0e4a580751acad</id>
      </parent>
    </parents>
    <author>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </author>
    <url>http://github.com/cyberfox/jbidwatcher/commit/048987c7077f6b6aeead04b8f1fb961c58866b19</url>
    <id>048987c7077f6b6aeead04b8f1fb961c58866b19</id>
    <committed-date>2008-03-16T06:19:02-07:00</committed-date>
    <authored-date>2008-03-16T06:19:02-07:00</authored-date>
    <message>Add database migrations for future upgrades.

git-svn-id: svn://svn.jbidwatcher.com/jbidwatcher/trunk@381 b1acfa68-eb39-11db-b167-a3a8cd6b847e</message>
    <tree>304c348c72fb9afc4bd2966615952cff8cdac008</tree>
    <committer>
      <name>Morgan Schweers</name>
      <email>cyberfox@jbidwatcher.com</email>
    </committer>
  </commit>
</commits>
