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
57e14280 merge Merge pull request #985 from yellowspot/support-string-returning-insert-all Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
1965050c merge Merge pull request #984 from yellowspot/better-handle-sql-queries Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
396aef94 merge Merge pull request #975 from yellowspot/coerce-match-sql-query Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
946dc6b2 merge Merge pull request #983 from yellowspot/optimize-remove-columns Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
fd6c2d72 merge Merge pull request #981 from yellowspot/support-encrypted-attributes Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
420def70 merge Merge pull request #980 from yellowspot/add-marshal-fixture Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
f5fc1c45 merge Merge pull request #979 from yellowspot/fix-coearcion-typo-on-unique-index-test Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
6a7fae50 merge Merge pull request #976 from yellowspot/remove-deprecated-support-to-reorder-... Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
0f49d253 merge Merge pull request #973 from yellowspot/coearce-upsert-tests Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
1e6790ae merge Merge pull request #972 from yellowspot/support-query-logs Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
aa72c349 change remove after rails text Matias Grunberg <m****s@y****v> almost 4 years ago
8a7aa8e6 datetime without precision now has default of 6 Matias Grunberg <m****s@y****v> almost 4 years ago
5e0ff4ac coerce migration test that was using blob column type Matias Grunberg <m****s@y****v> almost 4 years ago
965a722e update preloader monkey patch Matias Grunberg <m****s@y****v> almost 4 years ago
7e76a8e0 Support string returning clause for AR#insert_all Matias Grunberg <m****s@y****v> almost 4 years ago
cc25a9ab better handle sql queries with invalid encoding Matias Grunberg <m****s@y****v> almost 4 years ago
0cfde542 changelog Matias Grunberg <m****s@y****v> almost 4 years ago
8c77bbbd adapt remove_columns_for_alter to SQL Server syntax Matias Grunberg <m****s@y****v> almost 4 years ago
9934cebc change changelog again Matias Grunberg <m****s@y****v> almost 4 years ago
b02e9380 add reove after comment Matias Grunberg <m****s@y****v> almost 4 years ago
be3136af change changelog Matias Grunberg <m****s@y****v> almost 4 years ago
bd046bd2 do not encrypt in values Matias Grunberg <m****s@y****v> almost 4 years ago
603ee3bc reimplement test using sql server limits Matias Grunberg <m****s@y****v> almost 4 years ago
778d3840 remove 6-0 marshal fixtures Matias Grunberg <m****s@y****v> almost 4 years ago
195c5c4c add 6-1 marshal fixture Matias Grunberg <m****s@y****v> almost 4 years ago
12d69cf4 fix original method call. Escape name Matias Grunberg <m****s@y****v> almost 4 years ago
847cb4dd coerce some test Matias Grunberg <m****s@y****v> almost 4 years ago
0fc3c407 merge Merge pull request #978 from yellowspot/coerce-unique-index-tests Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
d2d069f4 merge Merge pull request #974 from yellowspot/fix-coerced-test Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
a3fc9746 merge Merge pull request #977 from yellowspot/add-missing-release-version-to-migration Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
16d6d2e1 escape regexp name Matias Grunberg <m****s@y****v> almost 4 years ago
bd099f63 coerce test to deal with unique index Matias Grunberg <m****s@y****v> almost 4 years ago
e0b06346 add missing release version to migration Matias Grunberg <m****s@y****v> almost 4 years ago
d6a5a8be change coerced test Matias Grunberg <m****s@y****v> almost 4 years ago
0692d53f coerce test to match sql server table quoting Matias Grunberg <m****s@y****v> almost 4 years ago
71fd2290 typo on coerced test original call Matias Grunberg <m****s@y****v> almost 4 years ago
4b12a97d coerce tests that use upsert. sql server does not support it yet Matias Grunberg <m****s@y****v> almost 4 years ago
fcfb2a3f update changelog Matias Grunberg <m****s@y****v> almost 4 years ago
fa939cda merge Merge pull request #971 from yellowspot/remove-unnecesary-coerced-test Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
623e3fe1 transform queries to add comments Matias Grunberg <m****s@y****v> almost 4 years ago
422cb68c remove unnecesary coercion Matias Grunberg <m****s@y****v> almost 4 years ago
eac1dbbb merge Merge pull request #969 from yellowspot/remove-time-format-deprecation-warning Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
ecf5613c remove Time#to_s(:_sqlserver_time) is deprecated Matias Grunberg <m****s@y****v> almost 4 years ago
2aea340f merge Merge pull request #967 from yellowspot/fix-rake-drop-test Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
f1e3c56b merge Merge pull request #966 from yellowspot/async-query-support Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
3618f32c merge Merge pull request #965 from aidanharan/coerce-foreign-key-test Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
4c1fc00c merge Merge pull request #964 from aidanharan/cleanup-unfound-coerced-tests Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
6af339df merge Merge pull request #963 from aidanharan/quoted_time_fix Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
e5596232 remove sql and bindings params from NoDatabaseError initialization Matias Grunberg <m****s@y****v> almost 4 years ago
b4f0ab2e log async queries Matias Grunberg <m****s@y****v> almost 4 years ago
2bdccc65 add async keyword to exec_query Matias Grunberg <m****s@y****v> almost 4 years ago
10cc67fb Coerce foreign key test for SQL Server error message Aidan Haran <a****n@y****m> almost 4 years ago
a659f19d Cleanup unfound coerced tests Aidan Haran <a****n@y****m> almost 4 years ago
8ec8f6ad Added support for quoted_time Aidan Haran <a****n@y****m> almost 4 years ago
97b32628 merge Merge pull request #961 from yellowspot/rails-7 Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
ad80b7ca Revert "bump ruby to latest patch" Matias Grunberg <m****s@y****v> almost 4 years ago
49500869 bump ruby to latest patch Matias Grunberg <m****s@y****v> almost 4 years ago
d2af67b4 update readme Matias Grunberg <m****s@y****v> almost 4 years ago
bdafb028 Remove deprecation warning Matias Grunberg <m****s@y****v> almost 4 years ago
b266eea3 add benchmark-ips gem. Require by encryption testcase Matias Grunberg <m****s@y****v> almost 4 years ago
a82706dd inline type_cast and quote methods Matias Grunberg <m****s@y****v> almost 4 years ago
6863f823 Remove deprecation warning Matias Grunberg <m****s@y****v> almost 4 years ago
65b29cc9 Start Rails 7.0 support Matias Grunberg <m****s@y****v> almost 4 years ago
712e549e Fix appname in example config (#954) Josua Schmid <j****d@f****t>
Committed by: GitHub <n****y@g****m>
about 4 years ago
80e78d85 Added utility method to get level of qualification of table name (#952)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
dfe9363e New Rails application instructions (#945)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
257312e3 Refactored method to get the table name from raw SQL (#951)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
3a62f125 Prepare v6.1.2.1 Wanderson Policarpo <w****o@g****m> about 4 years ago
434514a4 Fix appname resolution when outside Rails context (#943) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
89f90b69 Prepare v6.1.2.0 Wanderson Policarpo <w****o@g****m> about 4 years ago
ef4c1d32 Fix application name sent to TinyTDS (#941)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
b7e52f72 Primary key violation should result in RecordNotUnique error (#940)
Co-authored-by: Aidan Haran <a****n@f****m>
Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
4af32b04 Update README Wanderson Policarpo <w****o@g****m> over 4 years ago
6276e1b0 Release v6.1.1.0 Wanderson Policarpo <w****o@g****m> over 4 years ago
c9a6a875 Fix date columns serialization for range values (#938) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
dec6836f Fix deteministic fetch when table has a composite primary key (#936) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
e4d91fc5 Fix schema cache generation (#935) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
f35f47ed Include Calculations module instead of prepending (#928) Eric Hutzelman <e****n@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ace9588d No longer required for Rails 6.1+ (#930)
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
e294a94c Apply monkey patches for SQL Server connections only (#933) Matt Brictson <m****n@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
524b2c02 Coerce and reimplement test (#931)
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
3c89b8e5 Update README Wanderson Policarpo <w****o@g****m> over 4 years ago
3d2f5dee Release v6.1.0.0 Wanderson Policarpo <w****o@g****m> over 4 years ago
ab2b3075 Release v6.1.0.0.rc1 (#925) Wanderson Policarpo <w****o@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6fd1dcac Coerce migrator tests when DB has no schema migration table on Windows CI (#924)
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
84b35be9 Skip tests on Windows because they fail on AppVeyor CI due to file permission...
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
778dc42b Original Rails test fails on Windows CI because the dump file was not being b...
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
1cc444b5 Rails 6.1: change schema dumper condition to only dump explicit default for n... Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
36cf7ce6 Load schema and call original test to prevent randomly failing test (#919)
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
dac40d73 Rails 6.1: Raise `ActiveRecord::ConnectionNotEstablished` on calls to execute...
Co-authored-by: Aidan Haran <a****n@f****m>
Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fef6c988 Refactored to use new_client connection pattern (#917)
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
6855ef8d change default column value before marshal Time. Only do this for ruby (#916) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
05806941 Load schema before running Rails test (#912)
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
b1a119c4 Legacy binds are not supported (#914)
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
8a061a15 Coerce test to handle default case-insensitive collation (#915)
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
0e0da503 Coerce some calculation tests (#910)
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
df110e8c Fixed the namespace of the BasePreventWritesLegacyTest class (#911)
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
c4ae5f12 Rails test was renamed and so the coerced test should have been renamed inste...
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
5514dc0a coerse test to change binding syntax to @N (#908) Matias Grunberg <m****s@y****v>
Committed by: GitHub <n****y@g****m>
over 4 years ago
854ad39e Added comments (#906)
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

← Back to repository