From 23246ebd0975f55319148e7ddcbad6e43b2842ba Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sat, 4 Nov 2006 20:14:39 +0000 Subject: [PATCH] [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 --- django/db/backends/ado_mssql/query.py | 0 django/db/backends/dummy/query.py | 0 django/db/backends/mysql/query.py | 0 django/db/backends/oracle/query.py | 0 django/db/backends/postgresql/query.py | 0 django/db/backends/postgresql_psycopg2/query.py | 0 django/db/backends/sqlite3/query.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 django/db/backends/ado_mssql/query.py create mode 100644 django/db/backends/dummy/query.py create mode 100644 django/db/backends/mysql/query.py create mode 100644 django/db/backends/oracle/query.py create mode 100644 django/db/backends/postgresql/query.py create mode 100644 django/db/backends/postgresql_psycopg2/query.py create mode 100644 django/db/backends/sqlite3/query.py 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 diff --git a/django/db/backends/dummy/query.py b/django/db/backends/dummy/query.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/django/db/backends/mysql/query.py b/django/db/backends/mysql/query.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/django/db/backends/oracle/query.py b/django/db/backends/oracle/query.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/django/db/backends/postgresql/query.py b/django/db/backends/postgresql/query.py new file mode 100644 index 0000000000..e69de29bb2 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 diff --git a/django/db/backends/sqlite3/query.py b/django/db/backends/sqlite3/query.py new file mode 100644 index 0000000000..e69de29bb2