Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for mssql with jruby/activerecord-jdbc-adapter #236

Merged
merged 1 commit into from
Apr 27, 2014

Commits on Jan 28, 2014

  1. Fix for mssql with jruby/activerecord-jdbc-adapter

    Fix for the following error with mssql with jruby/activerecord-jdbc-adapter:
    ActiveRecord::StatementInvalid: ActiveRecord::JDBCError: No column was specified for column 3 of 't'.: SELECT t.* FROM ( SELECT ROW_NUMBER() OVER(ORDER BY MIN(users.id)) AS _row_num, [users].[lft], COUNT([users].[lft]) FROM [users]  GROUP BY [users].[lft] HAVING COUNT([users].[lft]) > 1 ) AS t WHERE t._row_num BETWEEN 1 AND 1
    soemo committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    91f7d30 View commit details
    Browse the repository at this point in the history