fukamachi / sxql

An SQL generator for Common Lisp.
BSD 3-Clause "New" or "Revised" License
363 stars 31 forks source link

Make define-op intern symbols in sxql.operator #37

Closed fisxoj closed 8 years ago

fisxoj commented 8 years ago

This makes define-op usable to define new ops from other packages. The new op will be defined in sxql.operator so it can be found at query generation itme.

Closes fukamachi/sxql#36

fukamachi commented 8 years ago

Defining a custom clause/operator would be great! I suppose SxQL should get more friendly APIs in the future, however, this is enough for now. Thank you!