CHANGELOG in adapter_extensions-0.3.1 vs CHANGELOG in adapter_extensions-0.4.0

- old
+ new

@@ -14,6 +14,10 @@ * PostgreSQL adapter included * Added tests for bulk loading * bulk_load method now handles table missing and file missing as error cases 0.3.1 - May 4, 2007 -* Added support for modifying SELECT statements to add an INSERT INTO. +* Added support for modifying SELECT statements to add an INSERT INTO. + +0.4 - September 17, 2007 +* Added copy_table method that can copy the structure and data from one table to another. Currently implemented in MySQL (tested), PostgreSQL (tested) and SQL Server adapters (untested). +* Added support for SELECT..INTO for PostgreSQL. \ No newline at end of file