All Versions
57
Latest Version
Avg Release Cycle
141 days
Latest Release
1314 days ago

Changelog History
Page 6

  • v0.2.3 Changes

    May 30, 2009

    === ๐Ÿ†• New features

    • Support for SQL Server truncation (Adam Meehan)
  • v0.2.2 Changes

    May 08, 2009

    === ๐Ÿ›  Bufixes

    • Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)

    === ๐Ÿ†• New features

  • v0.2.1 Changes

    May 08, 2009

    === ๐Ÿ›  Bufixes

    • Removed extraneous TruncationBase class definition. (Ben Mabey)
  • v0.2.0 Changes

    May 08, 2009

    === ๐Ÿ†• New features

    • DataMapper strategies (Martin Gamsjaeger)
      • Transaction
      • Truncation - working SQLite3, MySQL adapters. Experimental Postgres adapter (not tested).
  • v0.1.3 Changes

    April 30, 2009

    === ๐Ÿ†• New features

    • PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)

    === ๐Ÿ›  Bufixes

    • Added missing quotes around table names in truncation calls. (Michael MacDonald)
  • v0.1.2 Changes

    March 05, 2009

    === ๐Ÿ†• New features

    • JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
  • v0.1.1 Changes

    March 04, 2009
    • Basic infrastructure
    • Features, RSpec code examples
    • ActiveRecord strategies
      • Truncation - with MySQL, and SQLite3 adapters.
      • Transaction - wrap your modifications and roll them back.