sanchezzzhak / kak-clickhouse

Yii2 ext. ClickHouse
69 stars 43 forks source link

Query.php patch #18

Open harloprillar opened 6 years ago

harloprillar commented 6 years ago

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().

sanchezzzhak commented 6 years ago

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

theonedemon commented 1 year ago

up