kitar / laravel-dynamodb

A DynamoDB based Eloquent model and Query builder for Laravel.
MIT License
179 stars 27 forks source link

Add tests for Grammar::compile[function]Condition() #1

Closed kitar closed 4 years ago

kitar commented 4 years ago

QueryBuilder can handle functions in where clause, but we don't have tests yet.

Write tests and make sure they works well.

kitar commented 4 years ago

Added at 39a5606