My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 09, 2009
    issue 14 (Wrong date formatting for PSQL) reported by ddossot   -   What steps will reproduce the problem? 1. Save a record with a {date, {1999,12,31}} What is the expected output? What do you see instead? Expected: date gets inserted as "1999-12-31" Instead: date gets inserted as "1999-31-12" and rejected for value OOR. What version of the product are you using? On what operating system? Erlyweb 0.7.2, PSQL 8.3, Ubuntu Jaunty Please provide any additional information below. This issue has been introduced in r218 of erlsql.erl[ http://code.google.com/p/erlyweb/source/detail?r=218&path=/trunk/src/erlsql/erlsql.erl ]. I can be fixed by replacing: encode({date, {Year, Day, Month}}, false) -> with: encode({date, {Year, Month, Day}}, false) ->
    What steps will reproduce the problem? 1. Save a record with a {date, {1999,12,31}} What is the expected output? What do you see instead? Expected: date gets inserted as "1999-12-31" Instead: date gets inserted as "1999-31-12" and rejected for value OOR. What version of the product are you using? On what operating system? Erlyweb 0.7.2, PSQL 8.3, Ubuntu Jaunty Please provide any additional information below. This issue has been introduced in r218 of erlsql.erl[ http://code.google.com/p/erlyweb/source/detail?r=218&path=/trunk/src/erlsql/erlsql.erl ]. I can be fixed by replacing: encode({date, {Year, Day, Month}}, false) -> with: encode({date, {Year, Month, Day}}, false) ->
  • Jul 11, 2009
    issue 2 (ErlyWeb Install on OSX for those who installed using DarwinP...) commented on by sanjibkg   -   nn
    nn

Older

  • Oct 04, 2008
    r252 (applied patches for macro defs support) committed by yarivvv   -   applied patches for macro defs support
    applied patches for macro defs support
  • Oct 04, 2008
    r251 (fixed mysql connection functions, and added a proper configu...) committed by yarivvv   -   fixed mysql connection functions, and added a proper configure file and a make install script
    fixed mysql connection functions, and added a proper configure file and a make install script
 
Hosted by Google Code