Skip to content

Commit b18aeba

Browse files
committed
Update README
1 parent 03bf755 commit b18aeba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It's tested against :
1515
* Ruby 2.5.x / 2.6.x / 2.7.x
1616
* SQLite3
1717
* Postgresql 13
18-
* MySQL 5.6
18+
* MySQL 8
1919
* Oracle XE 11.2 (thanks to [travis-oracle](https://github.com/cbandy/travis-oracle))
2020

2121
## Description
@@ -166,9 +166,9 @@ end
166166

167167
* `:like`, `:start_with`, `:end_with`, `:string_eq`, `:string_in` for string or full text search
168168
* `:eq`, `:not_eq`, `:lt`, `:gt`, `:lteq`, `:gteq`, `:in` for numeric
169-
* `:date_range` for date range (only for Rails > 4.2.x, see [here](#daterange-search))
169+
* `:date_range` for date range
170170
* `:null_value` for nil field
171-
* `Proc` for whatever (see [here](https://github.com/ajahongir/ajax-datatables-rails-v-0-4-0-how-to/blob/master/app/datatables/city_datatable.rb) for real example)
171+
* `Proc` for whatever (see [here](https://github.com/jbox-web/ajax-datatables-rails-sample-project/blob/master/app/datatables/city_datatable.rb) for real example)
172172

173173
The `nulls_last` param allows for nulls to be ordered last.
174174

0 commit comments

Comments
 (0)