empty insert into a Sybase table with computed columns and either data_type => undef...
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index ef4b4a3..53026f5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
 Revision history for DBIx::Class
 
         - Perl 5.8.1 is now the minimum supported version
+        - Massive optimization of the join resolution code - now joins
+          will be removed from the resulting SQL if DBIC can prove they
+          are not referenced by anything
         - Subqueries no longer marked experimental
+        - Support for Informix RDBMS (limit/offset and auto-inc columns)
         - might_have/has_one now warn if applied calling class's column
           has is_nullable set to true.
         - Fixed regression in deploy() with a {sources} table limit applied
@@ -24,6 +28,8 @@ Revision history for DBIx::Class
         - New MSSQL specific resultset attribute to allow hacky ordered
           subquery support
         - Fix nasty schema/dbhandle leak due to SQL::Translator
+        - Initial implementation of a mechanism for Schema::Version to
+          apply multiple step upgrades
         - Fix regression on externally supplied $dbh with AutoCommit=0
         - FAQ "Custom methods in Result classes"
         - Cookbook POD fix for add_drop_table instead of add_drop_tables