Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

[BUGFIX] Make WelcomeController compatible with SQLite #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 14, 2017

  1. [BUGFIX] Make WelcomeController compatible with SQLite

    The WelcomeControllerPatch uses MySQL 'RAND()' function to get a
    random user. This is incompatible with SQLite, which might be
    a comfortable alternative during testing.
    
    To allow using SQLite, use 'RANDOM()' instead, if the DB adapter
    is 'sqlite3'.
    StephenKing committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    a5caefb View commit details
    Browse the repository at this point in the history