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.
 
 
Moritz Heidkamp 69c9baddd5 Replace alist-ref + apply with custom pred-alist-ref
The alist-ref + apply version relied on the order alist-ref passes
arguments to the equality procedure. However, this order is not
guaranteed to be stable and in fact will change with CHICKEN 4.11 so
this version is replaced with a custom procedure pred-alist-ref to avoid
this issue.
9 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 release version 0.2.2 13 years ago
ssql.scm Replace alist-ref + apply with custom pred-alist-ref 9 years ago
ssql.setup release version 0.2.2 13 years ago