<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>26b1537bd617113bd6ae8e14c04ddaac92400bec</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/21c3d62ef4c33c1f4c82900a44fdac026d033874</url>
    <id>21c3d62ef4c33c1f4c82900a44fdac026d033874</id>
    <committed-date>2009-02-02T13:09:18-08:00</committed-date>
    <authored-date>2009-02-02T13:09:18-08:00</authored-date>
    <message>Switching to UTF8 string encoding.</message>
    <tree>9f2d79bdc9d038bf9b83e13f9589891a9d28550f</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63f9682644de897f00b9deac64a638054505ebf5</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/26b1537bd617113bd6ae8e14c04ddaac92400bec</url>
    <id>26b1537bd617113bd6ae8e14c04ddaac92400bec</id>
    <committed-date>2008-05-09T21:44:48-07:00</committed-date>
    <authored-date>2008-05-09T21:44:48-07:00</authored-date>
    <message>Added a new method to insert rows in tables.</message>
    <tree>8a53ae5fc752186f688551de1e2f791f865152ef</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a71bcf47dd2a8b2c930f50ac838a60edc47b06f1</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/63f9682644de897f00b9deac64a638054505ebf5</url>
    <id>63f9682644de897f00b9deac64a638054505ebf5</id>
    <committed-date>2008-05-06T18:59:47-07:00</committed-date>
    <authored-date>2008-05-06T18:59:47-07:00</authored-date>
    <message>New update method uses a dictionary to update a row for a specified id.</message>
    <tree>cbe027e781b4d2d9a9e35ce7f0d810a459702692</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2681c9bd3c64f70029bb6da19c19288161bbcc98</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/a71bcf47dd2a8b2c930f50ac838a60edc47b06f1</url>
    <id>a71bcf47dd2a8b2c930f50ac838a60edc47b06f1</id>
    <committed-date>2008-04-30T09:42:10-07:00</committed-date>
    <authored-date>2008-04-30T09:42:10-07:00</authored-date>
    <message>New convenience methods for queries.

Three new methods of MySQLConnection allow query
results to be returned as arrays, dictionaries,
or individual values. In all three cases, each
row is returned as a dictionary.</message>
    <tree>a989de1a1ad0a51852a6fe09e74b7c408d2b63fc</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>663fcab9f09613756d9c96b233fc85106c46cadf</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/2681c9bd3c64f70029bb6da19c19288161bbcc98</url>
    <id>2681c9bd3c64f70029bb6da19c19288161bbcc98</id>
    <committed-date>2008-04-29T11:45:24-07:00</committed-date>
    <authored-date>2008-04-29T11:45:24-07:00</authored-date>
    <message>Read strings from MySQL using NSASCIIStringEncoding.

Disable -Os optimization (set by mysql_config) to simplify debugging.</message>
    <tree>5808484b72f7cb5e1ebee80bd978124f28e8e560</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b901e760ff73a2bb8b393ccee81ef75ca07d8eaf</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/663fcab9f09613756d9c96b233fc85106c46cadf</url>
    <id>663fcab9f09613756d9c96b233fc85106c46cadf</id>
    <committed-date>2008-03-27T17:32:55-07:00</committed-date>
    <authored-date>2008-03-27T17:32:55-07:00</authored-date>
    <message>Renamed a couple of methods to be more conventional.

nextRowDictionary becomes nextRowAsDictionary
nextRowArray becomes nextRowAsArray</message>
    <tree>95dd4b929c7606f3c6e8895090f39bbd0051bee2</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0de384cde2b88a8708392513f6012e5ece74f1d3</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/b901e760ff73a2bb8b393ccee81ef75ca07d8eaf</url>
    <id>b901e760ff73a2bb8b393ccee81ef75ca07d8eaf</id>
    <committed-date>2008-03-26T20:14:44-07:00</committed-date>
    <authored-date>2008-03-26T20:14:44-07:00</authored-date>
    <message>Nukefile uses mysql_config to get cflags and lib information.</message>
    <tree>323cc5514173226a4877ff495df7d5ef1f5a306a</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1354dc0ef3d11ee97fc3d9c5dd77f43918973be3</id>
      </parent>
    </parents>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/0de384cde2b88a8708392513f6012e5ece74f1d3</url>
    <id>0de384cde2b88a8708392513f6012e5ece74f1d3</id>
    <committed-date>2008-03-18T21:46:11-07:00</committed-date>
    <authored-date>2008-03-18T21:46:11-07:00</authored-date>
    <message>Added method to get rows as dictionaries.

Renamed method that gets rows as arrays to make that fact explicit.</message>
    <tree>dee8e63f9dc3b9d6ce1fdbc68a09129255182ba6</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </author>
    <url>http://github.com/timburks/numysql/commit/1354dc0ef3d11ee97fc3d9c5dd77f43918973be3</url>
    <id>1354dc0ef3d11ee97fc3d9c5dd77f43918973be3</id>
    <committed-date>2008-03-17T22:44:37-07:00</committed-date>
    <authored-date>2008-03-17T22:44:37-07:00</authored-date>
    <message>Initial commit.</message>
    <tree>5ab4c27a04bf44519c36f6ad4b25508105a4961a</tree>
    <committer>
      <name>Tim Burks</name>
      <email>tim@neontology.com</email>
    </committer>
  </commit>
</commits>
