summaryrefslogtreecommitdiff
path: root/includes/database/sqlite
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:45:11 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-29 04:45:11 +0000
commit1a685474e698ce3e90dbae87f6a1f83966d9ef63 (patch)
tree309dd1ee9c5321635ef2a676373d324153fe9e1e /includes/database/sqlite
parent4e90d24dd9ff1474bf679f70a351dee371e87b51 (diff)
downloadbrdo-1a685474e698ce3e90dbae87f6a1f83966d9ef63.tar.gz
brdo-1a685474e698ce3e90dbae87f6a1f83966d9ef63.tar.bz2
#851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust.
Diffstat (limited to 'includes/database/sqlite')
-rw-r--r--includes/database/sqlite/query.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/database/sqlite/query.inc b/includes/database/sqlite/query.inc
index ec2b57a2c..158da3d0a 100644
--- a/includes/database/sqlite/query.inc
+++ b/includes/database/sqlite/query.inc
@@ -12,16 +12,6 @@
*/
/**
- * SQLite specific query builder for SELECT statements.
- */
-class SelectQuery_sqlite extends SelectQuery {
- public function forUpdate($set = TRUE) {
- // SQLite does not support FOR UPDATE so nothing to do.
- return $this;
- }
-}
-
-/**
* SQLite specific implementation of InsertQuery.
*
* We ignore all the default fields and use the clever SQLite syntax: