Make WordPress Core

{31} Tickets in the Database component (156 matches)

Arguments
Create a new ticket
  • Active tickets in the Database component
  • Grouped by workflow and sorted by type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (1 - 100 of 156)

1 2

Candidates for Closure (17 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#37692 Introduce WP_Database_Table base class normal normal Awaiting Review enhancement dev-feedback 03/15/2017
#44163 wpdb->update() fails, showing no error message normal normal Awaiting Review defect (bug) reporter-feedback 05/21/2018
#40418 ID columns in multisite database tables should be unsigned flixos90 normal major Awaiting Review defect (bug) dev-feedback 09/11/2018
#37678 Add an action hook for plugins to do database upgrades on normal normal Awaiting Review defect (bug) dev-feedback 04/18/2019
#49028 Provide functionality to suppress $wpdb query filter normal normal Awaiting Review enhancement reporter-feedback 02/08/2020
#39826 LIMIT clause not required in get_options function as there's already a UNIQUE KEY on option_name normal normal Awaiting Review enhancement dev-feedback 05/07/2020
#51097 post cannot be saved due to certain variant of Japanese Kanji normal normal Awaiting Review defect (bug) close 08/31/2020
#43893 The maybe_create_table() function has two definitions low normal Awaiting Review defect (bug) dev-feedback 09/01/2020
#52253 New filter on wp-db.php normal normal Awaiting Review enhancement reporter-feedback 01/08/2021
#52648 Problem with certain passwords not working to login to mysql db normal major Awaiting Review defect (bug) reporter-feedback 02/25/2021
#40779 function_exists() audit in wp-db.php low minor Awaiting Review defect (bug) dev-feedback 06/01/2021
#55115 Change deprecated wpdb::escape() method normal normal Awaiting Review enhancement close 02/12/2022
#55206 wp core api memory leaks normal normal Awaiting Review defect (bug) dev-feedback 04/29/2022
#51769 Full-text search support normal normal Awaiting Review enhancement dev-feedback 08/16/2022
#56533 dbDelta() ignores changes to column nullability (NULL/NOT NULL) normal major Awaiting Review defect (bug) reporter-feedback 09/08/2022
#59172 wp_query meta_query NOT EXISTS not creating correct sql query normal normal Awaiting Review defect (bug) reporter-feedback 09/05/2023
#59639 Dedicated tables for media libary normal major Awaiting Review feature request dev-feedback 10/16/2023

Slated for Next Release (1 match)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#60096 Remove back-compat for database servers that don't support utf8mb4 johnbillion normal normal 6.6 task (blessed) has-patch 02/28/2024

Tickets Awaiting Review (82 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#39811 Bug maybe_unserialize() broke mysql data. normal normal Awaiting Review defect (bug) 02/20/2017
#40150 VARCHAR/TEXT inefficiencies normal normal Awaiting Review enhancement 03/14/2017
#40357 dbDelta can't change primary keys, create AUTO_INCREMENT columns and doesn't make significant index changes normal normal Awaiting Review enhancement needs-unit-tests 04/04/2017
#40953 Empty values are handled inconsistently between wpdb->get_results() and wpdb->get_col() normal normal Awaiting Review defect (bug) dev-feedback 06/08/2017
#41054 Use sargable date filtering where possible normal normal Awaiting Review enhancement 06/15/2017
#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
#41278 SQL_CALC_FOUND_ROWS slow query normal normal Awaiting Review defect (bug) 07/19/2017
#41469 test_charset_switched_to_utf8() is not tested on Travis CI normal normal Awaiting Review defect (bug) 07/28/2017
#41944 Add %u support to wpdb->prepare normal normal Awaiting Review enhancement 09/21/2017
#39748 Function to insert or update DB value normal normal Awaiting Review enhancement 10/29/2017
#42381 Wordpress update does not check if database structure/scheme on existing site is equal to how it would be on a new install normal normal Awaiting Review defect (bug) dev-feedback 11/11/2017
#43664 $wpdb->get_results fails in specific cases with non-latin charaters in where clause normal normal Awaiting Review defect (bug) 04/08/2018
#44292 Make use of protected process_fields normal normal Awaiting Review enhancement 06/01/2018
#44386 Problem with utf8mb4_unicode_ci collation for arabic content normal major Awaiting Review enhancement has-patch 06/17/2018
#36924 dbDelta(): Support more than one whitespace between field name and its type definition normal normal Awaiting Review defect (bug) 08/10/2018
#41956 Errno in $wpdb normal normal Awaiting Review enhancement has-patch 08/17/2018
#44973 Issues with $wpdb->get_col_info normal normal Awaiting Review defect (bug) has-patch 09/23/2018
#42703 WP_Query: Swap parsing date into own method normal normal Awaiting Review enhancement 01/16/2019
#43589 WPDB Update change NULL values to acceptable values normal normal Awaiting Review defect (bug) has-patch 01/17/2019
#46145 dbDelta runs same updates on every execution normal normal Awaiting Review defect (bug) 01/30/2019
#46179 Make fetch_array accessible in $wpdb normal normal Awaiting Review enhancement 02/04/2019
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code normal normal Awaiting Review feature request has-patch 02/20/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
#8924 autoload should be boolean in add_option() lowest normal Awaiting Review enhancement 03/15/2019
#39273 Updating to 4.7 can break serialized data because $wpdb->determine_charset now forces utf8 when DB_CHARSET is set to utf8mb4 normal normal Awaiting Review defect (bug) dev-feedback 03/15/2019
#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
#46576 short-circuit filter for dbDelta normal normal Awaiting Review enhancement 03/20/2019
#30795 Upgrade bug affecting indexing normal normal Awaiting Review defect (bug) 03/22/2019
#46625 username and password automatically change to dexter normal normal Awaiting Review defect (bug) 03/24/2019
#46739 post attributes order not working correctly normal normal Awaiting Review defect (bug) 03/30/2019
#46923 $wpdb->get_var() — empty sting becomes a NULL normal normal Awaiting Review defect (bug) 04/15/2019
#46932 dbDelta does not account for MySQL keywords being used as key names normal minor Awaiting Review defect (bug) 04/16/2019
#47818 $wpdb should update ->insert_id also when `LAST_INSERT_ID(...)` is found normal normal Awaiting Review enhancement 08/02/2019
#47994 The additions of a new wp_posts table columns called post_level and post_patriarch normal normal Awaiting Review enhancement 09/06/2019
#49363 wpdb::query() does not detect LOAD DATA as an insert statement type normal normal Awaiting Review defect (bug) has-patch 02/05/2020
#49482 Non-english slug can sometimes cause an error in WordPress query normal normal Awaiting Review defect (bug) 02/20/2020
#49785 Wrong result / duplicates in query when using MariaDB normal normal Awaiting Review defect (bug) 04/03/2020
#51762 Unix authentication support via unix_socket normal normal Awaiting Review feature request 11/12/2020
#52210 File URL gets saved even when upload fails normal major Awaiting Review defect (bug) 02/09/2021
#52527 Better RAM handling in wp-db.php normal normal Awaiting Review enhancement 02/15/2021
#53033 Remove comments, ping, to_ping columns from posts table normal normal Awaiting Review defect (bug) 04/15/2021
#41281 attachment_url_to_postid results in very slow query joemcgill* normal normal Awaiting Review enhancement 04/30/2021
#53320 Why delete_metadata and update_metadata slow performance? normal normal Awaiting Review defect (bug) 06/02/2021
#50789 Improve WPDB logic around information_schema normal normal Awaiting Review defect (bug) 06/11/2021
#53958 Database: wp_postmeta - meta_key index normal major Awaiting Review defect (bug) 08/25/2021
#54235 Script for handling metadata in wp_postmeta normal normal Awaiting Review feature request needs-docs 10/08/2021
#43019 Hook to validate post form data before save normal major Awaiting Review enhancement has-patch 10/28/2021
#54560 Return null from wpdb::get_results when query fails normal normal Awaiting Review enhancement has-patch 12/02/2021
#54627 Adding More Timestamp columns to database normal normal Awaiting Review enhancement 12/14/2021
#55202 A proper (error) message should be show when mysql setting autocommit=0 normal normal Awaiting Review enhancement 02/19/2022
#55907 Failed to insert log entry: value too long normal normal Awaiting Review defect (bug) 06/03/2022
#55938 WP prefix on installation - instructions to be indicated normal minor Awaiting Review enhancement 06/07/2022
#51486 The add_option function should not be able to update existing rows in the database. normal normal Awaiting Review defect (bug) needs-unit-tests 06/09/2022
#54669 Remove ONLY_FULL_GROUP_BY from incompatible wpdb modes normal normal Awaiting Review enhancement needs-unit-tests 06/15/2022
#48285 wp-config-sample.php should default to `utf8mb4` instead of `utf8` character set normal minor Awaiting Review enhancement has-patch 09/27/2022
#54070 Increase CPT "machine name" limit from its current maximum of 20 characters. normal normal Awaiting Review feature request dev-feedback 10/04/2022
#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
#57000 wp_usermeta table is emptied because of a wrong query being executed normal normal Awaiting Review defect (bug) 11/04/2022
#57072 WordPress 6.1 uses wrong database collation normal normal Awaiting Review defect (bug) 11/11/2022
#46146 dbDelta not parsing enum correctly normal normal Awaiting Review defect (bug) 11/17/2022
#57283 Postmeta - Performance Improvement - Woocommerce normal critical Awaiting Review defect (bug) 12/06/2022
#57149 get_table_from_query() doesn't properly handle a prepared escape_like() table name normal normal Awaiting Review defect (bug) 01/04/2023
#54324 Rename Table Function - maybe_rename_table() normal normal Awaiting Review enhancement has-patch 01/09/2023
#54834 Mysql gone away when importing DB on create wp_posts indexes normal blocker Awaiting Review defect (bug) 02/17/2023
#46210 Add helpers for default/empty datetime value normal normal Awaiting Review enhancement has-patch 02/24/2023
#56259 Database Repair doesn't check for missing primary keys / A.I. normal minor Awaiting Review enhancement 03/09/2023
#49654 maybe_drop_table normal normal Awaiting Review enhancement 04/07/2023
#51350 mysql nosql feature request normal normal Awaiting Review defect (bug) 04/20/2023
#58133 WordPress database error Illegal mix of collations normal major Awaiting Review defect (bug) 04/24/2023
#58286 Growing database due to unnecessary transients containing "g_url_details_response_" normal critical Awaiting Review defect (bug) 05/11/2023
#54836 Huge error logs filled with "WordPress database error Illegal mix of collations" errors caused by spammers normal critical Awaiting Review defect (bug) 05/21/2023
#58559 Database error bug in wordpress current version normal normal Awaiting Review defect (bug) 07/03/2023
#58826 Please add a default post relations table normal critical Awaiting Review enhancement 07/17/2023
#58180 Specify the REGEXP format for meta_query normal trivial Awaiting Review enhancement needs-docs 08/01/2023
#58965 No luck running WP when running PHP 8.2.8 + mysql Ver 15.1 normal normal Awaiting Review defect (bug) 08/02/2023
#59106 Add secondary index on `wp_posts` table to improve media queries performance normal normal Awaiting Review enhancement 08/15/2023
#58694 Enhancement in wordpress Database API normal normal Awaiting Review feature request 08/30/2023
#59269 Add support for adding metadata in bulk normal normal Awaiting Review enhancement has-patch 09/01/2023
#58871 support uca14.0.0 collation in database where available normal normal Awaiting Review enhancement has-patch 09/25/2023
#59281 Support for Database Cursor normal normal Awaiting Review feature request 09/27/2023
#59481 dbDelta do useless request when type case is not the same between query and describe result normal normal Awaiting Review defect (bug) has-patch 10/17/2023
#59836 Using the pre_get_table_charset filter ensures wpdb->col_meta never gets populated normal normal Awaiting Review defect (bug) 11/08/2023
1 2
Note: See TracReports for help on using and creating reports.