List of all SQL mentioned in the code..
Value | Count | File:Line |
---|---|---|
"insert into {$collection} (`uuid`, `_id`, `siteid`, `entity_subtype`,`owner`, `contents`, `publish_status`, `created`) values (:uuid, :id, :siteid, :subtype, :owner, :contents, :publish_status, :created) on duplicate key update `uuid` = :uuid, `entity_subtype` = :subtype, `owner` = :owner, `contents` = :contents, `publish_status` = :publish_status, `created` = :created" | 1 |
|
"insert into {$collection}_search (`_id`, `search`) values (:id, :search) on duplicate key update `search` = :search" | 1 |
|
"delete from {$collection}_metadata where _id = :id" | 1 |
|
"insert into {$collection}_metadata set `_id` = :id, `name` = :name, `value` = :value" | 1 |
|
"select distinct {$collection}.* from " . $collection . " where uuid = :uuid" | 1 |
|
"select {$collection}.* from " . $collection . " where _id = :id" | 1 |
|
"select {$collection}.* from " . $collection . " order by created desc limit 1" | 1 |
|
"select distinct {$collection}.* from {$collection} " | 1 |
|
"select * from {$collection} limit {$offset},{$limit}" | 1 |
|
'insert into ' . $collection . ' ' | 1 |
|
"select * from {$collection}_metadata where `_id` = :uuid" | 1 |
|
"insert into {$collection}_metadata " | 1 |
|
"select count(distinct {$collection}.uuid) as total from {$collection} " | 1 |
|
"delete from {$collection} where _id = :id" | 1 |
|
"delete from {$collection}" | 1 |
|
"select * from versions" | 1 |
|
'Delete page' | 1 |
|
'Show advanced options' | 1 |
|
'Show the page title as a heading?' | 1 |
|
'Select a photo' | 1 |
|
'Select an image' | 1 |
|
'Select a user picture' | 1 |
|
'Select Known export file' | 1 |
|
'Select WordPress export file' | 1 |
|
'Show per-post privacy settings.' | 1 |
|
'Select yes if you use secure logins to your mail server.' | 1 |
|
'Select <em>Always Show Bookmarks Bar</em> from the <em>View</em> menu.' | 1 |
|
'Select <em>View</em>, then <em>Toolbars</em>, and make sure' | 1 |
|
'Select <em>Tools</em>, then make sure <em>Favorites Bar</em> is checked.' | 1 |
|
'Update your background image and other display settings.' | 1 |
|
"Delete %s" | 8 |
|