Make QUERY_ALL explicit in SoupCookieJarSQLite
authorAlexander Sack <asac@ubuntu.com>
Fri, 2 Oct 2009 07:28:59 +0000 (10:28 +0300)
committerXan Lopez <xan@gnome.org>
Fri, 2 Oct 2009 07:28:59 +0000 (10:28 +0300)
commit576e9e8a658b33ea0163d703745adf366f6c9c0e
tree4b3ca150808ce1f7c25af7d0cbfc8a9d5ae3f7d1
parentf280b01e4f5a13ec475f7766a3fa9fd892a4cfa2
Make QUERY_ALL explicit in SoupCookieJarSQLite

SELECT * is dangerous, as there seems to be at least two different
formats with different orders in the wild.

Bug #596859

Signed-off-by: Xan Lopez <xan@gnome.org>
libsoup/soup-cookie-jar-sqlite.c