Skip to content

Commit

Permalink
Fix typo in sqlite_json_ops example code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Nov 21, 2024
1 parent 6a7f915 commit e962f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel/extensions/sqlite_json_ops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
# j[1] # (json_column ->> 1)
# j.get(1) # (json_column ->> 1)
# j.get_text(1) # (json_column -> 1)
# j.get_json(1) # (json_column -> 1)
# j.extract('$.a') # json_extract(json_column, '$.a')
# jb.extract('$.a') # jsonb_extract(jsonb_column, '$.a')
#
Expand Down

0 comments on commit e962f66

Please sign in to comment.