binarylogic / authlogic_openid

Extension of the Authlogic library to add OpenID support.
http://authlogic-oid.rubyforge.org
MIT License
167 stars 44 forks source link

Session is a reserved word in oracle #21

Open bmaltzan opened 14 years ago

bmaltzan commented 14 years ago

Is there a way to alter the table name used? Or can the code be changed to quote the session table?

ActiveRecord::StatementInvalid (OCIError: ORA-00903: invalid table name: SELECT data FROM session WHERE id = 3 FOR UPDATE)

ActionView::Template::Error ("DESC session" failed; does it exist?)

Thanks,