Make WordPress Core


Ignore:
Timestamp:
04/27/2015 06:34:09 PM (11 years ago)
Author:
mdawaffe
Message:

3.7:

  • WPDB: Sanity check that any strings being stored in the DB are not too long to store correctly.
  • When upgrading, remove any suspicious comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7/tests/phpunit/tests/db.php

    r32188 r32318  
    512512                'charset' => $expected_charset,
    513513                'ascii' => false,
     514                'length' => $wpdb->get_col_length( $wpdb->posts, 'post_content' ),
    514515            )
    515516        );
Note: See TracChangeset for help on using the changeset viewer.