GenieFramework / SearchLight.jl

ORM layer for Genie.jl, the highly productive Julia web framework
https://genieframework.com
MIT License
139 stars 16 forks source link

Support a DateTime timestamp with more than second accuracy #58

Closed andyDoucette closed 2 years ago

andyDoucette commented 2 years ago

I believe SearchLight only supports DateTimes with second accuracy. Millisecond and Microsecond accuracy are also supported by mysql (I'm not sure about the rest). Many applications require more than second accuracy.

essenciary commented 2 years ago

Can you elaborate on what does this require/imply? How do you implement it in MySQL for example?

essenciary commented 2 years ago

Closing due to lack of feedback - please reopen if you have input.