sa_mysql_dt
MySQL, unlike for instance, PostgreSQL, doesn’t support datetime columns with a sub-second granularity. This means that it is not possible to distinguish between two datetimes that were generated in the same second.
This can however be very useful. This package defines a new field type for SQLAlchemy that should be a drop-in replacement for the standard SQLAlchemy DateTime. It stores its information in a Numeric column to enable sub-second granularity.
It’s probably also not properly timezone aware.
To use it in a SQLAlchemy table definition as a column type, import it instead of SQLAlchemy’s version:
>>> from sa_mysql_dt import DateTime
CHANGES
0.1.2 (2010-11-15)
Nothing changed yet.
0.1.1 (2010-11-15)
Bugfix release; somehow CHANGES.txt wasn’t included.
0.1 (2010-11-15)
Initial public release.
Download
Release files for sa_mysql_dt 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sa_mysql_dt-0.1.2.tar.gz | 2.8 kB | Details |
Release files / sa_mysql_dt-0.1.2.tar.gz
| Download URL | sa_mysql_dt-0.1.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca4e665dcf60a4093057c97fff111dc9c2bf7702baba61a4ef2c9c9c209f8691
|
|
BLAKE2b-256 checksum How to use checksums |
91bebfd99b70539542d18e95a3b9e3e349a99f273f9b586e74ad2b979cf95910
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |