<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e798bab4a1bc3b6cf5ac475cb9e4f3a8c60c4fd7</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/66ecd2e2f54bf4ed83737ffe4052430cfbbd79bf</url>
    <id>66ecd2e2f54bf4ed83737ffe4052430cfbbd79bf</id>
    <committed-date>2009-01-09T08:23:18-08:00</committed-date>
    <authored-date>2009-01-09T08:23:18-08:00</authored-date>
    <message>Update execute_procedure method a bit to remove excess code.</message>
    <tree>7ae19d75ef169f1799250368e3e618840642f52f</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>08d57b5f9a9e450ed3dfc8f068ddeb5a92973d57</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/e798bab4a1bc3b6cf5ac475cb9e4f3a8c60c4fd7</url>
    <id>e798bab4a1bc3b6cf5ac475cb9e4f3a8c60c4fd7</id>
    <committed-date>2009-01-09T05:50:57-08:00</committed-date>
    <authored-date>2009-01-09T05:50:57-08:00</authored-date>
    <message>Create version 2.2.7.</message>
    <tree>77e1444bc11998b51fc6142c75e470edf313b77e</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e67df499a66a2accf510e392a98f89075261854e</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/08d57b5f9a9e450ed3dfc8f068ddeb5a92973d57</url>
    <id>08d57b5f9a9e450ed3dfc8f068ddeb5a92973d57</id>
    <committed-date>2009-01-09T05:46:26-08:00</committed-date>
    <authored-date>2009-01-09T05:46:26-08:00</authored-date>
    <message>Created a connection#execute_procedure method that takes can take any number of ruby objects as variables and quotes them according to the connection's rules. Also added an ActiveRecord::Base class level core extension that hooks into this. It also checks if the connection responds to #execute_procedure and if not returns an empty array.</message>
    <tree>9e1748b15913ab3228e7ae13d9c87e4ba91c49e1</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2e8c63f1f58319c610086c29bc9bfe5024834b0</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/e67df499a66a2accf510e392a98f89075261854e</url>
    <id>e67df499a66a2accf510e392a98f89075261854e</id>
    <committed-date>2009-01-08T16:21:14-08:00</committed-date>
    <authored-date>2009-01-08T16:21:14-08:00</authored-date>
    <message>Added a #enable_default_unicode_types class attribute access to make all new added or changed string types like :string/:text default to unicode/national data types. See the README for full details. Added a rake task that assists setting this to true when running tests.</message>
    <tree>7563bf81a5f06271d0fc41cd5adf12ea821b8e2e</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>634f12eccf164513cf96a7eec6bf447dbad80e8a</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/c2e8c63f1f58319c610086c29bc9bfe5024834b0</url>
    <id>c2e8c63f1f58319c610086c29bc9bfe5024834b0</id>
    <committed-date>2009-01-08T05:47:33-08:00</committed-date>
    <authored-date>2009-01-08T05:47:33-08:00</authored-date>
    <message>Introduced a bug in 2.2.5 in the #add_order! core ext for ActiveRecord. Fixed now.</message>
    <tree>23a716cb34ccabd28a794d89df76798bbc1235a2</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a76eea7d2111e808f40e8eaecc2bbeedf25771c</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/634f12eccf164513cf96a7eec6bf447dbad80e8a</url>
    <id>634f12eccf164513cf96a7eec6bf447dbad80e8a</id>
    <committed-date>2009-01-04T17:40:53-08:00</committed-date>
    <authored-date>2009-01-04T17:40:53-08:00</authored-date>
    <message>Release 2.2.5 version/gem.</message>
    <tree>6622be4a3ad8eae85780a219dccc05e6c5158268</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e576fcccdf5773d9ff53b94e38be6ab682abbca9</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/2a76eea7d2111e808f40e8eaecc2bbeedf25771c</url>
    <id>2a76eea7d2111e808f40e8eaecc2bbeedf25771c</id>
    <committed-date>2009-01-04T17:04:27-08:00</committed-date>
    <authored-date>2009-01-04T17:04:27-08:00</authored-date>
    <message>Added a log_info_schema_queries class attribute and make all queries to INFORMATION_SCHEMA silent by default.</message>
    <tree>88fd29f1da27b6b6f18490261e7ba4bcb8a5590b</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b56f09cdd48ca2b2f43ad44141545b25c0f40fb5</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/e576fcccdf5773d9ff53b94e38be6ab682abbca9</url>
    <id>e576fcccdf5773d9ff53b94e38be6ab682abbca9</id>
    <committed-date>2009-01-04T15:44:26-08:00</committed-date>
    <authored-date>2009-01-04T15:44:26-08:00</authored-date>
    <message>Update README to direct SQL Server 2005 users on how to customize their native_text_database_type away from varchar(max).</message>
    <tree>ac224425344bbf96a781a1efa59c936159d2ec27</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef971310f8f3a7faea33a678fa9fcd62ce9329d2</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/b56f09cdd48ca2b2f43ad44141545b25c0f40fb5</url>
    <id>b56f09cdd48ca2b2f43ad44141545b25c0f40fb5</id>
    <committed-date>2009-01-04T15:05:52-08:00</committed-date>
    <authored-date>2009-01-04T15:05:52-08:00</authored-date>
    <message>Fix millisecond support in datetime columns. ODBC::Timestamp incorrectly takes SQL Server milliseconds and applies them as nanoseconds. We cope with this at the DBI layer by using SQLServerDBI::Type::SqlserverTimestamp class to parse the before type cast value appropriately. Also update the adapters #quoted_date method to work more simply by converting ruby's #usec milliseconds to SQL Server microseconds.</message>
    <tree>2a20e3eb985ea91d6948bc121d2704fd92269126</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65c66812ea66aa1caa464cf4445927d0cbeab822</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/ef971310f8f3a7faea33a678fa9fcd62ce9329d2</url>
    <id>ef971310f8f3a7faea33a678fa9fcd62ce9329d2</id>
    <committed-date>2009-01-02T14:46:56-08:00</committed-date>
    <authored-date>2009-01-02T14:46:56-08:00</authored-date>
    <message>Core extensions for ActiveRecord now reflect on the connection before doing SQL Server things. Now this adapter is compatible for using with other adapters.</message>
    <tree>370a90dd33319dccc71b87f5a95799e4b677277f</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6fca8724202a39bb35f7ff7137030e4c42238820</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/65c66812ea66aa1caa464cf4445927d0cbeab822</url>
    <id>65c66812ea66aa1caa464cf4445927d0cbeab822</id>
    <committed-date>2008-12-05T07:28:42-08:00</committed-date>
    <authored-date>2008-12-05T07:28:42-08:00</authored-date>
    <message>Fix a type left in #views_real_column_name. Also cache #view_information lookups.</message>
    <tree>41b79127cbd2f7a126d8479a705f9fe2c3f8f5d9</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5cd0c6cf291daaa570b5ea06e2b0106056e5b05a</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/6fca8724202a39bb35f7ff7137030e4c42238820</url>
    <id>6fca8724202a39bb35f7ff7137030e4c42238820</id>
    <committed-date>2008-12-05T07:07:05-08:00</committed-date>
    <authored-date>2008-12-05T07:07:05-08:00</authored-date>
    <message>Left in typo.</message>
    <tree>4ed744e7cde4f4b5c884479bff1c41ba7a1612ee</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6258d73713b88f3a376496af6cfbc8b6dbe5f154</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/5cd0c6cf291daaa570b5ea06e2b0106056e5b05a</url>
    <id>5cd0c6cf291daaa570b5ea06e2b0106056e5b05a</id>
    <committed-date>2008-12-05T06:58:02-08:00</committed-date>
    <authored-date>2008-12-05T06:58:02-08:00</authored-date>
    <message>Changing back to using real table name in column_definitions. Makes sure views get back only the columns
