aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klehm <xixsimplicityxix@gmail.com>2010-03-04 22:48:39 -0600
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-08 03:36:59 +0000
commit56b49f82e3f5bbb7ccc079a77b237a3e0b4d760b (patch)
tree2eddfeccc2b1cfca35ba67ee0b5db3578a635afb
parentGive a template for CHOST value in the example file. pkgcore needs this. (diff)
downloadpackages-3-56b49f82e3f5bbb7ccc079a77b237a3e0b4d760b.tar.gz
packages-3-56b49f82e3f5bbb7ccc079a77b237a3e0b4d760b.tar.bz2
packages-3-56b49f82e3f5bbb7ccc079a77b237a3e0b4d760b.zip
Add fixing sqlite support to the todo list. Queries have to avoid use fof right and full outer joins.
-rw-r--r--todo/sqlite1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo/sqlite b/todo/sqlite
new file mode 100644
index 0000000..4a1ed77
--- /dev/null
+++ b/todo/sqlite
@@ -0,0 +1 @@
+restructure queries to avoid the use of right and full outer joins so we support sqlite again. see http://www.sqlite.org/omitted.html for what else to avoid in queries