summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-11-04 20:14:39 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-11-04 20:14:39 +0000
commit23246ebd0975f55319148e7ddcbad6e43b2842ba (patch)
treef5590e94c5dede67942a06c50349823a7f06751f
parent28c88718769521990a7418750925a94ef94fbf36 (diff)
[boulder-oracle-sprint] created (empty) query.py for some to-be-determined QuerySet -> SQL string refactoring.
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@3971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/db/backends/ado_mssql/query.py0
-rw-r--r--django/db/backends/dummy/query.py0
-rw-r--r--django/db/backends/mysql/query.py0
-rw-r--r--django/db/backends/oracle/query.py0
-rw-r--r--django/db/backends/postgresql/query.py0
-rw-r--r--django/db/backends/postgresql_psycopg2/query.py0
-rw-r--r--django/db/backends/sqlite3/query.py0
7 files changed, 0 insertions, 0 deletions
diff --git a/django/db/backends/ado_mssql/query.py b/django/db/backends/ado_mssql/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/ado_mssql/query.py
diff --git a/django/db/backends/dummy/query.py b/django/db/backends/dummy/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/dummy/query.py
diff --git a/django/db/backends/mysql/query.py b/django/db/backends/mysql/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/mysql/query.py
diff --git a/django/db/backends/oracle/query.py b/django/db/backends/oracle/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/oracle/query.py
diff --git a/django/db/backends/postgresql/query.py b/django/db/backends/postgresql/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/postgresql/query.py
diff --git a/django/db/backends/postgresql_psycopg2/query.py b/django/db/backends/postgresql_psycopg2/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/postgresql_psycopg2/query.py
diff --git a/django/db/backends/sqlite3/query.py b/django/db/backends/sqlite3/query.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/db/backends/sqlite3/query.py