that are defined for them with correct names, etc. Now supporting views by looking for NULL default and
then if table name is a view, perform a targeted with sub select to the real table name and column name
to find true default. RELEASE 2.2.3.</message>
    <tree>7163428752f9e5c56975778427e3294a8485c5c7</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>314f1000267dbf26760b447ea8f476a37a4483de</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/6258d73713b88f3a376496af6cfbc8b6dbe5f154</url>
    <id>6258d73713b88f3a376496af6cfbc8b6dbe5f154</id>
    <committed-date>2008-12-03T12:22:44-08:00</committed-date>
    <authored-date>2008-12-03T12:22:44-08:00</authored-date>
    <message>Coping with referential integrity checks in 2005. Seems to not cope well with the transactional fixtures.</message>
    <tree>d4a04f1f7b818df12e7c60d0cdadfac42d020c59</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>409595050372a9bf07e62cd4100ae696a087fe8c</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/314f1000267dbf26760b447ea8f476a37a4483de</url>
    <id>314f1000267dbf26760b447ea8f476a37a4483de</id>
    <committed-date>2008-12-03T11:54:02-08:00</committed-date>
    <authored-date>2008-12-03T11:54:02-08:00</authored-date>
    <message>Change log entry for Erik Bryn.</message>
    <tree>2645837a4c53afd293e1459a9208921c02af433b</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1914baa10d5886ad5f25789f4336d0a398b4ef5b</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/409595050372a9bf07e62cd4100ae696a087fe8c</url>
    <id>409595050372a9bf07e62cd4100ae696a087fe8c</id>
    <committed-date>2008-12-03T11:27:05-08:00</committed-date>
    <authored-date>2008-12-03T11:25:32-08:00</authored-date>
    <message>Update sub select test a bit for visual clues as to what is going on.</message>
    <tree>eb0fc60d710604ac59c55ca5ba88be76850abe57</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b43eaa9b5c210c6a197d0ecd9554f742645a055c</id>
      </parent>
    </parents>
    <author>
      <name>Erik Bryn</name>
      <email>ebryn@marketmonitors.com</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/1914baa10d5886ad5f25789f4336d0a398b4ef5b</url>
    <id>1914baa10d5886ad5f25789f4336d0a398b4ef5b</id>
    <committed-date>2008-12-03T11:27:05-08:00</committed-date>
    <authored-date>2008-12-03T11:15:01-08:00</authored-date>
    <message>added test for prior fix</message>
    <tree>74ed1f2a31b41228cc25f301bdfbdb23d804b114</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2cd43cb463895a7d6af7678c3917e4b3a24453c6</id>
      </parent>
    </parents>
    <author>
      <name>Erik Bryn</name>
      <email>ebryn@marketmonitors.com</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/b43eaa9b5c210c6a197d0ecd9554f742645a055c</url>
    <id>b43eaa9b5c210c6a197d0ecd9554f742645a055c</id>
    <committed-date>2008-12-03T11:27:05-08:00</committed-date>
    <authored-date>2008-12-03T10:08:07-08:00</authored-date>
    <message>Changed #gsub to #sub to avoid #add_limit_offset! rewriting subquery SELECTs to include TOPs.
