Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
I created a template app using the following combinations:
1). JRuby 1.2.0 and Rails 2.2.2
2). JRuby 1.2.0 and Rails 2.3.2
3). JRuby 1.1.6 and Rails 2.2.2
4). JRuby 1.1.6 and Rails 2.3.2
For this template app, db:create creates the database for 1), 3), and 4) and not for 2). ActiveRecord-JDBCMySQL Adapter 0.9 is used.
Activity
Nick Sieger
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nick Sieger [ nsieger ] |
Thomas E Enebo
made changes -
| Component/s | ActiveRecord-JDBC [ 12786 ] |
Thomas E Enebo
made changes -
| Affects Version/s | ActiveRecord-JDBC-0.9 [ 14818 ] |
Nick Sieger
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
This occurs only for jdbcmysql adapter, works fine for jdbcmysqlite3 adapter.