Logo
Explore Help
Register Sign In
HPR/hpr_generator
5
0
Fork 2
You've already forked hpr_generator
Code Issues 40 Pull Requests 2 Actions Packages Projects Releases Wiki Activity
hpr_generator/templates/queries-call_for_shows-sqlite.tpl.html

7 lines
205 B
HTML
Raw Normal View History

Refactor MySQL database specific SQL
2022-11-28 22:47:53 -05:00
<!--% query_call_for_shows = '
Fixed miscalculation triggering 'Call for shows' templates/shared-call_for_shows.tpl.html: - Cosmetic change templates/queries-call_for_shows-mysql.tpl.html: templates/queries-call_for_shows-sqlite.tpl.html: - In a period of 10 days the minimum number of weekday-only shows is 6, not 7. Adjusted the queries appropriately.
2023-08-27 16:00:00 +01:00
SELECT CASE WHEN COUNT(id) < 6 THEN True ELSE False END AS `request_for_shows`
Refactor MySQL database specific SQL
2022-11-28 22:47:53 -05:00
FROM eps
Fixed miscalculation triggering 'Call for shows' templates/shared-call_for_shows.tpl.html: - Cosmetic change templates/queries-call_for_shows-mysql.tpl.html: templates/queries-call_for_shows-sqlite.tpl.html: - In a period of 10 days the minimum number of weekday-only shows is 6, not 7. Adjusted the queries appropriately.
2023-08-27 16:00:00 +01:00
WHERE eps.date > date(\'now\') AND eps.date <= date(\'now\', \'+10 days\')
'
Refactor MySQL database specific SQL
2022-11-28 22:47:53 -05:00
%-->
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 18ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API