kak-clickhouse icon indicating copy to clipboard operation
kak-clickhouse copied to clipboard

Query.php patch

Open harloprillar opened this issue 7 years ago • 2 comments

Need to reload parent queryScalar() method in case it refer on yii/db/Query object in last return statement instead of static instance. It leads to errors in createCommand next call because you also reload build() method in your QueryBuilder class that has own specific method calls like buildSample(), buildPreWhere(), buildWithTotals().

harloprillar avatar Aug 28 '17 13:08 harloprillar

Hey, you have an example code with an error? I want to check test

sanchezzzhak avatar Aug 30 '17 15:08 sanchezzzhak

up

theonedemon avatar Sep 09 '22 17:09 theonedemon