WIP
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 8a706d5..704f03e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - MSSQL: on > 2000 use schema_name() instead of user_name() to detect
+          current schema and query sys.schemas instead of sysusers.
+        - SQL Anywhere: introspect ON DELETE/UPDATE rules, default is now
+          RESTRICT. is_deferrable still defaults to 1
         - rewrite pg fk introspection to use catalog views instead of
           information_schema as information_schema does not work for readonly
           users