We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6efac commit fe45ac3Copy full SHA for fe45ac3
lib/ajax-datatables-rails/base.rb
@@ -106,7 +106,7 @@ def search_condition(column, value)
106
model, column = column.split('.')
107
model = model.singularize.titleize.gsub( / /, '' ).constantize
108
109
- # because particular commit is based on postgre, so that's why use VARCHAR
+ # because postgresql is preferred, so that's why use VARCHAR
110
# but we we need to use CHAR typecast on mysql db adapter
111
# or maybe it should
112
# if :pg
0 commit comments