2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/tests
Christopher Baines d3913a14d5 Start handling ids as numbers, rather than strings
squee, returns all data as strings, and expects strings as inputs to
queries. So, keeping the ids as strings was easy initially, but it means that
you can't tell from the type whether it should be quoted, or not...

Therefore, handle ids as strings, converting them to numbers when they're
fetched from the database, and back to strings as part of the queries.
2019-09-05 16:07:23 +02:00
..
branch-updated-emails.scm Associate a name with database connections 2019-07-12 19:49:26 +01:00
driver.scm Add a (tests driver) module 2019-05-12 17:32:21 +01:00
jobs-load-new-guix-revision.scm Avoid erroring when processing emails again 2019-08-05 20:59:48 +01:00
mock-inferior.scm Store and display the location of packages 2019-05-13 21:07:48 +01:00
model-derivation.scm Associate a name with database connections 2019-07-12 19:49:26 +01:00
model-git-branch.scm Avoid erroring when processing emails again 2019-08-05 20:59:48 +01:00
model-git-repository.scm Start handling ids as numbers, rather than strings 2019-09-05 16:07:23 +02:00
model-license-set.scm Fix some duplicated values in tables 2019-08-04 09:39:40 +01:00
model-license.scm Fix some duplicated values in tables 2019-08-04 09:39:40 +01:00
model-lint-checker.scm Start handling ids as numbers, rather than strings 2019-09-05 16:07:23 +02:00
model-lint-warning-message.scm Start handling ids as numbers, rather than strings 2019-09-05 16:07:23 +02:00
model-package-metadata.scm Start handling ids as numbers, rather than strings 2019-09-05 16:07:23 +02:00