eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Doc: Table options :table-name #39

Closed wnortje closed 8 years ago

wnortje commented 9 years ago

The manual mentions a table option :table-name to give the table a different name from the class name. The code does not implement such an option.

eudoxia0 commented 8 years ago

The problem with this is, this option would work just fine when using methods on that table, but doesn't work since SxQL translates the table name directly to a string and there's no way that I know of to hook into that.