feat(Column::JSONPathColumn): allow search by json path column
Co-authored-by: LeSim <mail@simon.lehericey.net>
This commit is contained in:
parent
e4d460965f
commit
750842f742
12 changed files with 244 additions and 60 deletions
|
@ -17,6 +17,10 @@ class Column
|
|||
"#{table}/#{column}"
|
||||
end
|
||||
|
||||
def self.make_id(table, column)
|
||||
"#{table}/#{column}"
|
||||
end
|
||||
|
||||
def ==(other)
|
||||
other.to_json == to_json
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue