Active
Project:
FillPDF
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 02:30 UTC
Updated:
19 Dec 2016 at 17:08 UTC
Jump to comment: Most recent
There are a lot of db_query() calls in the code from my initial Drupal 7 port.
Those should be converted to db_select. I believe all insert/update SQL already uses db_insert and db_update.
Comments
Comment #1
wizonesolutionsThis is actually not true, and the opposite should be done for simple queries (which is basically all of mine). There is a performance hit using
db_select, though I assume it's minor.Comment #2
wizonesolutionsThis is part of the refactor.
Comment #3
liam morland