Go to file
voussoir 54fa46c4f9
Use named column inserts, but remove require_all parameter.
I am yet again bumping into the limits of extract_table_column_map
as it does not use a real parser and does not recognize generated
columns, which causes issues when I use that column list to enforce
an insert.

It probably would be better to move even farther away from extracting
columns and just asking the database instead.

Anyway we get slightly improved ergonomics of insert_filler at the cost
of not being able to enforce all columns within this function.
2022-08-13 07:23:53 -07:00
voussoirkit Use named column inserts, but remove require_all parameter. 2022-08-13 07:23:53 -07:00
CONTACT.md Update CONTACT.md with link to voussoir.net. 2021-04-04 17:11:21 -07:00
LICENSE.txt Update copyright year. 2022-03-26 13:18:27 -07:00
README.md Add Mirrors header. 2020-12-23 19:54:45 -08:00
pypi_upload.bat Update pypi upload script to use twine. 2019-08-05 17:35:53 -07:00
setup.py Bump to version 0.0.73. 2022-03-26 13:19:20 -07:00
voussoirkit_logo.svg Add voussoirkit_logo.svg. 2020-01-18 22:40:48 -08:00

README.md

voussoirkit

This is a collection of tools that I use often and import into my other projects.

Install

pip install voussoirkit

Mirrors

https://github.com/voussoir/voussoirkit

https://gitlab.com/voussoir/voussoirkit

https://codeberg.org/voussoir/voussoirkit