[activerecord-jdbcsqlite3 adapter] Date/Datetime/Time fields simplification to 
INTEGER sqlite storage type is not correctly handled
-----------------------------------------------------------------------------------------------------------------------------------

                 Key: JRUBY-2647
                 URL: http://jira.codehaus.org/browse/JRUBY-2647
             Project: JRuby
          Issue Type: Bug
          Components: ActiveRecord-JDBC
    Affects Versions: JRuby 1.1.2
         Environment: rails 2.1 (but any 2.x.x should behave the same)
jruby 1.1.2
Windows XP 32bits/Gentoo Linux 2006
            Reporter: PHOTSAVANG Vannasith
            Priority: Blocker


steps to reproduce : 
1) jruby -S rails myapp -d sqlite3
2) change manually sqlite3 to jdbcsqlite3 in config/database.yaml
3) jruby -S rake db:create:all
4) jruby script/generate scaffold note title:string message:text 
publish_date:date
5) jruby -S rake db:migrate
6) jruby script/server -p 3000

go to the page : http://localhost:3000/notes/new 
fill the form, and submit, it gives : 1 error(s) on assignment of 
multiparameter attributes

The same test with a jdbcmysql adapter is correct, that's why i think 
jdbcsqlite3 adapter is guilty.
 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to