Added :call operator to s-sql (so that you can use the s-sql syntax to call a Postgresql procedure) and substantial more s-sql examples in the documentation.
Fixed bug in create-composite-type that disallowed certain multiword parameters
Fixed bug in to-type-name and sql-type-name that precluded custom types
Fixed bug in :create-table ability to create generated columns.
Fixed bug in to-tsvector calls
Added cube operators
Added many more documentation examples and tests for s-sql
Added :call operator to s-sql (so that you can use the s-sql syntax to call a Postgresql procedure) and substantial more s-sql examples in the documentation.
Fixed bug in create-composite-type that disallowed certain multiword parameters
Fixed bug in to-type-name and sql-type-name that precluded custom types
Fixed bug in :create-table ability to create generated columns.
Fixed bug in to-tsvector calls
Added cube operators
Added many more documentation examples and tests for s-sql