commit | d738b6ba89d7b719114cbfaa5a62964f943ba926 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Jul 29 16:24:57 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Wed Jul 29 16:24:57 2015 +0300 |
tree | 6bb7ecf198ac5483e8e04acceaeba54d463961c3 | |
parent | a479c389cd5e2238e15ef4285446954eab8eeaa3 [diff] |
Fix a 'counter-#3989' bug The issue described in #3989 is actually the opposite of what has beent the intended behavior for the parameter in all Query Builder methods. Unfortunately, there's been a huge misunderstanding about that and half the methods worked properly, while the other half did not ... fixing that here. Also related: #4001