Commit Graph

12 Commits

Author SHA1 Message Date
Asdine El Hrychy
a6718ade82 Replacing testify/assert by testify/require 2017-09-09 11:29:50 +02:00
IncSW
94d1112ed1 compare with uint 2017-05-28 20:44:55 +03:00
Asdine El Hrychy
63bc2ae209 Fix crash on unknown field with Select 2017-04-09 15:27:16 +02:00
Asdine El Hrychy
3fa5ff5508 Merge branch 'v0.7.0' into ft/qIn 2017-01-05 22:57:13 +01:00
Asdine El Hrychy
e72860fd21 q.Not matcher 2017-01-04 20:30:17 +01:00
Asdine El Hrychy
ad94182397 q.In matcher 2017-01-04 20:16:19 +01:00
Sufijen Bani
e4d570e479 Added time.Time comparison for q
Added the possibility to compare `time.Time` structs.
The comparison uses the `time.Equal()` and `time.Before()`. methods to
be safe. The three cases equal,after,before are presented by a int
comprison which can be used for tokens `constant.Compare()`.

This commit closes #96 and is an alternative for #97.
2016-10-27 07:51:01 +02:00
Asdine El Hrychy
74dc8827ef Matcher can return an error 2016-08-28 22:51:10 +02:00
Asdine El Hrychy
8f31311d3f StrictEq matcher 2016-08-18 21:37:46 +02:00
Asdine El Hrychy
59ebac26f0 Renamed Exec to Match 2016-07-30 17:53:24 +02:00
Asdine El Hrychy
263cb7053e More criterias 2016-07-30 11:09:14 +02:00
Asdine El Hrychy
210c38ceb7 Compare function 2016-07-29 23:52:41 +02:00