Chicken Scheme module that provides Scheme syntax for SQL.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Peter Bex 16682ee9fc Strip the syntax of operator type instead of injecting it
We could inject, but then we'd have to also inject all the symbols
we're comparing against (and use the "compare" procedure to do so).
Instead, because these identifiers are treated as plain symbols, it's
easier to strip the syntax.

This was always broken, but actually got exposed due to CHICKEN core
commit 41d48cdba2e46645c7dd157525652aa3953aed6c, which fixed an
obscure bug related to double renaming.
8 years ago
tests add some tests for the `null?' operator 13 years ago
foops.scm no syntax striptease there 13 years ago
ssql.meta correct category to `db' 13 years ago
ssql.release-info Point to bitbucket in .release-info, too 9 years ago
ssql.scm Strip the syntax of operator type instead of injecting it 8 years ago
ssql.setup Release version 0.2.3 9 years ago