Skip to content
Commit 07040859 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'patch-1' into 'master'

Fixed "Wrong QuerySQL-Query" in aps_installer

`db->queryOneRecord` does add `LIMIT 0,1` to the end of the statement resulting in a syntax error due to the misplaced semicolon:

`Thu Jan 12 21:41:01 CET 2017 12.01.2017-20:41 - WARNING - Falsche Anfrage / Wrong QuerySQL-Query = SELECT VERSION() as ver; LIMIT 0,1 -> 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0,1' at line 1)`

See merge request !504
parents 632dd86f 2bd5ce7b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment