No description
Find a file
Christopher Baines 1441942200 Hack better NULL support on to (squee)
PQgetvalue used by squee returns null values as empty strings, which are
ambiguous for string fields. Therefore, use PQgetisnull to implement a
serialiser for squee which checks empty strings to see if they're actually a
NULL value, then returns '() in this case.

exec-query-with-null-handling can be used to access this behaviour.
2019-09-04 12:52:12 +02:00
assets Remove the bottom margin from the header 2019-03-16 18:59:29 +00:00
build-aux Add missing build-aux files 2019-04-16 22:21:07 +01:00
guix-data-service Hack better NULL support on to (squee) 2019-09-04 12:52:12 +02:00
scripts Improve error handling for processing emails 2019-08-31 12:06:36 +01:00
sqitch Add a new table guix_revision_lint_checkers 2019-09-01 18:32:09 +01:00
tests Store lint warnings in the database 2019-09-01 13:12:10 +01:00
.dir-locals.el Add .dir-locals.el 2019-04-14 10:08:49 +01:00
.envrc Add some environment variables to the .envrc file 2019-02-10 09:44:11 +00:00
.gitattributes Add a .gitattributes file 2019-04-14 10:01:58 +01:00
.gitignore Add a process-job command 2019-07-12 19:57:24 +01:00
bootstrap.sh Initial commit 2019-02-07 22:26:57 +00:00
configure.ac Add a process-job command 2019-07-12 19:57:24 +01:00
COPYING Initial commit 2019-02-07 22:26:57 +00:00
guile.am Initial commit 2019-02-07 22:26:57 +00:00
guix-dev.scm Add sqitch to guix-dev.scm 2019-04-16 22:32:45 +01:00
Makefile.am Store lint warnings in the database 2019-09-01 13:12:10 +01:00
pre-inst-env.in Initial commit 2019-02-07 22:26:57 +00:00
sqitch.conf Remove localhost from the Sqitch config 2019-07-16 18:20:56 +01:00
test-env Add an initial test 2019-04-14 10:08:11 +01:00
VERSION Initial commit 2019-02-07 22:26:57 +00:00