Rob
Rob
Adding a little note here about something to consider when implementing this: converting to UTC will solve a _bunch_ of the use cases here, but not all of them. http://www.creativedeletion.com/2015/03/19/persisting_future_datetimes.html
Interesting. I wonder what other frameworks do.
I like the idea of empowering the developer with the ability to override the functionality of the initalizer, but I also to boilerplate to a minimum. My priorities go something...
@Blacksmoke16 hiding a nilable field from the implementer feels risky to me. I think at this point in my Crystal experience, I'd like to see a different object which represents...
Well, the point of using a non-nilable field is that you get compile time checks against it. And for situations where the field is actually nil able, an unsaved model,...
> Would it make sense to try and build some functionality that automatically maps DB results to the ViewModel object's properties without requiring each field to be defined? It might,...
I’m ... still, I guess... not really warm to the idea of annotations as a mechanism for general development. More on topic, fixing the inheritance problem is certainly important, but...
This may be a situation where the different drivers have different offerings. For example, I know the way that postgres does group by statements is different than the way mysql...
@greenbigfrog thanks for looking and jumping in! This idea fits into a broad category of a pre and post-exec hooks I've been eyeing adding. 🌵 Eventually, I'd like to move...
Sorry, no