Jesse Gumm
Jesse Gumm
Hey Sean, A while back, this PR was accepted into the dev branch, but that dev branch was apparently never merged into master. https://github.com/webmachine/webmachine/pull/175 Any chance this could be done...
Hey folks, I have a possibly specific need, but I have a need for `decimal` columns to always return floats (I recognize that practice is lossy, but such is life)....
Adapter needs return fixed. Referenced from the mailing lists: https://groups.google.com/forum/#!searchin/chicagoboss/boss_db$3Aincr/chicagoboss/qrgF4HYy0MU/XWYblE4AbKQJ
Qdate could benefit from more date arithmetic in the sense of finding out the difference between two dates. difference_days(Date1, Date2) would return the number of days between those two dates....
Per the recommendation from @RomanShestakov, add business day arithmetic. This will require either accepting a list of business days, or more likely, have a predicate function passed to it which...
Perhaps the introduction of a function `compare_date/2,3` and/or `compare_time/2/3`. To demonstrate the thought: ``` erlang A = "2013-09-01 10am CST", B = "2013-09-01 12pm CST", C = "2013-09-02 12am CST",...
The motivation for this PR comes from the Nitrogen Web Frameworks's heavy use of records, and a clash between HTML `` element and Erlang's `div` operator. In Nitrogen, HTML elements...
Backwards compatible version of https://github.com/Eonblast/Emysql/pull/148
https://groups.google.com/forum/#!topic/nitrogenweb/_xg2sT3cX-E