<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>2ed5b48386b352abb4767c0b7243681a8205e92b</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/d633c563edb57729bab1669e2036561fe5f05fa3</url>
    <id>d633c563edb57729bab1669e2036561fe5f05fa3</id>
    <committed-date>2008-04-28T22:44:34-07:00</committed-date>
    <authored-date>2008-04-28T22:44:34-07:00</authored-date>
    <message>- Removed debug output from class QueryBuilder
- Added method Connector::insert_id() to interface
- Implemented Connector_MySQL::insert_id()</message>
    <tree>7360efdba7790f3c93c01f40e87a517b548f5bb0</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f5f2fe809a438249c94bfcd605a6a2935cdd453</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/f54c8feeaf740c9c486eb79ae7acf1e4e3d7aef7</url>
    <id>f54c8feeaf740c9c486eb79ae7acf1e4e3d7aef7</id>
    <committed-date>2008-04-21T09:34:02-07:00</committed-date>
    <authored-date>2008-04-21T09:34:02-07:00</authored-date>
    <message>- Separated DynamicDao into separate file (dynamicdao.inc.php)
- Added escape() method to Connector interface
- Added escape() method to Connector_MySQL class
- QueryBuilder class constructor takes in optional callback to override its default escape method
- Extra inline documentation
- QueryBuilder::where() sets clause as array, not as string</message>
    <tree>9bdb6d7154acc2cc054aa1af8788bb8de5afc5d7</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f59482324bc549caa6852413828ab849c1a8cb8</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/467af5b394f67d52464808ffe6ecf6f53deef8b4</url>
    <id>467af5b394f67d52464808ffe6ecf6f53deef8b4</id>
    <committed-date>2008-04-10T21:49:03-07:00</committed-date>
    <authored-date>2008-04-10T21:49:03-07:00</authored-date>
    <message>DaoFactory::create() now calls DaoFactory::connect() instead of repeating the same logic</message>
    <tree>26a6ac705b25e436c4ff1ea95d58fd5e3126aec6</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4571f31e300063bbb2830013f6d1ae02469d618e</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/702da2c0f9aafb07d2afb32a9131dd0956e181f9</url>
    <id>702da2c0f9aafb07d2afb32a9131dd0956e181f9</id>
    <committed-date>2008-03-24T12:09:46-07:00</committed-date>
    <authored-date>2008-03-24T12:09:46-07:00</authored-date>
    <message>- Implemented Connector_MySQL::fetchfield()</message>
    <tree>f53d082587eb8e409b84715265ca619a8a0b06f0</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2e327ebd3f5764a40861609ff600c0938dd31fe</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/4571f31e300063bbb2830013f6d1ae02469d618e</url>
    <id>4571f31e300063bbb2830013f6d1ae02469d618e</id>
    <committed-date>2008-03-24T11:51:32-07:00</committed-date>
    <authored-date>2008-03-24T11:51:32-07:00</authored-date>
    <message>Daonut now can do direct queries with a connector</message>
    <tree>3e764cf84b306ffe8d3e676746670301abd73a1a</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d35d4521564ac4d0580429d11af4bd4af27b5371</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/f2e327ebd3f5764a40861609ff600c0938dd31fe</url>
    <id>f2e327ebd3f5764a40861609ff600c0938dd31fe</id>
    <committed-date>2008-03-20T21:50:25-07:00</committed-date>
    <authored-date>2008-03-20T21:50:25-07:00</authored-date>
    <message>- Created sample db2dsn and dsn2connector map files
- Implemented new methods for DynamicDao
- Fixed some tests</message>
    <tree>7b22e4e2c25ac07cbf190a48881b25ac4b1d35d2</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65abee221a2da3d2cbb4a1567a216aa797173eca</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/593e2e323324baebc309580665226c4c497a66a6</url>
    <id>593e2e323324baebc309580665226c4c497a66a6</id>
    <committed-date>2008-03-16T10:44:35-07:00</committed-date>
    <authored-date>2008-03-16T10:44:35-07:00</authored-date>
    <message>- Updated tests and set failing ones to notImplemented for now
- Added useDB, disconnect, query, and escape methods to Connector interface
- Implemented new Connector methods in connector.MySQL</message>
    <tree>ab70bd80befc5be7f1701e87a017da1abdf3bc1a</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>kziv@Machshev.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9506ac3088010b8a020542c01d4b0f2b70e81ee</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/8dd7b39d9808aef9dcc6a17fee589d9e9658463c</url>
    <id>8dd7b39d9808aef9dcc6a17fee589d9e9658463c</id>
    <committed-date>2008-03-03T18:47:37-08:00</committed-date>
    <authored-date>2008-03-03T18:47:37-08:00</authored-date>
    <message>Added create method and supporting tests. Method is incomplete.</message>
    <tree>fb3130f3ca3fddef45575122304fe0e2400aaf2a</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36aad278693f204e492ac89a2ebfa991069d8ee4</id>
      </parent>
    </parents>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/b9506ac3088010b8a020542c01d4b0f2b70e81ee</url>
    <id>b9506ac3088010b8a020542c01d4b0f2b70e81ee</id>
    <committed-date>2008-03-02T12:58:32-08:00</committed-date>
    <authored-date>2008-03-02T12:58:32-08:00</authored-date>
    <message>- Updated unit tests to reflect code changes
- Created inteface for all connectors
- Implemented interface in MySQL connector
- Connectors now take a single connection string in PHP's parse_url() format</message>
    <tree>81db6ec7a16887cd3e7fb5911cf255ebfe4aabd8</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </author>
    <url>http://github.com/foobarbazquux/daonut/commit/36aad278693f204e492ac89a2ebfa991069d8ee4</url>
    <id>36aad278693f204e492ac89a2ebfa991069d8ee4</id>
    <committed-date>2008-02-21T07:59:10-08:00</committed-date>
    <authored-date>2008-02-21T07:59:10-08:00</authored-date>
    <message>Initial commit
- Core daonut file
- First tests
- MySQL connector stub</message>
    <tree>13151ba4a0698dc8481e22d55447298f5494b67f</tree>
    <committer>
      <name>Karen Ziv</name>
      <email>karen@perlessence.com</email>
    </committer>
  </commit>
</commits>
