Merge branch 'enhancement/lint' into develop
Recent Commits to rows:develop (14)
-
Merge branch 'enhancement/lint' into develop
-
Add lint tools
Add lint tools
-
Add .editorconfig
Add .editorconfig
-
Add .psqlrc
Add .psqlrc
-
Remove unused imports + isort
Remove unused imports + isort
-
Omit tests on coverage report
Omit tests on coverage report
-
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`
-
Fix SELECT query identification
Fix SELECT query identification It was not working properly if query started with "SELECT\n" or "SELECT\t".
-
Accept "POSITIVEBIGINTEGER" on postgres
Accept "POSITIVEBIGINTEGER" on postgres
-
Enhance Makefile
Enhance Makefile
-
Remove repeated sample-size option
Remove repeated sample-size option
-
on newer Python, "mock" has been incorporated in the standard library
on newer Python, "mock" has been incorporated in the standard library
-
Fix UUIDField.serialize
Fix UUIDField.serialize
-
Autodetect queries on pgexport
Autodetect queries on pgexport
-
Fix join test result ordering
Fix join test result ordering
-
Do not force locale
Do not force locale Even using the current locale, this setting was causing string decoding errors, since in some cases it would set the default encoding to "ascii" and the user ommited `encoding="..."` on `open (waiting for it to be "utf-8").
-
Fix `coverage` command on Debian container
Fix `coverage` command on Debian container