sanchezzzhak / kak-clickhouse

Yii2 ext. ClickHouse
69 stars 43 forks source link

Fixed delete syntax in QueryBuilder #44

Closed Draconic closed 5 years ago

Draconic commented 5 years ago

Delete function wasn't redefined in \kak\clickhouse\QueryBuilder

This lead to wrongly created SQL - "DELETE FROM tableName" instead of "ALTER TABLE tableName DELETE..."

Added the function.