2009-12-23 20:21:15 -05:00
|
|
|
0.4.x (In Git)
|
|
|
|
|
2010-01-17 14:57:15 -05:00
|
|
|
== 0.4.3 2010-01-17
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
Truncation for ActiveRecord oracle_enhanced adapter. (Edgars Beigarts)
|
|
|
|
|
2010-01-12 11:53:09 -05:00
|
|
|
== 0.4.2 2010-01-12
|
|
|
|
|
|
|
|
=== Bufixes
|
|
|
|
* Datamapper truncation now uses 'select' instead of deprecated the 'query' method. (Steve Tooke)
|
|
|
|
|
2010-01-07 11:48:49 -05:00
|
|
|
== 0.4.1 2010-01-07
|
|
|
|
|
|
|
|
=== Bufixes
|
|
|
|
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)
|
|
|
|
|
2009-12-23 20:21:15 -05:00
|
|
|
== 0.4.0 2009-12-23 (The MongoMapper Edition)
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* MongoMapper support for the truncation strategy. (Aubrey Holland)
|
2009-12-21 00:19:25 -05:00
|
|
|
|
|
|
|
== 0.3.0 2009-12-20
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* DataMapper 0.10.0 Compatible. (Martin Gamsjaeger)
|
|
|
|
=== Bufixes
|
|
|
|
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE). (Vika - yozhyk on github)
|
2009-03-05 10:13:12 -05:00
|
|
|
|
2009-05-30 00:00:59 -04:00
|
|
|
== 0.2.3 2009-05-30
|
|
|
|
|
|
|
|
=== New features
|
2009-08-04 10:14:19 -04:00
|
|
|
* Support for SQL Server truncation (Adam Meehan)
|
2009-05-30 00:00:59 -04:00
|
|
|
|
2009-05-08 23:52:37 -04:00
|
|
|
== 0.2.2 2009-05-08
|
2009-04-30 23:30:47 -04:00
|
|
|
=== Bufixes
|
2009-05-08 23:52:37 -04:00
|
|
|
* Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
|
|
|
|
|
2009-05-08 21:58:47 -04:00
|
|
|
=== New features
|
|
|
|
|
|
|
|
== 0.2.1 2009-05-08
|
|
|
|
=== Bufixes
|
|
|
|
* Removed extraneous TruncationBase class definition. (Ben Mabey)
|
2009-04-30 23:30:47 -04:00
|
|
|
|
2009-05-08 20:44:21 -04:00
|
|
|
== 0.2.0 2009-05-08 - The Datamapper Release
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* DataMapper strategies (Martin Gamsjaeger)
|
|
|
|
* Transaction
|
|
|
|
* Truncation - working SQLite3, MySQL adapters. Experimental Postgres adapter (not tested).
|
|
|
|
|
|
|
|
== 0.1.3 2009-04-30
|
2009-04-30 23:30:47 -04:00
|
|
|
|
2009-12-21 00:19:25 -05:00
|
|
|
=== New features
|
2009-03-11 20:16:07 -04:00
|
|
|
* PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)
|
2009-03-05 10:13:12 -05:00
|
|
|
=== Bufixes
|
2009-04-30 23:30:47 -04:00
|
|
|
* Added missing quotes around table names in truncation calls. (Michael MacDonald)
|
2009-03-05 10:13:12 -05:00
|
|
|
|
|
|
|
== 0.1.2 2009-03-05
|
|
|
|
=== New features
|
|
|
|
* JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
|
|
|
|
|
2009-05-08 20:44:21 -04:00
|
|
|
== 0.1.1 2009-03-04 - Initial Release (Ben Mabey)
|
2009-03-05 10:13:12 -05:00
|
|
|
* Basic infrastructure
|
|
|
|
* Features, RSpec code examples
|
|
|
|
* ActiveRecord strategies
|
|
|
|
* Truncation - with MySQL, and SQLite3 adapters.
|
|
|
|
* Transaction - wrap your modifications and roll them back.
|