Make WordPress Core

{1} All Tickets (7956 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (1601 - 1700 of 7956)

Database (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#44973 Issues with $wpdb->get_col_info has-patch normal normal Awaiting Review defect (bug) 09/23/2018
#54834 Mysql gone away when importing DB on create wp_posts indexes normal blocker Awaiting Review defect (bug) 02/17/2023
#49482 Non-english slug can sometimes cause an error in WordPress query normal normal Awaiting Review defect (bug) 02/20/2020
#53033 Remove comments, ping, to_ping columns from posts table normal normal Awaiting Review defect (bug) 04/15/2021
#39273 Updating to 4.7 can break serialized data because $wpdb->determine_charset now forces utf8 when DB_CHARSET is set to utf8mb4 dev-feedback normal normal Awaiting Review defect (bug) 03/15/2019
#28139 WP MU legacy problems: missing database tables normal normal defect (bug) 06/04/2019
#53320 Why delete_metadata and update_metadata slow performance? normal normal Awaiting Review defect (bug) 06/02/2021
#57072 WordPress 6.1 uses wrong database collation normal normal Awaiting Review defect (bug) 11/11/2022
#46932 dbDelta does not account for MySQL keywords being used as key names normal minor Awaiting Review defect (bug) 04/16/2019
#46452 dbDelta given the same PRIMARY KEY and normal KEY produces no error, reports table created successfully, but the table is not created normal trivial Awaiting Review defect (bug) 03/09/2019
#46145 dbDelta runs same updates on every execution normal normal Awaiting Review defect (bug) 01/30/2019
#46739 post attributes order not working correctly normal normal Awaiting Review defect (bug) 03/30/2019
#57000 wp_usermeta table is emptied because of a wrong query being executed normal normal Awaiting Review defect (bug) 11/04/2022
#49363 wpdb::query() does not detect LOAD DATA as an insert statement type has-patch normal normal Awaiting Review defect (bug) 02/05/2020
#47818 $wpdb should update ->insert_id also when `LAST_INSERT_ID(...)` is found normal normal Awaiting Review enhancement 08/02/2019
#55202 A proper (error) message should be show when mysql setting autocommit=0 normal normal Awaiting Review enhancement 02/19/2022
#54627 Adding More Timestamp columns to database normal normal Awaiting Review enhancement 12/14/2021
#31759 Allow to set $allow_bail when creating new wpdb object to handle connection error silently normal normal enhancement 06/04/2019
#52527 Better RAM handling in wp-db.php normal normal Awaiting Review enhancement 02/15/2021
#46179 Make fetch_array accessible in $wpdb normal normal Awaiting Review enhancement 02/04/2019
#44292 Make use of protected process_fields normal normal Awaiting Review enhancement 06/01/2018
#46565 Mixed engine in tables, could bring to major WP failure! Also there is a small fix that could avoid that. normal normal Awaiting Review enhancement 03/20/2019
#54560 Return null from wpdb::get_results when query fails has-patch normal normal Awaiting Review enhancement 12/02/2021
#58180 Specify the REGEXP format for meta_query needs-docs normal trivial Awaiting Review enhancement 04/24/2023
#47994 The additions of a new wp_posts table columns called post_level and post_patriarch normal normal Awaiting Review enhancement 09/06/2019
#40150 VARCHAR/TEXT inefficiencies normal normal Awaiting Review enhancement 03/14/2017
#55938 WP prefix on installation - instructions to be indicated normal minor Awaiting Review enhancement 06/07/2022
#42703 WP_Query: Swap parsing date into own method normal normal Awaiting Review enhancement 01/16/2019
#46576 short-circuit filter for dbDelta normal normal Awaiting Review enhancement 03/20/2019
#36242 wpdb set_sql_mode add param normal normal enhancement 06/04/2019
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code has-patch normal normal Awaiting Review feature request 02/20/2019
#54235 Script for handling metadata in wp_postmeta needs-docs normal normal Awaiting Review feature request 10/08/2021
#51762 Unix authentication support via unix_socket normal normal Awaiting Review feature request 11/12/2020
#37678 Add an action hook for plugins to do database upgrades on dev-feedback normal normal Awaiting Review defect (bug) 04/18/2019 1
#32868 Consider running utf8mb4 conversion on each database update normal normal defect (bug) 06/04/2019 1
#57385 Disable foreign key checks when dropping tables inside wp_uninitialize_site() function dev-feedback normal normal Awaiting Review defect (bug) 12/24/2022 1
#52210 File URL gets saved even when upload fails normal major Awaiting Review defect (bug) 02/09/2021 1
#58286 Growing database due to unnecessary transients containing "g_url_details_response_" normal critical Awaiting Review defect (bug) 05/11/2023 1
#28591 dbDelta Non-literal DEFAULT not working (CURRENT_TIMESTAMP) normal normal defect (bug) 06/04/2019 1
#46146 dbDelta not parsing enum correctly normal normal Awaiting Review defect (bug) 11/17/2022 1
#40779 function_exists() audit in wp-db.php dev-feedback low minor Awaiting Review defect (bug) 06/01/2021 1
#51350 mysql nosql feature request normal normal Awaiting Review defect (bug) 04/20/2023 1
#41469 test_charset_switched_to_utf8() is not tested on Travis CI normal normal Awaiting Review defect (bug) 07/28/2017 1
#31624 $wpdb->prepare() named placeholders needs-unit-tests normal normal enhancement 06/04/2019 1
#38760 Capture result size in bytes when SAVEQUERIES is true normal normal Future Release enhancement 10/03/2017 1
#39748 Function to insert or update DB value normal normal Awaiting Review enhancement 10/29/2017 1
#26788 Improve dbDelta fields match has-patch normal normal enhancement 06/04/2019 1
#44386 Problem with utf8mb4_unicode_ci collation for arabic content has-patch normal major Awaiting Review enhancement 06/17/2018 1
#41054 Use sargable date filtering where possible normal normal Awaiting Review enhancement 06/15/2017 1
#40357 dbDelta can't change primary keys, create AUTO_INCREMENT columns and doesn't make significant index changes needs-unit-tests normal normal Awaiting Review enhancement 04/04/2017 1
#49654 maybe_drop_table normal normal Awaiting Review enhancement 04/07/2023 1
#43664 $wpdb->get_results fails in specific cases with non-latin charaters in where clause normal normal Awaiting Review defect (bug) 04/08/2018 2
#29096 Confusing errors when mysqli fails but mysql works normal normal defect (bug) 06/04/2019 2
#40953 Empty values are handled inconsistently between wpdb->get_results() and wpdb->get_col() dev-feedback normal normal Awaiting Review defect (bug) 06/08/2017 2
#56260 In case of missing primary key on wp_posts, Media uploader gives false feedback indicating folder permissions are missing, where in fact database structure is malformed. normal minor Awaiting Review defect (bug) 10/26/2022 2
#52648 Problem with certain passwords not working to login to mysql db reporter-feedback normal major Awaiting Review defect (bug) 02/25/2021 2
#51486 The add_option function should not be able to update existing rows in the database. needs-unit-tests normal normal Awaiting Review defect (bug) 06/09/2022 2
#58133 WordPress database error Illegal mix of collations normal major Awaiting Review defect (bug) 04/24/2023 2
#41302 WordPress not stopping queries which have reached limit and preventing users to load WordPress until query times out normal normal Awaiting Review defect (bug) 07/14/2017 2
#56533 dbDelta() ignores changes to column nullability (NULL/NOT NULL) reporter-feedback normal major Awaiting Review defect (bug) 09/08/2022 2
#37508 wpdb->result instance should be checked `mysqli_num_fields` in `load_col_info()` needs-unit-tests normal normal defect (bug) 06/04/2019 2
#56259 Database Repair doesn't check for missing primary keys / A.I. normal minor Awaiting Review enhancement 03/09/2023 2
#54669 Remove ONLY_FULL_GROUP_BY from incompatible wpdb modes needs-unit-tests normal normal Awaiting Review enhancement 06/15/2022 2
#54324 Rename Table Function - maybe_rename_table() has-patch normal normal Awaiting Review enhancement 01/09/2023 2
#31042 WPDB field_types Variable Too Broad? normal normal enhancement 06/04/2019 2
#29938 mysqli_query and multiple resultsets needs-unit-tests normal normal enhancement 06/04/2019 2
#34330 Locks API for atomic data manipulation close normal normal Future Release feature request 07/15/2022 2
#57283 Postmeta - Performance Improvement - Woocommerce normal critical Awaiting Review defect (bug) 12/06/2022 3
#21762 Storing a multidimensional array using register_setting double-serializes subarrays identified with a string sekatsim normal normal defect (bug) 06/04/2019 3
#42381 Wordpress update does not check if database structure/scheme on existing site is equal to how it would be on a new install dev-feedback normal normal Awaiting Review defect (bug) 11/11/2017 3
#49785 Wrong result / duplicates in query when using MariaDB normal normal Awaiting Review defect (bug) 04/03/2020 3
#34872 dbDelta Missing Index Name Creates Duplicate Indexes has-patch normal normal defect (bug) 06/04/2019 3
#40694 dbDelta uses suppressed errors to detect table absence has-patch normal normal Future Release defect (bug) 12/01/2019 3
#36924 dbDelta(): Support more than one whitespace between field name and its type definition normal normal Awaiting Review defect (bug) 08/10/2018 3
#57149 get_table_from_query() doesn't properly handle a prepared escape_like() table name normal normal Awaiting Review defect (bug) 01/04/2023 3
#51097 post cannot be saved due to certain variant of Japanese Kanji close normal normal Awaiting Review defect (bug) 08/31/2020 3
#55206 wp core api memory leaks dev-feedback normal normal Awaiting Review defect (bug) 04/29/2022 3
#44163 wpdb->update() fails, showing no error message reporter-feedback normal normal Awaiting Review defect (bug) 05/21/2018 3
#46947 ‘❤’ in Comment Generates DB Error reporter-feedback normal normal Future Release defect (bug) 04/17/2019 3
#35109 Add Online DDL support to dbDelta needs-unit-tests normal normal enhancement 06/04/2019 3
#55115 Change deprecated wpdb::escape() method close normal normal Awaiting Review enhancement 02/12/2022 3
#58344 Connect to database on first query normal normal Awaiting Review enhancement 05/18/2023 3
#37692 Introduce WP_Database_Table base class dev-feedback normal normal Awaiting Review enhancement 03/15/2017 3
#39826 LIMIT clause not required in get_options function as there's already a UNIQUE KEY on option_name dev-feedback normal normal Awaiting Review enhancement 05/07/2020 3
#52253 New filter on wp-db.php reporter-feedback normal normal Awaiting Review enhancement 01/08/2021 3
#39811 Bug maybe_unserialize() broke mysql data. normal normal Awaiting Review defect (bug) 02/20/2017 4
#53958 Database: wp_postmeta - meta_key index normal major Awaiting Review defect (bug) 08/25/2021 4
#38921 Defining filter pre_get_table_charset causes errors has-patch normal normal Future Release defect (bug) 05/27/2020 4
#43578 Unexpected MYSQL data format dev-feedback normal normal Future Release defect (bug) 02/03/2020 4
#43589 WPDB Update change NULL values to acceptable values has-patch normal normal Awaiting Review defect (bug) 01/17/2019 4
#40695 `install_blog` suppresses database errors has-patch normal normal Future Release defect (bug) 06/01/2017 4
#46625 username and password automatically change to dexter normal normal Awaiting Review defect (bug) 03/24/2019 4
#25559 Enhance prepare method to better support SQL IN operator dev-feedback normal normal enhancement 06/04/2019 4
#41424 Use a better error message than "Error establishing a database connection" when site isn't found needs-unit-tests normal normal Future Release enhancement 11/22/2017 4
#10883 db-error.php not used for all DB failures normal normal enhancement 07/24/2019 4
#50789 Improve WPDB logic around information_schema normal normal Awaiting Review defect (bug) 06/11/2021 5
#41278 SQL_CALC_FOUND_ROWS slow query normal normal Awaiting Review defect (bug) 07/19/2017 5
#43893 The maybe_create_table() function has two definitions dev-feedback low normal Awaiting Review defect (bug) 09/01/2020 5
#46210 Add helpers for default/empty datetime value has-patch normal normal Awaiting Review enhancement 02/24/2023 5
#38036 Add support for the utf8mb4_0900_ai_ci collation normal normal Future Release enhancement 04/05/2023 5
Note: See TracReports for help on using and creating reports.