Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rails-sqlserver
/
activerecord-sqlserver-adapter
Public
Notifications
You must be signed in to change notification settings
Fork
563
Star
978
Code
Issues
20
Pull requests
2
Actions
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security
Insights
Commits
Breadcrumbs
History for
activerecord-sqlserver-adapter
lib
arel
visitors
sqlserver.rb
on
6-1-stable
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 6, 2021
Fix deteministic fetch when table has a composite primary key (#936)
Show description for dec6836
wpolicarpo
authored
dec6836
Copy full SHA for dec6836
Commits on Apr 20, 2021
Rails 6.1: Fix 'TypeError: can't quote ActiveRecord::Relation::QueryAttribute' (#883)
Show description for a76c02d
mgrunberg
authored
a76c02d
Copy full SHA for a76c02d
Commits on Apr 19, 2021
Fix removal of invalid ordering from select statements (#890)
Show description for 059d244
3 people
authored
059d244
Copy full SHA for 059d244
Commits on Apr 15, 2021
Added visit method for HomogeneousIn Arel type (#879)
Show description for bee6e1d
aidanharan
and
Aidan Haran
authored
bee6e1d
Copy full SHA for bee6e1d
Commits on Apr 9, 2021
Lateral apply (#845)
Show description for 62777d2
sdahlbac
authored
62777d2
Copy full SHA for 62777d2
Commits on Mar 31, 2021
Implement optimizer_hints using OPTION clause (#865)
Show description for 2bf0078
mgrunberg
authored
2bf0078
Copy full SHA for 2bf0078
Commits on May 15, 2020
Rubocop: Enable Lint/UselessAssignment cop
wpolicarpo
committed
0b98c15
Copy full SHA for 0b98c15
Rubocop: Enable Layout/* cops
wpolicarpo
committed
2cbc5b9
Copy full SHA for 2cbc5b9
Rubocop: Enable Spacing cops
wpolicarpo
committed
78aa385
Copy full SHA for 78aa385
Rubocop: Enable Layout/EmptyLines cop
wpolicarpo
committed
e1040db
Copy full SHA for e1040db
Rubocop: Enable Layout/EmptyLinesAroundClassBody cop
wpolicarpo
committed
237ff36
Copy full SHA for 237ff36
Rubocop: Enable Style/StringLiterals cop
wpolicarpo
committed
747019a
Copy full SHA for 747019a
Commits on May 14, 2020
Enable frozen string in all remaining files
wpolicarpo
committed
3ca6914
Copy full SHA for 3ca6914
Commits on May 7, 2020
Remove invalid order from FROM subquery
aidanharan
committed
499a6c7
Copy full SHA for 499a6c7
Commits on Apr 14, 2020
Changed query cached test
Show description for e872d91
aidanharan
committed
e872d91
Copy full SHA for e872d91
Commits on Apr 7, 2020
Subqueries cannot include ordering unless TOP/LIMIT also specified
aidanharan
committed
3d3faf8
Copy full SHA for 3d3faf8
Commits on Mar 30, 2020
Fix for table from statement join
aidanharan
committed
ee65b45
Copy full SHA for ee65b45
Commits on Jul 5, 2019
Fix concatenate syntax
auroranockert
committed
0f76d92
Copy full SHA for 0f76d92
Commits on Jun 24, 2019
Fix constants missing in 6.0.0.rc1
auroranockert
authored and
wpolicarpo
committed
1057a81
Copy full SHA for 1057a81
Commits on Jun 28, 2018
Fix pessimistic locking tests
matthewdunbar
committed
9f4f3f5
Copy full SHA for 9f4f3f5
Commits on Jan 23, 2018
Use the query lock hint when joining tables
Aidan Haran
committed
bc75817
Copy full SHA for bc75817
Commits on Apr 23, 2017
[Rails51] Base adapter tests passing.
Show description for 620baf2
metaskills
committed
620baf2
Copy full SHA for 620baf2
Commits on Jan 10, 2017
[Rails5] Patch up exists? distinct 1 as one queries.
metaskills
committed
b689b03
Copy full SHA for b689b03
Commits on Jan 9, 2017
[Rails5] Pass MigrationTest#test_filtering_migrations.
metaskills
committed
0c403d6
Copy full SHA for 0c403d6
Commits on Jan 8, 2017
[Rails5] Pass MultipleDbTest with removed connections.
metaskills
committed
7334e44
Copy full SHA for 7334e44
[Rails5] Fix case_sensitive_comparison.
metaskills
committed
649a05b
Copy full SHA for 649a05b
Commits on Aug 20, 2016
Rails 5 (#502)
Show description for 67d1e62
metaskills
authored
67d1e62
Copy full SHA for 67d1e62
Commits on Apr 24, 2016
Undefined method `database_prefix_remote_server?' Fixes #450. Thanks @jippeholwerda
metaskills
committed
0894cf6
Copy full SHA for 0894cf6
Commits on Apr 6, 2016
Explicitly check if the connection of the table engine is the sql server adapter. Fixes #450.
Jippe Holwerda
committed
956ce71
Copy full SHA for 956ce71
Commits on Dec 23, 2015
Code cleanup for #426 and #427 linked server support.
Show description for fe137e0
metaskills
committed
fe137e0
Copy full SHA for fe137e0
Commits on Nov 26, 2015
Using a different way of doing linked server queries/commands. It is now not necessary to specify the remote server name in the table name. It can be configured on the connection.
Jippe Holwerda
committed
f90848a
Copy full SHA for f90848a
Commits on Nov 24, 2015
Fixed linked server compatability for SELECT queries.
Jippe Holwerda
committed
31924f1
Copy full SHA for 31924f1
Commits on Jan 28, 2015
Distinct One As One Is So Not Fetch. Fixes #374.
metaskills
committed
8abb18a
Copy full SHA for 8abb18a
Commits on Jan 24, 2015
Different format for WITH(table optoins).
metaskills
committed
75f7ef0
Copy full SHA for 75f7ef0
Small refactor when making fetch happen. May extend further.
metaskills
committed
fa593d2
Copy full SHA for fa593d2
Pagination
Previous
Next
You can’t perform that action at this time.