http://rails-sqlserver.lighthouseapp.com/projects/20277/tickets/4-subquery-select-statements-are-modified-by-add_limit_offset</message>
    <tree>e3be025255372f611f99b9119c1eab8ef2d00bb2</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbc86467e4471172b772d4541dbc4d5d90ae619a</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/2cd43cb463895a7d6af7678c3917e4b3a24453c6</url>
    <id>2cd43cb463895a7d6af7678c3917e4b3a24453c6</id>
    <committed-date>2008-12-03T08:23:26-08:00</committed-date>
    <authored-date>2008-12-03T08:23:26-08:00</authored-date>
    <message>Fix note for installing thoughtbot-shoulda gem.</message>
    <tree>d8458106bf6dbc005ff05ece41e56589001fc220</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a367b9396a8e2301c7d3d68717784ccc01b8decb</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/fbc86467e4471172b772d4541dbc4d5d90ae619a</url>
    <id>fbc86467e4471172b772d4541dbc4d5d90ae619a</id>
    <committed-date>2008-12-02T18:43:47-08:00</committed-date>
    <authored-date>2008-12-02T18:43:47-08:00</authored-date>
    <message>Missed change log author.</message>
    <tree>cf2404a2f273f3cf3faa168edb187e5950f25ddf</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b20ec1e1f77d06c30cf23daf79c7a3968f4fd87</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/a367b9396a8e2301c7d3d68717784ccc01b8decb</url>
    <id>a367b9396a8e2301c7d3d68717784ccc01b8decb</id>
    <committed-date>2008-12-02T18:42:00-08:00</committed-date>
    <authored-date>2008-12-02T18:42:00-08:00</authored-date>
    <message>Move to 2.2.2.</message>
    <tree>ecf3202054efdab20d32408fe584b843c1b9e739</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>47702487a7adf3990faa7379e5b669f9ce6ebc6d</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/0b20ec1e1f77d06c30cf23daf79c7a3968f4fd87</url>
    <id>0b20ec1e1f77d06c30cf23daf79c7a3968f4fd87</id>
    <committed-date>2008-12-02T18:39:53-08:00</committed-date>
    <authored-date>2008-12-02T18:39:53-08:00</authored-date>
    <message>Add support for view defaults by making column_definitions use real table name for schema info.</message>
    <tree>6ea9ec710180a4b66ff98a578a028dbba8e1e3da</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc8f0b8dd7b2db94490c6c38840ea1e180109364</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/47702487a7adf3990faa7379e5b669f9ce6ebc6d</url>
    <id>47702487a7adf3990faa7379e5b669f9ce6ebc6d</id>
    <committed-date>2008-12-02T11:38:23-08:00</committed-date>
    <authored-date>2008-12-02T11:38:23-08:00</authored-date>
    <message>Make sure view identity columns are reported correctly.</message>
    <tree>6ea5dba97934a4a597ddddc2a8f73516a19f10ee</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f35064eab1fae3167c34b73e33ca4748f33f186b</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/dc8f0b8dd7b2db94490c6c38840ea1e180109364</url>
    <id>dc8f0b8dd7b2db94490c6c38840ea1e180109364</id>
    <committed-date>2008-11-26T08:54:54-08:00</committed-date>
    <authored-date>2008-11-26T08:54:54-08:00</authored-date>
    <message>Changing lighthouse URL.</message>
    <tree>73c92b0e866cc30f30e12225c3b0e9c1213413e3</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60e9f088ac3b4d35bf949f5ca25da91598c943de</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/f35064eab1fae3167c34b73e33ca4748f33f186b</url>
    <id>f35064eab1fae3167c34b73e33ca4748f33f186b</id>
    <committed-date>2008-11-25T17:15:38-08:00</committed-date>
    <authored-date>2008-11-25T17:15:38-08:00</authored-date>
    <message>Include version in connection method and inspection.</message>
    <tree>3ed8166dfd3857b04731caa2cb97e16adbf808b9</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25f35595959e3c03815f5bc8a93767259ac73c79</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/60e9f088ac3b4d35bf949f5ca25da91598c943de</url>
    <id>60e9f088ac3b4d35bf949f5ca25da91598c943de</id>
    <committed-date>2008-11-25T14:31:59-08:00</committed-date>
    <authored-date>2008-11-25T14:31:59-08:00</authored-date>
    <message>Adding notes about views in README.</message>
    <tree>816ce06a8066733ab2eed52e9c095cf958e61417</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>404f70c88665fdbc676e82ea7f85eb6accf2712e</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/25f35595959e3c03815f5bc8a93767259ac73c79</url>
    <id>25f35595959e3c03815f5bc8a93767259ac73c79</id>
    <committed-date>2008-11-25T14:29:21-08:00</committed-date>
    <authored-date>2008-11-25T14:29:21-08:00</authored-date>
    <message>Release version 2.2.1</message>
    <tree>13d0f787b91acfccbaf1297af62b03c7fa1b2195</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>613fcf99ba599ac663118dc32c15a37952b614d1</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/404f70c88665fdbc676e82ea7f85eb6accf2712e</url>
    <id>404f70c88665fdbc676e82ea7f85eb6accf2712e</id>
    <committed-date>2008-11-25T14:27:07-08:00</committed-date>
    <authored-date>2008-11-25T14:27:07-08:00</authored-date>
    <message>Add identity insert support for views. Cache #views so that identity #table_name_or_views_table_name will run quickly.</message>
    <tree>51430b3ea41bbe71a2dc0265048e77bf6e729b84</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f48a7edd40f79bce335d4b5f82d3b4064dc79ca6</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/613fcf99ba599ac663118dc32c15a37952b614d1</url>
    <id>613fcf99ba599ac663118dc32c15a37952b614d1</id>
    <committed-date>2008-11-25T11:36:36-08:00</committed-date>
    <authored-date>2008-11-25T11:36:36-08:00</authored-date>
    <message>Add views support. ActiveRecord classes can use views. The connection now has a #views method and #table_exists? will not fall back to checking views too.</message>
    <tree>e1e4fdef7c90869c379f4ea6ab0ab57d9dd67904</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>963be2d6e654c851b24014b7438115c90abce942</id>
      </parent>
    </parents>
    <author>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </author>
    <url>http://github.com/rails-sqlserver/2000-2005-adapter/commit/f48a7edd40f79bce335d4b5f82d3b4064dc79ca6</url>
    <id>f48a7edd40f79bce335d4b5f82d3b4064dc79ca6</id>
    <committed-date>2008-11-24T11:26:12-08:00</committed-date>
    <authored-date>2008-11-24T11:26:12-08:00</authored-date>
    <message>Add gem source to install notes for those that have not gotten with the permanent Github gem source thing yet :)</message>
    <tree>59ebdfaa4763a8a68b980dbda80383d5474ec60b</tree>
    <committer>
      <name>Ken Collins</name>
      <email>ken@metaskills.net</email>
    </committer>
  </commit>
</commits>
