fix defaults broken by last Pg defaults fix commit
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 13536ac..9925959 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - handle <type> DEFAULT NULL for Pg
+        - handle boolean DEFAULT 0::boolean for Pg
+        - config file support for dbicdump script
+        - added filter_generated_code option (RT#53841)
         - generic table and column comments support
         - MySQL table and column comments support
         - support DOS line endings on *nix and *nix line ending on Win32
@@ -7,6 +11,10 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
         - $schema->loader is now a public method
         - add schema_components option
         - sort relationships so they always come out in the same order
+        - also sort unique constraints so they always come out in the same order
+        - multi db_schema support with cross-schema rels (RT#39478)
+        - added moniker_parts option for name clashes in multi db_schema setups
+        - add quiet option
         - add rel_name_map option
         - fix the decimal data type for MS Access over ODBC
         - fix enum/set detection for MySQL (RT#68717)