aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/utils.scm
Commit message (Expand)AuthorAge
* Rewrite part of insert-missing-data-and-return-all-ids to avoid filterChristopher Baines2024-01-18
* Use delete-duplicates/sort! in insert-missing-data-and-return-all-idsChristopher Baines2024-01-18
* Reduce some chunk sizesChristopher Baines2022-09-17
* Further reduce some chunk sizesChristopher Baines2022-09-15
* Chunk the data for some queries in insert-missing-data-and-return-all-idsChristopher Baines2022-09-15
* Format some queries generated in insert-missing-data-and-return-all-idsChristopher Baines2022-09-14
* Change data handling when comparing derivationsLuciana Lima Brito2021-04-27
* Change table-schema to detect when there are no resultsChristopher Baines2020-10-08
* Update the package_metadata_tsvectors with new entriesDanjela Lura2020-08-12
* Add checks to guard against null dataDanjela Lura2020-06-07
* Handle NULL better insert-missing-data-and-return-all-ids queriesChristopher Baines2020-03-29
* Add a function to fetch information about a tableChristopher Baines2020-03-29
* Clean up some time logging codeChristopher Baines2020-02-24
* Support using a temp table in insert-missing-data-and-return-all-idsChristopher Baines2020-02-04
* Add copyright and license headers to a bunch of source filesChristopher Baines2019-12-26
* Fix group-to-alistChristopher Baines2019-12-16
* Move group-to-alist to the model utils moduleChristopher Baines2019-12-16
* Support handling jsonb in insert-missing-data-and-return-all-idsChristopher Baines2019-11-30
* Add a function to help parse PostgreSQL arraysChristopher Baines2019-11-09
* Improve error handling for insert-missing-data-and-return-all-idsChristopher Baines2019-09-05
* Support deleting duplicates in insert-missing-data-and-return-all-idsChristopher Baines2019-09-05
* Start handling ids as numbers, rather than stringsChristopher Baines2019-09-05
* Improve insert-missing-data-and-return-all-idsChristopher Baines2019-09-04
* Change normalise-database-values to normalise-valuesChristopher Baines2019-09-02
* Add insert-missing-data-and-return-all-ids to the model utils moduleChristopher Baines2019-08-31
* Use $STR$ for better quoting in quote-stringChristopher Baines2019-08-31
* Add value->sql-boolean to (guix-data-service model utils)Christopher Baines2019-08-31
* Fix some duplicated values in tablesChristopher Baines2019-08-04
* Add a utility to group list valuesChristopher Baines2019-05-18
* Remove redundant lambda from deduplicate-stringsChristopher Baines2019-03-24
* Extract out deduplicate-strings to the utils moduleChristopher Baines2019-03-24
* Improve the model for derivationsChristopher Baines2019-02-10
* Initial commitChristopher Baines2019-02-07