summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e2bfda4)
Vergleichsoperatoren werden als Hash-Ref angegeben.
query => [
'customer.name' => 'John Doe',
query => [
'customer.name' => 'John Doe',
- 'department.description' => [ ilike => '%Sales%' ],
- 'orddate' => [ lt => DateTime->today ],
+ 'department.description' => { ilike => '%Sales%' },
+ 'orddate' => { lt => DateTime->today },
]
Unfortunately, if you specify them in your form as these strings, the form
]
Unfortunately, if you specify them in your form as these strings, the form