Sean Lindo

Results 3 issues of Sean Lindo

# Describe the bug According to the [documentation](https://www.postgresql.org/docs/current/sql-insert.html), the following is valid syntax: ``` INSERT INTO test (person_id, person_skill) VALUES('abc', 'programming') ON CONFLICT ON CONSTRAINT uniq_skill DO UPDATE SET modified_at...

enhancement
needs-parser-work

Can this be added? I can make a PR.

Several tests fail with the following error: `Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.` This is a...

documentation