Use schema subtypes in PostgreSQL Schema CSV files now preserve optional field metadata when loaded. PostgreSQL imports use generated integer and text subtypes while schemas without metadata retain the previous mapping.
Recent Commits to rows:develop
-
Use schema subtypes in PostgreSQL
-
Apply schema constraints in PostgreSQL
Apply schema constraints in PostgreSQL PostgreSQL tables now use NOT NULL and NUMERIC precision and scale when the schema metadata declares them. Invalid decimal metadata fails before the table is created.
-
Implement `validate-premises` subcommand
Implement `validate-premises` subcommand
-
Add tsv dialect
Add tsv dialect
-
Upgrade postgres to 17.7-trixie
Upgrade postgres to 17.7-trixie
-
Merge branch 'enhancement/lint' into develop
Merge branch 'enhancement/lint' into develop
-
Omit tests on coverage report
Omit tests on coverage report
-
Add lint tools
Add lint tools
-
Add .editorconfig
Add .editorconfig
-
Add .psqlrc
Add .psqlrc
-
Remove unused imports + isort
Remove unused imports + isort
-
Fix errors reported by lint tools
Fix errors reported by lint tools
-
Add tests for some PDF helper functions
Add tests for some PDF helper functions
-
Merge branch 'fix/remove-mock' into develop
Merge branch 'fix/remove-mock' into develop
-
Fix estimate_gzip_uncompressed_size
Fix estimate_gzip_uncompressed_size
-
Remove mock from Python versions after 3.3
Remove mock from Python versions after 3.3 From <https://docs.python.org/3.13/library/unittest.mock.html>: "Added in version 3.3."
-
Fix "rows imported" string (plural)
Fix "rows imported" string (plural)
-
Remove tags file on `make clean`
Remove tags file on `make clean`
-
Add proxy support to `utils.download_file`
Add proxy support to `utils.download_file`