7fcfd192be
this fixes a bug when player names contain special characters like '&'
5 lines
117 B
SQL
5 lines
117 B
SQL
INSERT INTO games(id)
|
|
VALUES(random())
|
|
RETURNING
|
|
'redirect' as component,
|
|
CONCAT('game.sql?id=', id) as link; |