database_cleaner/History.txt

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2009-05-09 03:52:37 +00:00
0.2.x (In Git)
2009-03-05 15:13:12 +00:00
== 0.2.3 2009-05-30
=== New features
2009-08-04 14:14:19 +00:00
* Support for SQL Server truncation (Adam Meehan)
2009-05-09 03:52:37 +00:00
== 0.2.2 2009-05-08
2009-05-01 03:30:47 +00:00
=== Bufixes
2009-05-09 03:52:37 +00:00
* Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
2009-05-09 01:58:47 +00:00
=== New features
== 0.2.1 2009-05-08
=== Bufixes
* Removed extraneous TruncationBase class definition. (Ben Mabey)
2009-05-01 03:30:47 +00:00
2009-05-09 00:44:21 +00: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-05-01 03:30:47 +00:00
2009-03-05 15:13:12 +00:00
=== New features
2009-03-12 00:16:07 +00:00
* PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)
2009-03-05 15:13:12 +00:00
=== Bufixes
2009-05-01 03:30:47 +00:00
* Added missing quotes around table names in truncation calls. (Michael MacDonald)
2009-03-05 15:13:12 +00:00
== 0.1.2 2009-03-05
=== New features
* JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
2009-05-09 00:44:21 +00:00
== 0.1.1 2009-03-04 - Initial Release (Ben Mabey)
2009-03-05 15:13:12 +00:00
* Basic infrastructure
* Features, RSpec code examples
* ActiveRecord strategies
* Truncation - with MySQL, and SQLite3 adapters.
* Transaction - wrap your modifications and roll them back.