/**
  * Set the default collation of the MSSQL nvarchar fields that we create.
  * We don't apply this to the database as a whole, so that we can use unicode collations.
  */
 public static function set_collation($collation)
 {
     self::$collation = $collation;
 }