aurweb/web/lib
Jakub Klinkovský bc972089a1 Fix WHERE clause for keyword search queries with empty keywords
When the keyword parameter is empty, the AND clause has to be omitted,
otherwise we get an SQL syntax error:

... WHERE PackageBases.PackagerUID IS NOT NULL AND () ...

This got broken in commit 9e30013aa4fc6ce3a3c9f6f83a6fe789c1fc2456
Author: Kevin Morris <kevr.gtalk@gmail.com>
Date:   Sun Jul 5 18:19:06 2020 -0700

Support conjunctive keyword search in RPC interface

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2021-02-20 11:25:21 -05:00
..
acctfuncs.inc.php Remove the per-user session limit 2021-02-20 11:25:19 -05:00
aur.inc.php Fix invalid session ID check 2020-04-05 15:59:55 -04:00
aurjson.class.php Support conjunctive keyword search in RPC interface 2021-02-20 11:24:30 -05:00
cachefuncs.inc.php Cache package provider and dependency information 2019-10-06 16:13:38 -04:00
confparser.inc.php confparser.inc.php: Add missing dollar sign 2018-05-12 12:37:16 +02:00
credentials.inc.php Move permission for LIST_COMMENTS to dev/tu block 2019-08-18 13:01:37 -04:00
DB.class.php Fix DB.class.php to match config and include SQLite support 2016-11-10 18:31:20 +01:00
feedcreator.class.php Avoid use of "<b>"/"</b>" 2012-09-24 12:23:05 +02:00
gettext.php Rename constructors to __construct 2016-01-28 22:55:32 +01:00
pkgbasefuncs.inc.php Stop redirecting stderr with proc_open 2021-02-20 11:24:30 -05:00
pkgfuncs.inc.php Fix WHERE clause for keyword search queries with empty keywords 2021-02-20 11:25:21 -05:00
pkgreqfuncs.inc.php Store timestamp and user ID when closing requests 2019-11-23 12:30:46 -05:00
routing.inc.php Add support for Terms of Service documents 2017-04-30 16:47:13 +02:00
stats.inc.php Handle empty resultset getting recent 10 packages 2018-03-21 07:45:26 +01:00
streams.php Rename constructors to __construct 2016-01-28 22:55:32 +01:00
timezone.inc.php Fix warning with invalid time zone 2017-02-27 18:20:00 +01:00
translator.inc.php Use native language name for Finnish 2019-05-24 12:37:08 -04:00
version.inc.php Release 5.0.0 2020-03-27 08:51:15 -04:00