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
58c72ea5 Fixed directory name Aidan Haran <a****n@y****m> almost 2 years ago
f34bfc05 Wait longer to make sure database is up Aidan Haran <a****n@y****m> almost 2 years ago
9ef53874 Use data volume container Aidan Haran <a****n@y****m> almost 2 years ago
65239727 Release v7.1.2 Aidan Haran <a****n@y****m> almost 2 years ago
b715fc9c Allow connections from local to SQL Server container Aidan Haran <a****n@y****m> almost 2 years ago
9f518512 FROM subquery should work if order provided (#1151) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c5710d9b Added Dev Container CLI to run the tests (#1149) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c75651b8 Fix Preloader to not generate a query for already loaded association with que... Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
48c89b19 Release v7.1.1 Aidan Haran <a****n@y****m> almost 2 years ago
1bf0e4c3 Fix precision handling in time migration (#1144) Kiyotaka Sasaya <k****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
31c5fb98 Fix precision handling for datetimeoffset migration (#1143) Kiyotaka Sasaya <k****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
7e07687e Ensure correct order of COLLATE and NOT NULL in CREATE TABLE statements (#1145) Kiyotaka Sasaya <k****a@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c7d2eab3 Update README.md Aidan Haran <a****n@y****m> almost 2 years ago
34a5df5c Release v7.1.0 Aidan Haran <a****n@y****m> almost 2 years ago
f3993f33 Added support for check constraints (#1141) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3a907105 Release v7.1.0.rc2 (#1139) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
fd9bd514 Update CHANGELOG.md Aidan Haran <a****n@y****m> about 2 years ago
9387b5b0 Cache quoted names (#1138) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
86a9c0e2 Prevent marking broken connections as verified (#1136) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
87fd749f Reintroduce visit_Arel_Nodes_HomogeneousIn monkey-patch (#1137) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
9dc8d7aa Release v7.1.0.rc1 (#1135) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
fa7e95d5 Reset database connections after tests Aidan Haran <a****n@y****m> about 2 years ago
788290bd Refactor and cleanup code (#1134) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
90b73f9e Fix warning message Aidan Haran <a****n@y****m> about 2 years ago
1712b830 Remove old code Aidan Haran <a****n@y****m> about 2 years ago
64f06122 Remove old commented out test (#1130) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
9b86c74e Updated adapter versions Aidan Haran <a****n@y****m> about 2 years ago
1ed00c3a Update RUNNING_UNIT_TESTS.md Aidan Haran <a****n@y****m> about 2 years ago
b87b8ce8 Fix matching view's real column name (#1133) Aidan Haran <a****n@y****m> about 2 years ago
d1122070 Reset connections after READ COMMITTED isolation test (#1132) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f163e444 Do not coerce the SerializedAttributeTest tests (#1128) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
24dd5577 Fix typo Aidan Haran <a****n@y****m> about 2 years ago
2bb87e35 Remove tests that no longer need to be coerced (#1127) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
b38a6ccd Release v7.1.0.beta1 Aidan Haran <a****n@y****m> about 2 years ago
bd59ee43 Fix view issue with default column value not found (#1126) Aidan Haran <a****n@y****m> about 2 years ago
e1e4bf8a Remove Ruby 2.7.8 from CI (#1125) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
58cd0688 Coerce tests that are not testing SQL Server but using SQLite to test non-spe... Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a923a68c Fix redefined method warnings (#1123) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a6b37349 Cleanup SQLite databases created by test suite Aidan Haran <a****n@y****m> about 2 years ago
a9a07774 Removed legacy connection handling (#1121) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
46d304ad Initialise the schema cache when checking the database version (#1120) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7d35c576 Need to set explicitly set JSON attribute as such for testing(#1118) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d9c3c44d Loaded replies before marshalling dump (#1116) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
6bf4ca72 Implement message-pack methods on Data class (#1115) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
13efaae8 Fix issue with default view value not being found because of case sensitivity... Aidan Haran <a****n@y****m> about 2 years ago
8c4c4bcb Update to Rails 7.1.1. Aidan Haran <a****n@y****m> about 2 years ago
cf3a15f9 Allow AbstractAdapter to detect sqlserver connection (#1111)
Co-authored-by: Alexandre Overtus <3****s@u****m>
Alexandre Overtus <a****r@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d1a3b1dd Added method to build change column definition (#1110) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
137788e3 Temporarily coerce all SerializedAttributeTest tests (#1109) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d1955987 Fix materialized transaction queries (#1108) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
b88b1403 Table name truncated when renaming table Aidan Haran <a****n@y****m> about 2 years ago
18c01f75 Savepoint queries should be internally executed so that they don't clear the ... Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ca76dc02 Correctly set SQL if no returning columns Aidan Haran <a****n@y****m> about 2 years ago
8cd903b9 Fix "ambiguous first argument" warning Aidan Haran <a****n@y****m> about 2 years ago
459817ff Fix insert SQL with returning columns (#1106) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d82e4032 Updated for Rails v7.1.0 Aidan Haran <a****n@y****m> about 2 years ago
cfdfa118 Use IN sql instead of OR sql for query constraints (#1105) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a596a6ee Fix/coerce compatibility tests (#1104) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
c09a82b9 Coerce test Aidan Haran <a****n@y****m> about 2 years ago
201e8b43 Coerce test Aidan Haran <a****n@y****m> about 2 years ago
119c77e7 Test no longer needs to be coerced Aidan Haran <a****n@y****m> about 2 years ago
c2ade4e4 Test no longer needs to be coerced Aidan Haran <a****n@y****m> about 2 years ago
603eb157 Coerce test Aidan Haran <a****n@y****m> about 2 years ago
221363d5 Added method to build change column default definition (#1103) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
940059d1 Enable identity insert on same connection (#1101) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
36356762 Created dumps for marshal tests (#1100) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7f662e7d Updated for Rails v7.1.0.rc2 (#1102) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
32632b9f Support common table expressions Aidan Haran <a****n@y****m> about 2 years ago
867dbc45 Commented out test Aidan Haran <a****n@y****m> about 2 years ago
ed474fb7 Unique is expected to be a boolean (#1098) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
37772487 Removed coerced test that no longer exists Aidan Haran <a****n@y****m> about 2 years ago
03c7c3a5 Update coerced test Aidan Haran <a****n@y****m> about 2 years ago
e49e656d Fix coerced test Aidan Haran <a****n@y****m> about 2 years ago
fa7d6cf7 Fix foreign key tests (#1097) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
c2bce850 Update README.md Aidan Haran <a****n@y****m> about 2 years ago
c571dc5f Remove dependency on upsert in test Aidan Haran <a****n@y****m> about 2 years ago
2ccb0378 Coerced test Aidan Haran <a****n@y****m> about 2 years ago
711339e7 Queries to find indexes are schema queries (#1096) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
38061fd7 Include the is_identity key in the tests (#1095) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
19234ab0 Coerce tests that rely on upsert (#1094) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d7d473ed Run CI against Rails release instead of main branch Aidan Haran <a****n@y****m> about 2 years ago
702d2125 Update coerced_tests.rb Aidan Haran <a****n@y****m> about 2 years ago
c3fab524 Coerce tests that require FETCH NEXT sql (#1092) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
46bf6766 Escape regexs (#1093) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bbc2708b Test no longer needs to be coerced Aidan Haran <a****n@y****m> about 2 years ago
1d278fff Fixes for use clause (#1091) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
8c81e836 Coerce test Aidan Haran <a****n@y****m> about 2 years ago
f354e984 Fix typo Aidan Haran <a****n@y****m> about 2 years ago
b0dbf8fd Update calculate monkey-patch (#1090) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
8d9b02a0 Cleanup for 7.1 branch Aidan Haran <a****n@y****m> about 2 years ago
c2ac6d56 When changing columns set date-time columns to datetime(6) by default (#1089) Aidan Haran <a****n@y****m>
Committed by: Aidan Haran <a****n@f****m>
about 2 years ago
831712a6 Fix creation of stored procedures that contain insert statements (#1088) Aidan Haran <a****n@y****m>
Committed by: Aidan Haran <a****n@f****m>
about 2 years ago
d248f4e5 Update coerced_tests.rb Aidan Haran <a****n@y****m> about 2 years ago
a49ffff9 In SQL Server only the first column added should have the `ADD` keyword (#1086) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
1ece12bb Update coerced_tests.rb Aidan Haran <a****n@y****m> about 2 years ago
32a9c8c3 Removed coerced tests that are no longer in Rails Aidan Haran <a****n@y****m> about 2 years ago
e6173d4b Coerce test Aidan Haran <a****n@y****m> about 2 years ago
7a100c4f Fix query logs tests (#1085) Aidan Haran <a****n@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
38e3cffb Test no longer need to be coerced Aidan Haran <a****n@y****m> about 2 years ago
4e9ad8ad Update coerced_tests.rb Aidan Haran <a****n@y****m> about 2 years ago

← Back to repository