incubator-airflow/scripts
Bolke de Bruin 910c0ddd78 [AIRFLOW-504] Store fractional seconds in MySQL tables
Both utcnow() and now() return fractional seconds. These
are sometimes used in primary_keys (eg. in task_instance).
If MySQL is not configured to store these fractional seconds
a primary key might fail (eg. at session.merge) resulting in
a duplicate entry being added or worse.

Postgres does store fractional seconds if left unconfigured,
sqlite needs to be examined.
2016-11-13 22:43:17 +01:00
..
ci [AIRFLOW-504] Store fractional seconds in MySQL tables 2016-11-13 22:43:17 +01:00
systemd [AIRFLOW-248] Add Apache license header to all files 2016-06-21 08:15:42 -07:00
upstart [AIRFLOW-512] Fix 'bellow' typo in docs & comments 2016-09-16 09:45:12 -07:00