ClickhouseBuilder icon indicating copy to clipboard operation
ClickhouseBuilder copied to clipboard

Support for offset

Open BirdyUK opened this issue 3 years ago • 0 comments

Hi,

Great work on the code base, its difficult to find any laravel implementations with clickhouse.

Would it be possible to support the Builder method offset?

EG:

DB::table()->where()->limit()->offset()->get();

Laravel supports this by default in their query builder

Method Tinderbox\ClickhouseBuilder\Integrations\Laravel\Builder::offset does not exist.

Thanks

BirdyUK avatar Feb 20 '22 20:02 BirdyUK