-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: crate/crate-python
base: 0.27.1
head repository: crate/crate-python
compare: 0.27.2
- 18 commits
- 21 files changed
- 1 contributor
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c13d6d - Browse repository at this point
Copy the full SHA 6c13d6dView commit details
Commits on Jul 19, 2022
-
Tests: Also use
datetimecolumn withinlocationstest fixturesIt is filled with the same value as in the corresponding `date` column.
Configuration menu - View commit details
-
Copy full SHA for 0dbb78e - Browse repository at this point
Copy the full SHA 0dbb78eView commit details -
Tests: Include more time information into timestamps in
locationstblAll the timestamps included only time information to the hour-level. This patch makes it use the full capabilities of milliseconds.
Configuration menu - View commit details
-
Copy full SHA for 979e82a - Browse repository at this point
Copy the full SHA 979e82aView commit details -
Tests: Explicitly use both
TIMESTAMP {WITH,WITHOUT} TIME ZONEtypesMakes sense specifically in the context when exercising date/time conversions from `TIMESTAMP` to corresponding Python types in the future.
Configuration menu - View commit details
-
Copy full SHA for a849cea - Browse repository at this point
Copy the full SHA a849ceaView commit details
Commits on Jul 25, 2022
-
Tests: Use UTC-based
utcnow().date()instead of localdate.today()`datetime.date.today()` returns the current local date. In order to reduce test flakyness when comparing UTC-based datetimes with localtime- based variants, `datetime.utcnow().date()` is a better choice.
Configuration menu - View commit details
-
Copy full SHA for 17bda3e - Browse repository at this point
Copy the full SHA 17bda3eView commit details
Commits on Aug 26, 2022
-
Improve installation documentation: Be pragmatic and tell people DWIM
Use that canonical command line for advertising the installation of the CrateDB Python driver:: $ pip install "crate[sqlalchemy]" --upgrade The idea is to show the user right away how to install the driver together with its SQLAlchemy dialect extension. The other way round, it will be missed by people more often than not, causing general confusion and poor experience on the first time of use. It is intended for developer folks in general, so it is perfectly fine to tell them about the canonical `pip` incantation, including all the possible options and parameters, which has the highest chance to be copied verbatim into the terminal without further ado. This even holds true for non-developer folks.Configuration menu - View commit details
-
Copy full SHA for 089b20f - Browse repository at this point
Copy the full SHA 089b20fView commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf65ba2 - Browse repository at this point
Copy the full SHA cf65ba2View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0d7eb3 - Browse repository at this point
Copy the full SHA b0d7eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12719bb - Browse repository at this point
Copy the full SHA 12719bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d8e53 - Browse repository at this point
Copy the full SHA e6d8e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34e70e - Browse repository at this point
Copy the full SHA f34e70eView commit details
Commits on Oct 6, 2022
-
CI:
setup_cishould run beforebootstrap.shOn the "nightly" runs, the test suite did not actually use CrateDB nightly builds, but used the version defined in `versions.cfg` instead.
Configuration menu - View commit details
-
Copy full SHA for e0eb2db - Browse repository at this point
Copy the full SHA e0eb2dbView commit details
Commits on Oct 7, 2022
-
GHA: Cancel in-progress jobs if pushing to PR
See https://docs.github.com/en/actions/using-jobs/using-concurrency Should reduce the resource usage a bit and may speed up things.
Configuration menu - View commit details
-
Copy full SHA for cb7bd4c - Browse repository at this point
Copy the full SHA cb7bd4cView commit details
Commits on Oct 10, 2022
-
CI: Explicitly configure
CODECOV_TOKENto mitigate intermittent 404…… problems Reference: #451
Configuration menu - View commit details
-
Copy full SHA for d234128 - Browse repository at this point
Copy the full SHA d234128View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd6a56 - Browse repository at this point
Copy the full SHA fcd6a56View commit details -
CI: Disable "Nightly" testing on macOS
CrateDB does not produce nightly tarballs for macOS.
Configuration menu - View commit details
-
Copy full SHA for db1ec04 - Browse repository at this point
Copy the full SHA db1ec04View commit details -
Improve SQLAlchemy's
CrateDialect.get_pk_constraintfor CrateDB>=5.1.0Since CrateDB 3.0.0 already, it would have been correct to use the `information_schema.key_column_usage.table_schema` column instead of `table_catalog` (mostly contains value `doc`, the default schema of CrateDB). Now, with CrateDB >=5.1.0, `table_catalog` will always return `crate`, thus the need for a fix.
Configuration menu - View commit details
-
Copy full SHA for 34c1b56 - Browse repository at this point
Copy the full SHA 34c1b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21f179 - Browse repository at this point
Copy the full SHA b21f179View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.27.1...0.27.2