Hi all,
I am unable to run any of the ActiveRecord-JDBC tests on edge. To
keep things interesting, each database fails in a different way:
1. MySQL fails creating a table, reporting that this syntax is bad:
CREATE TABLE entries (id primary_key, ...)
Testing from the console confirms that this syntax is indeed bad.
2. Derby fails with
Encountered "" at line 1, column 26.: CREATE TABLE entries (id
primary_key, title varchar(100) DEFAULT NULL, updated_on timestamp
DEFAULT NULL, content clob DEFAULT NULL, rating decimal(10) DEFAULT
NULL)
This looks related to the MySQL problem, in the sense that both fail
at "primary_key".
3. HSQLDB fails with
1) Error:
test_create_new_entry(HsqldbSimpleTest):
NameError: uninitialized constant JdbcSpec::HSQLDB
I have logged the loading of this module and seen it load
successfully, then the constant is unavailable later.
Insights welcome!
Thanks,
Stuart Halloway
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel