Ticket #6644 (closed defect: fixed)

Opened 3 months ago

Last modified 4 weeks ago

Prepare MySQL Queries

Reported by: filosofo Assigned to: ryan
Priority: normal Milestone: 2.6
Component: General Version:
Severity: normal Keywords: prepare wpdb has-patch
Cc: filosofo

Description

Misc. wpdb prepares throughout trunk. I've tried to avoid prepares where the data is already escaped.

Attachments

prepared_queries1.diff (2.7 kB) - added by filosofo on 04/08/08 21:28:55.
prepared_queries2.diff (2.8 kB) - added by filosofo on 04/08/08 21:29:09.
prepared_queries3.diff (6.9 kB) - added by filosofo on 04/08/08 21:29:22.
prepared_queries4.diff (3.1 kB) - added by filosofo on 04/08/08 21:29:34.
prepared_queries5.diff (3.4 kB) - added by filosofo on 04/08/08 21:29:47.
prepared_queries6.diff (3.1 kB) - added by filosofo on 04/08/08 21:29:58.
prepared_queries7.diff (2.8 kB) - added by filosofo on 04/08/08 21:31:26.
prepared_queries8.diff (5.0 kB) - added by filosofo on 04/08/08 21:32:19.
prepared_queries9.diff (4.9 kB) - added by filosofo on 04/08/08 21:33:09.
prepared_queries10.diff (12.6 kB) - added by filosofo on 04/08/08 21:33:23.
prepared_queries11.diff (3.3 kB) - added by filosofo on 04/08/08 21:34:11.
prepared_queries12.diff (2.9 kB) - added by filosofo on 04/08/08 21:34:24.
prepared_queries13.diff (1.3 kB) - added by filosofo on 04/08/08 21:34:37.

Change History

04/08/08 21:28:55 changed by filosofo

  • attachment prepared_queries1.diff added.

04/08/08 21:29:09 changed by filosofo

  • attachment prepared_queries2.diff added.

04/08/08 21:29:22 changed by filosofo

  • attachment prepared_queries3.diff added.

04/08/08 21:29:34 changed by filosofo

  • attachment prepared_queries4.diff added.

04/08/08 21:29:47 changed by filosofo

  • attachment prepared_queries5.diff added.

04/08/08 21:29:58 changed by filosofo

  • attachment prepared_queries6.diff added.

04/08/08 21:31:26 changed by filosofo

  • attachment prepared_queries7.diff added.

04/08/08 21:32:19 changed by filosofo

  • attachment prepared_queries8.diff added.

04/08/08 21:33:09 changed by filosofo

  • attachment prepared_queries9.diff added.

04/08/08 21:33:23 changed by filosofo

  • attachment prepared_queries10.diff added.

04/08/08 21:34:11 changed by filosofo

  • attachment prepared_queries11.diff added.

04/08/08 21:34:24 changed by filosofo

  • attachment prepared_queries12.diff added.

04/08/08 21:34:37 changed by filosofo

  • attachment prepared_queries13.diff added.

04/09/08 05:27:21 changed by ryan

Looks good to me. I want to run it by MarkJaquith? too since he is most familiar with prepare.

04/14/08 16:13:25 changed by ryan

(In [7645]) Prepare DB queries in more places. Props filosofo. see #6644

04/14/08 16:45:16 changed by ryan

(In [7657]) Add missing comma. see #6644

04/14/08 16:49:17 changed by ryan

(In [7658]) Typo fixes. see #6644

04/16/08 05:55:30 changed by ryan

(In [7693]) Strip slashes before preparing link for insert. see #6644

06/23/08 21:52:23 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.