Make WordPress Core


Ignore:
Timestamp:
04/27/2015 05:16:29 PM (11 years ago)
Author:
pento
Message:

4.0:

  • 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/4.0/tests/phpunit/tests/db.php

    r32181 r32313  
    713713                                'charset' => $expected_charset,
    714714                                'ascii' => false,
     715                                'length' => $wpdb->get_col_length( $wpdb->posts, 'post_content' ),
    715716                        )
    716717                );
Note: See TracChangeset for help on using the changeset viewer.