Difference between revisions of "GetEarliestRelease"

From Sega Retro

Line 1: Line 1:
 
<div style="display:none;">{{#cargo_query:table=releases
 
<div style="display:none;">{{#cargo_query:table=releases
 
|fields=date
 
|fields=date
|where=name="{{{1}}}" AND console="{{{2}}}"
+
|where=game="{{{1}}}" AND console="{{{2}}}"
 
|format=template
 
|format=template
 
|template=CargoResult
 
|template=CargoResult

Revision as of 13:33, 17 December 2017

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `date` AS `date` FROM `cargo__releases` WHERE game="{{{1}}}" AND console="{{{2}}}" ORDER BY `date` LIMIT 100 Function: CargoSQLQuery::run Error: 1054 Unknown column 'game' in 'where clause' (localhost)

9999

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `date` AS `date` FROM `cargo__releases` WHERE game="18 Wheeler: American Pro Trucker" AND console="PS2" ORDER BY `date` LIMIT 100 Function: CargoSQLQuery::run Error: 1054 Unknown column 'game' in 'where clause' (localhost)

9999