Make WordPress Core

{1} All Tickets (8430 matches)

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

Results (1501 - 1600 of 8430)

Database (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#52648 Problem with certain passwords not working to login to mysql db reporter-feedback normal major Awaiting Review defect (bug) 02/25/2021 2
#53033 Remove comments, ping, to_ping columns from posts table normal normal Awaiting Review defect (bug) 04/15/2021
#41278 SQL_CALC_FOUND_ROWS slow query normal normal Awaiting Review defect (bug) 07/19/2017 5
#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
#43893 The maybe_create_table() function has two definitions dev-feedback low normal Awaiting Review defect (bug) 09/01/2020 5
#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
#30795 Upgrade bug affecting indexing normal normal Awaiting Review defect (bug) 03/22/2019 6
#59836 Using the pre_get_table_charset filter ensures wpdb->col_meta never gets populated normal normal Awaiting Review defect (bug) 11/08/2023 2
#43589 WPDB Update change NULL values to acceptable values has-patch normal normal Awaiting Review defect (bug) 01/17/2019 4
#53320 Why delete_metadata and update_metadata slow performance? normal normal Awaiting Review defect (bug) 03/26/2024
#57072 WordPress 6.1 uses wrong database collation normal normal Awaiting Review defect (bug) 11/11/2022
#58133 WordPress database error Illegal mix of collations normal major Awaiting Review defect (bug) 04/24/2023 2
#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
#59481 dbDelta do useless request when type case is not the same between query and describe result has-patch normal normal Awaiting Review defect (bug) 08/12/2024 2
#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
#46146 dbDelta not parsing enum correctly normal normal Awaiting Review defect (bug) 11/17/2022 1
#46145 dbDelta runs same updates on every execution normal normal Awaiting Review defect (bug) 01/30/2019
#56533 dbDelta() ignores changes to column nullability (NULL/NOT NULL) reporter-feedback normal major Awaiting Review defect (bug) 09/08/2022 2
#36924 dbDelta(): Support more than one whitespace between field name and its type definition normal normal Awaiting Review defect (bug) 08/10/2018 3
#40779 function_exists() audit in wp-db.php dev-feedback low minor Awaiting Review defect (bug) 06/01/2021 1
#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
#51350 mysql nosql feature request normal normal Awaiting Review defect (bug) 04/20/2023 1
#46739 post attributes order not working correctly normal normal Awaiting Review defect (bug) 03/30/2019
#51097 post cannot be saved due to certain variant of Japanese Kanji close normal normal Awaiting Review defect (bug) 08/31/2020 3
#41469 test_charset_switched_to_utf8() is not tested on Travis CI normal normal Awaiting Review defect (bug) 07/28/2017 1
#46625 username and password automatically change to dexter normal normal Awaiting Review defect (bug) 03/24/2019 4
#55206 wp core api memory leaks dev-feedback normal normal Awaiting Review defect (bug) 04/29/2022 3
#59172 wp_query meta_query NOT EXISTS not creating correct sql query reporter-feedback normal normal Awaiting Review defect (bug) 09/05/2023 2
#57000 wp_usermeta table is emptied because of a wrong query being executed normal normal Awaiting Review defect (bug) 11/04/2022
#61338 wpdb::prepare function null value convert to empty String normal normal Awaiting Review defect (bug) 10/02/2024 1
#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
#41944 Add %u support to wpdb->prepare normal normal Awaiting Review enhancement 09/21/2017 7
#60254 Add filter to class-wpdb.php#query that allows to return data from filter return value normal normal Awaiting Review enhancement 01/15/2024
#46210 Add helpers for default/empty datetime value has-patch normal normal Awaiting Review enhancement 02/24/2023 5
#59106 Add secondary index on `wp_posts` table to improve media queries performance normal normal Awaiting Review enhancement 08/15/2023
#61856 Add support for MySQL SSL connections has-patch normal normal Awaiting Review enhancement 08/13/2024 2
#59269 Add support for adding metadata in bulk has-patch normal normal Awaiting Review enhancement 09/01/2023 3
#54627 Adding More Timestamp columns to database normal normal Awaiting Review enhancement 12/14/2021
#45354 Adding index for meta_key and post_id in postmeta dev-feedback normal normal Awaiting Review enhancement 06/24/2024 14
#52527 Better RAM handling in wp-db.php normal normal Awaiting Review enhancement 02/15/2021
#55115 Change deprecated wpdb::escape() method close normal normal Awaiting Review enhancement 02/12/2022 3
#56259 Database Repair doesn't check for missing primary keys / A.I. normal minor Awaiting Review enhancement 03/09/2023 2
#41956 Errno in $wpdb has-patch normal normal Awaiting Review enhancement 08/17/2018 15
#51769 Full-text search support dev-feedback normal normal Awaiting Review enhancement 08/16/2022 12
#39748 Function to insert or update DB value normal normal Awaiting Review enhancement 10/29/2017 1
#43019 Hook to validate post form data before save has-patch normal major Awaiting Review enhancement 10/28/2021 13
#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
#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
#61071 Need to display appropriate error messages when the database table is empty or corrupted. dev-feedback normal normal Awaiting Review enhancement 01/06/2025 3
#52253 New filter on wp-db.php reporter-feedback normal normal Awaiting Review enhancement 01/08/2021 3
#58826 Please add a default post relations table normal critical Awaiting Review enhancement 07/17/2023
#44386 Problem with utf8mb4_unicode_ci collation for arabic content has-patch normal major Awaiting Review enhancement 06/17/2018 1
#49028 Provide functionality to suppress $wpdb query filter reporter-feedback normal normal Awaiting Review enhancement 02/08/2020 6
#54324 Rename Table Function - maybe_rename_table() has-patch normal normal Awaiting Review enhancement 01/09/2023 2
#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 08/01/2023 1
#61604 Split `wp_insert_post` in two normal minor Awaiting Review enhancement 07/09/2024 1
#47994 The additions of a new wp_posts table columns called post_level and post_patriarch normal normal Awaiting Review enhancement 09/06/2019
#41054 Use sargable date filtering where possible normal trivial Awaiting Review enhancement 12/05/2024 2
#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
#41281 attachment_url_to_postid results in very slow query joemcgill* normal normal Awaiting Review enhancement 07/18/2024 14
#8924 autoload should be boolean in add_option() lowest normal Awaiting Review enhancement 03/15/2019 7
#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
#46576 short-circuit filter for dbDelta normal normal Awaiting Review enhancement 03/20/2019
#58871 support uca14.0.0 collation in database where available has-patch normal normal Awaiting Review enhancement 09/25/2023 10
#48285 wp-config-sample.php should default to `utf8mb4` instead of `utf8` character set has-patch normal minor Awaiting Review enhancement 09/27/2022 9
#36242 wpdb set_sql_mode add param pbearne dev-feedback normal normal Awaiting Review enhancement 01/18/2025 6
#62512 Add "Learn WordPress" Links to the "WordPress Events and News" Dashboard Widget has-patch normal normal Awaiting Review feature request 01/14/2025 19
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code has-patch normal normal Awaiting Review feature request 11/25/2024 2
#59639 Dedicated tables for media libary dev-feedback normal major Awaiting Review feature request 10/16/2023
#58694 Enhancement in wordpress Database API normal normal Awaiting Review feature request 08/30/2023
#54070 Increase CPT "machine name" limit from its current maximum of 20 characters. dev-feedback normal normal Awaiting Review feature request 11/08/2024 15
#62575 Prints SQL/DB error limit last_query too long normal normal Awaiting Review feature request 11/26/2024
#54235 Script for handling metadata in wp_postmeta needs-docs normal normal Awaiting Review feature request 10/08/2021
#59281 Support for Database Cursor normal normal Awaiting Review feature request 09/27/2023 1
#51762 Unix authentication support via unix_socket normal normal Awaiting Review feature request 11/12/2020
#54801 Avoid WPDB errors when examining installation state of a site/network has-patch normal normal Future Release defect (bug) 09/27/2022 14
#26858 Comment duplicate check has a slow query pbearne has-patch normal normal Future Release defect (bug) 05/24/2024 8
#38921 Defining filter pre_get_table_charset causes errors has-patch normal normal Future Release defect (bug) 05/27/2020 4
#60037 Differentiate between minimum required MySQL and MariaDB versions normal normal Future Release defect (bug) 11/02/2024 3
#52496 Improve MySQL 8.0 support normal normal Future Release defect (bug) 02/05/2024 28
#40088 Stop creating the `wp_links` database table close normal normal Future Release defect (bug) 08/10/2022 7
#43578 Unexpected MYSQL data format dev-feedback normal normal Future Release defect (bug) 02/03/2020 4
#40695 `install_blog` suppresses database errors has-patch normal normal Future Release defect (bug) 06/01/2017 4
#40694 dbDelta uses suppressed errors to detect table absence has-patch normal normal Future Release defect (bug) 12/01/2019 3
#46947 ‘❤’ in Comment Generates DB Error reporter-feedback normal normal Future Release defect (bug) 04/17/2019 3
#15499 Add an index for get_lastpostmodified query OllieJones dev-feedback normal normal Future Release enhancement 08/21/2024 52
#54642 Add prepared query builder support for `$wpdb` to build prepared queries across multiple location. has-patch normal normal Future Release enhancement 09/19/2022 6
#38036 Add support for the utf8mb4_0900_ai_ci collation normal normal Future Release enhancement 04/05/2023 5
#38760 Capture result size in bytes when SAVEQUERIES is true normal normal Future Release enhancement 10/03/2017 1
Note: See TracReports for help on using and creating reports.