Steven Heidel

Results 12 issues of Steven Heidel

I have the following field in my DB: ``` created | timestamp without time zone | | not null | now() ``` An example field value is as follows: 2017-10-22...

Type:Bug
Database/Postgres
.Correctness
Misc/Timezones

I've noticed when using parseq-batching that if I forgot to register my BatchingStrategy that the Task will hang indefinitely. It would be better to throw an exception like "unknown batching...

enhancement