Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Timestamp column in job_instance_status for mysql #11

Closed
mattywausb opened this issue Sep 9, 2016 · 1 comment
Closed

Change Timestamp column in job_instance_status for mysql #11

mattywausb opened this issue Sep 9, 2016 · 1 comment

Comments

@mattywausb
Copy link
Collaborator

During some "crazy" default beaviour with timestamps in mysql, at least the timestamps for job_start and job_stop should be decared with default "null" as follows:

JOB_STARTED_AT TIMESTAMP(3) NULL default NULL,
JOB_ENDED_AT TIMESTAMP(3) NULL default NULL,

Else the mysql assigns 0 as default, wich will result in exceptions, when reading the timestamps with talend.

@jlolling
Copy link
Owner

jlolling commented Oct 4, 2016

Documentation fixed

@jlolling jlolling closed this as completed Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants