LimeSurvey: master f17d4af3

Author Committer Branch Timestamp Parent
realitix DenisChenu master 2019-10-17 18:04:15 master 033b995e
Affected Issues  15053: Import with SID non numeric crash
Changeset

Fixed issue 15053: Error with non-numeric SID on pgsql

Dev : with PgSQL because when Limesurvey check the uniquerule, it executes a db request (only crash with pgsql).
Dev : If we put the "numeric" rule before the "unique" one, Limesurvey will block
a malformated sid.

mod - application/models/Survey.php Diff File