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
f5a9e8aa Remove Pry stuff. Ken Collins <k****n@m****t> about 10 years ago
120c6e8b merge Merge pull request #414 from faisalmansoor/feature/case-compairion-performanc... Ken Collins <k****n@m****t> about 10 years ago
a3855bca Allow config to use `tds_version`. Ken Collins <k****n@m****t> about 10 years ago
628738b0 Fix bundle install. Ken Collins <k****n@m****t> about 10 years ago
e46e4952 customize case comparision methods to improvie performace Faisal Mansoor <f****r@p****m> about 10 years ago
6791ca58 Better running unit test docs. Ken Collins <k****n@m****t> over 10 years ago
ab8bdd40 [ci skip] Update docs for better Rails versioning. Ken Collins <k****n@m****t> over 10 years ago
831e74f8 [Appveyor] Remove Ruby 1.9. Ken Collins <k****n@m****t> over 10 years ago
ffb5a213 [Appveyor] Run multiple rubies. Ken Collins <k****n@m****t> over 10 years ago
afc14faf [Appveyor] Coerce final test. Ken Collins <k****n@m****t> over 10 years ago
c3678298 [Appveyor] Fix host windows check. Ken Collins <k****n@m****t> over 10 years ago
cfcefde7 [Appveyor] public Ken Collins <k****n@m****t> over 10 years ago
e446f1a0 [Appveyor] Final coerce tests for Windows. Ken Collins <k****n@m****t> over 10 years ago
2f900253 [Appveyor] Ignore structure dumps till http://git.io/v3tBk Ken Collins <k****n@m****t> over 10 years ago
17a96813 [Appveyor] Remove TZ hacks. Will ignore tests. Ken Collins <k****n@m****t> over 10 years ago
c70deb2d [Appveyor] Set TZ via tzutil. Ken Collins <k****n@m****t> over 10 years ago
48a4f3fe [Appveyor] Add tzinfo before data. Ken Collins <k****n@m****t> over 10 years ago
7f0ec4c6 [Appveyor] Set TZ. Ken Collins <k****n@m****t> over 10 years ago
11231527 [Appveyor] Add README badge for master branch. Ken Collins <k****n@m****t> over 10 years ago
da6a4275 [Appveyor] Use tzinfo-data gem. Ken Collins <k****n@m****t> over 10 years ago
2f09d668 Notes on creating test DBs and user. Ken Collins <k****n@m****t> over 10 years ago
7785e88e [Appyveor] Avoid Ruby 2.2 till Nokogiri is installable. Ken Collins <k****n@m****t> over 10 years ago
372d9cd4 [Appveyor] Try to force nokogiri load. Ken Collins <k****n@m****t> over 10 years ago
d78de3fa [Appveyor] Better SP to add sysadmin role. Ken Collins <k****n@m****t> over 10 years ago
77712a7c [Appveyor] Assign all DB roles at one time. Ken Collins <k****n@m****t> over 10 years ago
095abf79 [Appveyor] Create DB user before giving roles. Ken Collins <k****n@m****t> over 10 years ago
e7831299 Use 0.7.0 TinyTDS gem. Ken Collins <k****n@m****t> over 10 years ago
f505023d Appveyor Ken Collins <k****n@m****t> over 10 years ago
0391dbcf CODE OF CONDUCT Ken Collins <k****n@m****t> over 10 years ago
b917f4bc Master is now 4.2.5. Ken Collins <k****n@m****t> over 10 years ago
07c835ab Fix DB rollback when reversable add_column has several options. #359. Ken Collins <k****n@m****t> over 10 years ago
bfcc993a Prepare for v4.2.1 Ken Collins <k****n@m****t> over 10 years ago
5ac1fbae Master is for 4.2.1.rc2 Ken Collins <k****n@m****t> almost 11 years ago
2224ad50 Fix schema limit reflection for char/varchar. Fixes #394. Ken Collins <k****n@m****t> almost 11 years ago
791ae183 Compatible with Rails 4.2.1. Ken Collins <k****n@m****t> almost 11 years ago
6fd5ff22 Make sure Guard is part of the bundle. Ken Collins <k****n@m****t> almost 11 years ago
eee322a2 Make rollback transaction transcount aware for implicit error rollbacks. Fixe... Ken Collins <k****n@m****t> almost 11 years ago
8c492a05 Fix SET defaults when using Azure. Ken Collins <k****n@m****t> almost 11 years ago
0384b92f Master is now v4.2.3 unreleased. Ken Collins <k****n@m****t> almost 11 years ago
bfa8cab9 Add a troubleshooting section. Fixes #342. Ken Collins <k****n@m****t> almost 11 years ago
17a8b163 Prepare for v4.2.2 Ken Collins <k****n@m****t> almost 11 years ago
7acfc14f Provide class config for `use_output_inserted` (default true) for insert SQL.... Ken Collins <k****n@m****t> almost 11 years ago
d5afc58b Note fix number. Ken Collins <k****n@m****t> almost 11 years ago
348361d9 DatabaseTasks support for all tasks! Uses FreeTDS `defncopy` for structure dump. Ken Collins <k****n@m****t> almost 11 years ago
98fed04b Prepare for v4.2.1. Ken Collins <k****n@m****t> almost 11 years ago
10531e02 Use `send :include` for modules for 1.9 compatibility. Fixes #383. Ken Collins <k****n@m****t> almost 11 years ago
775b3c36 Proper table/column escaping in the `change_column_null` method. Fixes #355. Ken Collins <k****n@m****t> almost 11 years ago
169d79f6 Guard against empty view definitions when `sb_helptext` fails silently. Fixes... Ken Collins <k****n@m****t> almost 11 years ago
dbb559f3 Remove deadlock retry artifacts. Ken Collins <k****n@m****t> almost 11 years ago
f711dd01 Notes on running focused tests. Ken Collins <k****n@m****t> almost 11 years ago
a3f38696 Remove pre-release note in README. Ken Collins <k****n@m****t> almost 11 years ago
38ef8628 Prepare for 4.2.0 release. Ken Collins <k****n@m****t> almost 11 years ago
fae0b601 Turn off bulk alter. Ken Collins <k****n@m****t> almost 11 years ago
c97af4bc Fixes #377. Ken Collins <k****n@m****t> almost 11 years ago
5550f6f8 We are deterministic if you are explicit about your tie breakers. Ken Collins <k****n@m****t> almost 11 years ago
51aab54d Foreign Key Support Fixes #375. Ken Collins <k****n@m****t> almost 11 years ago
e178bcba Note pre release. Ken Collins <k****n@m****t> almost 11 years ago
8abb18a4 Distinct One As One Is So Not Fetch. Fixes #374. Ken Collins <k****n@m****t> almost 11 years ago
5a249a28 Prepare for 4.2.0.pre Ken Collins <k****n@m****t> almost 11 years ago
5a1a1d5d Bundle gem tasks. Ken Collins <k****n@m****t> almost 11 years ago
815775d5 Update README. Ken Collins <k****n@m****t> almost 11 years ago
275c775a Different Gitter Badge. Ken Collins <k****n@m****t> almost 11 years ago
d99e18c3 Let's here it for our view support :) Ken Collins <k****n@m****t> almost 11 years ago
ce3ba8f7 Blew away my DB. Fixed a few broken tests due to refactor/renames. Ken Collins <k****n@m****t> almost 11 years ago
d8f4426b Documentation changes for running tests. Ken Collins <k****n@m****t> almost 11 years ago
90c72985 Turn on bulk `supports_bulk_alter?`. Ken Collins <k****n@m****t> almost 11 years ago
e3141a9a Implement our own binary timestamp type again. Remove `substitute_at` hack. Ken Collins <k****n@m****t> almost 11 years ago
8eff660a Coerce test. Ken Collins <k****n@m****t> almost 11 years ago
ccca64fa Remove old relation hack for ignorning derived row number table. Ken Collins <k****n@m****t> almost 11 years ago
b65e45ea Use ActiveRecord's `attributes_for_update` hook to avoid identity inserts. Ken Collins <k****n@m****t> almost 11 years ago
77f6e859 Prepare for pre release. Ken Collins <k****n@m****t> almost 11 years ago
988ae88b MigrationTest#test_add_table_with_decimals_coerced Ken Collins <k****n@m****t> almost 11 years ago
b305c2d9 Coerce a test. Ken Collins <k****n@m****t> almost 11 years ago
1ebfceb3 Fixing a few more tests. Ken Collins <k****n@m****t> almost 11 years ago
62bfe25a Support create table with query from relation or select statement. Ken Collins <k****n@m****t> almost 11 years ago
da0156ff Move test in alpha order. Ken Collins <k****n@m****t> almost 11 years ago
cc914ecb Few more coerced tests. Ken Collins <k****n@m****t> almost 11 years ago
ce570d6a Better bind types & params for `sp_executesql`. Fixes #239. Ken Collins <k****n@m****t> almost 11 years ago
8aff88b8 Docs. Ken Collins <k****n@m****t> almost 11 years ago
c07f9376 Another test coerced. Ken Collins <k****n@m****t> almost 11 years ago
c5a859fc Pass a few more tests. Ken Collins <k****n@m****t> almost 11 years ago
7d0a082e More passing tests. Ken Collins <k****n@m****t> almost 11 years ago
d885a9ea Use ActiveRecord tranasaction interface vs our own `run_with_isolation_level`. Ken Collins <k****n@m****t> almost 11 years ago
75f7ef0e Different format for WITH(table optoins). Ken Collins <k****n@m****t> almost 11 years ago
a347f556 Remove all auto recoonect & SQL retry logic. Ken Collins <k****n@m****t> almost 11 years ago
fa593d26 Small refactor when making fetch happen. May extend further. Ken Collins <k****n@m****t> almost 11 years ago
0e634173 Unhack our bind executor forcing #to_i and casting. Ken Collins <k****n@m****t> almost 11 years ago
0449636e Allow FETCH with 0 ROWS. Ken Collins <k****n@m****t> almost 11 years ago
1a1771a6 More coercions. Ken Collins <k****n@m****t> almost 11 years ago
26829d5c More coerced tests. Ken Collins <k****n@m****t> almost 11 years ago
262cc60c Aliased `ActiveRecord::Type::SQLServer` to `ActiveRecord::ConnectionAdapters:... Ken Collins <k****n@m****t> almost 11 years ago
ba63c413 Coerce tests. Ken Collins <k****n@m****t> almost 11 years ago
8bfd1522 TEST ORDER IS NOW FIXED. Ken Collins <k****n@m****t> almost 11 years ago
f264abd5 Do not ues Regexp for ID insert guards. For example: Ken Collins <k****n@m****t> almost 11 years ago
1c35043c Simple scratchpad test for debugging. Ken Collins <k****n@m****t> almost 11 years ago
111b8be7 Do not run coerceable tests during SS only. No fixtures munging! Ken Collins <k****n@m****t> almost 11 years ago
4b0de748 Update coerced_tests format a bit. Ken Collins <k****n@m****t> almost 11 years ago
b2b5c455 Allow the SQLServerColumn objects to store the real table name. Ken Collins <k****n@m****t> almost 11 years ago
d2a3b4f7 Use quoted PK in `sql_for_insert` with OUTPUT INSERTED. Ken Collins <k****n@m****t> almost 11 years ago
1e1c0a8d Use super class `empty_insert_statement_value` which is same. Ken Collins <k****n@m****t> almost 11 years ago

← Back to repository