diff options
author | John Klehm <xixsimplicityxix@gmail.com> | 2010-03-04 22:48:39 -0600 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-08 03:36:59 +0000 |
commit | 56b49f82e3f5bbb7ccc079a77b237a3e0b4d760b (patch) | |
tree | 2eddfeccc2b1cfca35ba67ee0b5db3578a635afb | |
parent | Give a template for CHOST value in the example file. pkgcore needs this. (diff) | |
download | packages-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/sqlite | 1 |
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 |