Skip to content

Commit

Permalink
Merge pull request #328 from ankane/cube-operators
Browse files Browse the repository at this point in the history
Add cube operators
  • Loading branch information
sabracrolleton authored Dec 9, 2023
2 parents ba34d63 + e8c642a commit 7c006e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s-sql/s-sql.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,9 @@ string."
;; hstore operators
(register-sql-operators :2+-ary :-> :=> :? :?& :?\| :|<@| :|#=| :unary :%% :%#)

;; cube operators
(register-sql-operators :2+-ary :&& :|@>| :|<@| :-> :~> :<-> :<#> :<=>)

;;; sql-op :+, :*, :%, :&, :|, :| |, :and, :or, :=, :/, :!=, :<, :>, :<=, :>=,
;;; :^, :union, :union-all,
;;; :intersect, :intersect-all, :except, :except-all (&rest args)
Expand Down

0 comments on commit 7c006e2

Please sign in to comment.