An open API service providing commit metadata for open source projects.

GitHub / rails-sqlserver/activerecord-sqlserver-adapter / commits

SQL Server Adapter For Rails

SHA Message Author Date Stats
fea63a92 Coerce test as SQL is invalid for MSSQL (#905)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
887683e4 Rails 6.1: coerce tests when we produce more or less queries (#901) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2b5a37aa Rails 6.1: fix rake task (#904) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c0f5f7bc Rails 6.1: Fix "ActiveRecord::StatementInvalid: A column has been specified m... Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
b5e38a18 Removed deprecated in_clause_length method (#900)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
35651d3c Rails 6.1: Add Active Record Marshal forward compatibility tests (#893) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
81ec762f Rails 6.1: Fixes related to `while_preventing_writes` (#888) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a76c02d0 Rails 6.1: Fix 'TypeError: can't quote ActiveRecord::Relation::QueryAttribute... Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d7795179 Rails 6.1: Add support for `if_not_exists` to indexes (#891) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
5d50851a Mark transaction as written if non-read SQL performed (#897)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
151c3fff Coerce annotation tests as our SQL starts with 'EXEC sp_executesql' (#898)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4db1c94e Remove coerced test no longer in Rails test suite (#895)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
152ebf2f Rails 6.1: Add support for `if_exists` on `remove_column` (#892) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
e309aee1 Revert PR #885 in favour of #883 (#896)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c4cf20f1 Removed tests that no longer need to be coerced (#899)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fe4ebf5b Rails 6.1: Coerce tests that check for LIMIT in SQL (#886)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3cfc0b76 Rails 6.1 fixes: coerce bind param test and fix pool spec access (#889) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
059d244f Fix removal of invalid ordering from select statements (#890)
Co-authored-by: Aidan Haran <a****n@f****m>, Wanderson Policarpo <w****o@g****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c98ea790 Dump column collation to schema.rb and allow collation changes using column_c... Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
5f0c423d Remove coerced tests that were removed from Rails test suite (#887) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
bc1d46e2 Rails 6.1: Fix the quoting of ActiveModel attributes (#885)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4d0de649 Rails 6.1: remove deprecation warnings (#884) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d67c2f6e Rails 6.1 fixes: Use renamed connection_config method and rewrite coerced tes... Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
31bc0749 [skip ci] Update changelog Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
389af145 use configuration hash (#861) Josh LeBlanc <j****4@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c98e72fc Handle any default column class when deduplicating (#880)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
bee6e1dd Added visit method for HomogeneousIn Arel type (#879)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2fbded92 Handle default boolean column values when deduplicating (#875)
Co-authored-by: Aidan Haran <a****n@f****m>, Wanderson Policarpo <w****o@g****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
168cabeb Use native String#end_with (#876)
Co-authored-by: Aidan Haran <a****n@f****m>, Wanderson Policarpo <w****o@g****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
8d7d4424 Added missing changelogs (#877)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
37802760 Deduplicate schema cache structures (#874)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1eea39ab Changes to get tests running against Rails 6.1 (#873)
Co-authored-by: Aidan Haran <a****n@f****m>, Wanderson Policarpo <w****o@g****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7e4842a5 Update README.md Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
11c270ac Rails 6.1 support (#853)
Co-authored-by: Wanderson Policarpo <w****o@g****m>
Łukasz Kornek <l****p@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1f46d2c0 Use native String#start_with (#872) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
448aa936 Start Rails 6.1 support Wanderson Policarpo <w****o@g****m> over 4 years ago
9413096c Release v6.0.2 (#871) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d5094236 Added DecimalWithoutScale so tests no longer need to be coerced (#870)
Co-authored-by: Wanderson Policarpo <w****o@g****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
62777d2c Lateral apply (#845) Simon Dahlbacka <s****a@e****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
cd6eb999 Update ci.yml Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4319bcec Update CI matrix (#867) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
b65c437d Update README.md Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
e48f94d6 Move CI from Travis to GitHub Actions (#866) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
08dc075a Update Ruby 2.7.x in CI. (#862) runephilosof-abtion <5****n@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2bf00780 Implement optimizer_hints using OPTION clause (#865) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
90189126 Added WAITFOR as read query (#857) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
f13604b3 Allow table existence to be tested across database schemas (#858) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3dcf7970 Documentation: Fix link (#860) runephilosof-abtion <5****n@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
028d7af1 Include database and owner names in column name matchers (#852) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
01340d7a feat: add helpers to create/drop a schema (#855) Bruno Castro <b****o@c****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
09372265 Update CHANGELOG.md Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6b472dcd Release v6.0.1 Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
a657057c Update CHANGELOG.md Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
91d5c4d0 merge Merge pull request #851 from BenMcH/master Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
42c8e81e Added test case for duplicate entries in schema.rb Ben McHone <b****e@g****m> almost 5 years ago
dfb79b28 Updated 'column_definitions_sql' to ensure that only primary key key constrai... Ben McHone <b****e@g****m> almost 5 years ago
88a84daf merge Merge pull request #838 from rails-sqlserver/release-6.0.0 Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
40a46ada Release v6.0.0 Wanderson Policarpo <w****o@g****m> over 5 years ago
f5861b72 Release 6.0.0.rc2 Wanderson Policarpo <w****o@g****m> over 5 years ago
661f5dfa Update CHANGELOG Wanderson Policarpo <w****o@g****m> over 5 years ago
d2659c7a merge Merge pull request #639 from one-more-alex/master Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c3bdcf09 merge Merge pull request #835 from rails-sqlserver/rubocop-Naming Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
56df14ab Rubocop: Disable Naming/PredicateName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
63e06cce Rubocop: Disable Naming/MethodParameterName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
4ec85901 Rubocop: Enable Naming/MethodName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
47714479 Rubocop: Disable Naming/AccessorMethodName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
d3aa43b1 Rubocop: Enable Naming/BinaryOperatorParameterName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
4123e780 Rubocop: Enable Naming/FileName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
16c4c3f7 Rubocop: Enable Naming/RescuedExceptionsVariableName cop Wanderson Policarpo <w****o@g****m> over 5 years ago
b4856368 Rubocop: Enable Naming/VariableNumber cop Wanderson Policarpo <w****o@g****m> over 5 years ago
fd2f41ff merge Merge pull request #834 from rails-sqlserver/rubocop-UselessAssignment Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0b98c15d Rubocop: Enable Lint/UselessAssignment cop Wanderson Policarpo <w****o@g****m> over 5 years ago
b7c6bf38 Update CHANGELOG Wanderson Policarpo <w****o@g****m> over 5 years ago
d8d873ee merge Merge pull request #720 from ablignaut/master Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
64fd199a merge Merge branch 'master' into master Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
2eafd86e merge Merge pull request #833 from rails-sqlserver/rubocop-Layout Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
2cbc5b92 Rubocop: Enable Layout/* cops Wanderson Policarpo <w****o@g****m> over 5 years ago
2999d07f merge Merge pull request #832 from rails-sqlserver/rubocop-Bundler Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
127b5949 Rubocop: Enable Bundle/* cops Wanderson Policarpo <w****o@g****m> over 5 years ago
65331d23 merge Merge pull request #831 from rails-sqlserver/rubocop-Space Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
78aa3859 Rubocop: Enable Spacing cops Wanderson Policarpo <w****o@g****m> over 5 years ago
8480e4c4 merge Merge pull request #830 from rails-sqlserver/rubocop-Indentation Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9905c4ac Rubocop: Enable Layout/IndentationWidth,Layout/TrailingWhitespace cops Wanderson Policarpo <w****o@g****m> over 5 years ago
537ca08e merge Merge pull request #829 from rails-sqlserver/rubocop-EmptyLinesAround Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
eae6065e Rubocop: Enable Layout/Layout/EmptyLinesAround* cops Wanderson Policarpo <w****o@g****m> over 5 years ago
fb170f9b merge Merge pull request #828 from rails-sqlserver/rubocop-EmptyLines Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e1040db3 Rubocop: Enable Layout/EmptyLines cop Wanderson Policarpo <w****o@g****m> over 5 years ago
aae60f8f merge Merge pull request #827 from rails-sqlserver/rubocop-EmptyLinesAroundClassBody Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
237ff36f Rubocop: Enable Layout/EmptyLinesAroundClassBody cop Wanderson Policarpo <w****o@g****m> over 5 years ago
e3dc085b merge Merge pull request #826 from rails-sqlserver/rubocop-StringLiterals Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
747019ad Rubocop: Enable Style/StringLiterals cop Wanderson Policarpo <w****o@g****m> over 5 years ago
e11ec71f Release v6.0.0.rc1 Wanderson Policarpo <w****o@g****m> over 5 years ago
459c2be7 merge Merge pull request #825 from rails-sqlserver/adjust-dead-connection-error-mes... Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7dabfb17 Adjust error message when connection is dead Wanderson Policarpo <w****o@g****m> over 5 years ago
60e2f0c6 Update CHANGELOG Wanderson Policarpo <w****o@g****m> over 5 years ago
8406db2d merge Merge pull request #818 from aidanharan/tsql-db-send-failed Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
abba3c8b merge Merge pull request #824 from rails-sqlserver/tidy-up-gemfile Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
3a4231bf Add .editorconfig Wanderson Policarpo <w****o@g****m> over 5 years ago
e90bfd50 Tidy up Gemfile Wanderson Policarpo <w****o@g****m> over 5 years ago
faa480b4 Update CHANGELOG Wanderson Policarpo <w****o@g****m> over 5 years ago

← Back to repository