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
15294a89 Update README.md aharpervc <a****r@b****m> almost 13 years ago
ddc11abb bugfix Michel Grootjans <m****s@g****m> almost 13 years ago
166c64ff ignore rubymine-generated files Michel Grootjans <m****s@g****m> almost 13 years ago
cfebf08d clear_table_cache before each rename_column Michel Grootjans <m****b@g****m> almost 13 years ago
c0e4004e Remove test lines in Rakefile. Ken Collins <k****n@m****t> about 13 years ago
b2045d66 Remove connection defaults and TinyTDS warning. Ken Collins <k****n@m****t> about 13 years ago
8d713fbc Use proper "REPEATABLE READ" in DB statements. Ken Collins <k****n@m****t> about 13 years ago
399af027 Pass tds_version to TinyTds::Client.new denispeplin <d****n@g****m> about 13 years ago
74f984a6 Update test docs. Ken Collins <k****n@m****t> about 13 years ago
d6997898 Better description. Ken Collins <k****n@m****t> over 13 years ago
1edea97a Make sure exclude [__rnt] table names form relation reflection. Ken Collins <k****n@m****t> over 13 years ago
051b226b merge Merge pull request #217 from garaio/explain_fix_for_multiline_queries Ken Collins <k****n@m****t> over 13 years ago
b9c67f60 Allow named parameters in stored procedures. Ken Collins <k****n@m****t> over 13 years ago
e8881e3a Master branch is now 3.2.9. Ken Collins <k****n@m****t> over 13 years ago
55edd33e Mimic other adapter's quoting for empty strings to integer columns. Ken Collins <k****n@m****t> over 13 years ago
756f2050 The #remove_default_constraint uses #execute_procedure now. Ken Collins <k****n@m****t> over 13 years ago
2b789571 Simple leftover typo. Ken Collins <k****n@m****t> over 13 years ago
74bc82b3 bug fix: multiline queries do not raise error when explained Christoph Ritler <c****r@g****m> over 13 years ago
03d08a49 Last attempt at GitTip link. Ken Collins <k****n@m****t> over 13 years ago
5d72ea8b Try this again. Ken Collins <k****n@m****t> over 13 years ago
1d2cfcf0 Does this gittip work? Ken Collins <k****n@m****t> over 13 years ago
63a197ba Prepare for 3.2.8 Ken Collins <k****n@m****t> over 13 years ago
afe2e50d merge Merge pull request #214 from garaio/keep_version_file_in_gem Ken Collins <k****n@m****t> over 13 years ago
b66cf07f Version file will be kept in gem, because it is used at runtime Christoph Ritler <c****r@g****m> over 13 years ago
a62e266d Better support for explain without sp_execute args. FIxes #207 Ken Collins <k****n@m****t> over 13 years ago
85c48b5f Find VERSION in base file out of module namespace. Fixes #208 Ken Collins <k****n@m****t> over 13 years ago
f20b7931 Update expected failures, a few ODBC only ones now. Ken Collins <k****n@m****t> over 13 years ago
aa4cd10e Make sure count works too. Ken Collins <k****n@m****t> over 13 years ago
da2131d6 Unique has_many associations with pagination now work. Fixes #209 Ken Collins <k****n@m****t> over 13 years ago
89f1f58d Add m gem for single file/line testing standard. Ken Collins <k****n@m****t> over 13 years ago
5da4075a Fix db_name usage bug in #column_definitions [Altonymous] Ken Collins <k****n@m****t> over 13 years ago
4847ce75 merge Merge pull request #211 from Altonymous/master Ken Collins <k****n@m****t> over 13 years ago
553bf8cf Fix a few test from ActiveRecord 3.2.6 upgrade. Ken Collins <k****n@m****t> over 13 years ago
7b987c83 Fixed invalid sql statement due to using the wrong variable to build the sql ... Chris Altman <c****s@a****m> over 13 years ago
c5a3cc78 Proove that columns with spaces work as expected when you define the ruby-fri... Ken Collins <k****n@m****t> over 13 years ago
ecdcc1c9 Allow the gemspec to find the latest matching major.minor version for activer... Ken Collins <k****n@m****t> over 13 years ago
eb8461f0 Add test for issue #161 Ken Collins <k****n@m****t> over 13 years ago
48171e64 merge Merge pull request #196 from ringe/master Ken Collins <k****n@a****m> over 13 years ago
a37b4d06 add specific tip, since I'm so slow ringe <r****r@r****o> over 13 years ago
3c7cecc7 More explain. Ken Collins <k****n@m****t> over 13 years ago
00506083 Explain explain support to them. Ken Collins <k****n@m****t> over 13 years ago
fd30fb23 Prepare for 3.2.4. Ken Collins <k****n@m****t> over 13 years ago
798f84d2 Fixed schema reflection for identity columns using ODBC. Fixes #193. Ken Collins <k****n@m****t> over 13 years ago
80c291bd Fix pull request #189. Prepare for 3.2.3. Ken Collins <k****n@m****t> over 13 years ago
591a9def Fixed datetime quoting for ActiveSupport::TimeWithZone objects. Fixes #187 an... Ken Collins <k****n@m****t> over 13 years ago
e681d6b5 merge Merge pull request #189 from dball/master Ken Collins <k****n@a****m> over 13 years ago
b3dee66a Fixes issue #187 Donald Ball <d****l@g****m> over 13 years ago
9836f9a1 Remove note about old 0.82 FreeTDS and add images for configuring user. Ken Collins <k****n@m****t> over 13 years ago
38c29dd6 Fixes all known issues with cross database schema reflection. Fixes #185 [Chr... Ken Collins <k****n@m****t> over 13 years ago
f16c5196 merge Merge branch 'Altonymous/master' Ken Collins <k****n@m****t> over 13 years ago
7c5acd7c Master is 3.2.2. Ken Collins <k****n@m****t> over 13 years ago
8c9f89e0 Tons of bug fixes. Ken Collins <k****n@m****t> over 13 years ago
54186e43 Cleaned up noise from auto-reformatting tool Chris Altman <c****s@a****m> over 13 years ago
77761086 Updated join to include VIEWs along with TABLEs for determining the IDENTITY ... Chris Altman <c****s@a****m> over 13 years ago
18f4d024 Skip tests that show ActiveRecord 3.2.3 regressions. Ken Collins <k****n@m****t> over 13 years ago
1a5ce970 Fixed joins as it was incorrectly duplicating the identity column. Chris Altman <c****s@a****m> over 13 years ago
5d2b3840 Removed casting of is_identity since it's already a bool now. Chris Altman <c****s@a****m> over 13 years ago
ea9aa1d2 Last commit was partial. this completes it. Chris Altman <c****s@a****m> over 13 years ago
339072f6 Added ability to get IDENTITY column through a shared connection on cross dat... Chris Altman <c****s@a****m> over 13 years ago
2de5839e Added database qualification to COL_LENGTH & OBJECTID methods to support cros... Chris Altman <c****s@a****m> over 13 years ago
9f06d962 Use 0.5.1 of TinyTDS for dev/testing. Ken Collins <k****n@m****t> almost 14 years ago
4dfb66e5 Add explicit order-by clause for windowed results. Fixes #161. Ken Collins <k****n@m****t> almost 14 years ago
cd19c2fa Add support for 2012. Ken Collins <k****n@m****t> almost 14 years ago
32d8cc8c Make sure tinyint primary key columns work. Closes #157 Ken Collins <k****n@m****t> almost 14 years ago
8bc5d73a Make sure primary keys are used for pagination even when natural and last col... Ken Collins <k****n@m****t> almost 14 years ago
d30b45ac Prepare for 3.2.0 release. Ken Collins <k****n@m****t> almost 14 years ago
cdb25401 Passing 3.2.0.rc2 Ken Collins <k****n@m****t> almost 14 years ago
3a9d21c6 Make sure all tests with Identity Map on. Ken Collins <k****n@m****t> almost 14 years ago
ea2e6303 No need to coerce these tests. Woohoo! Ken Collins <k****n@m****t> almost 14 years ago
7d001318 EXPLAIN it to them! http://youtu.be/ckb3YYZZZ2Q Ken Collins <k****n@m****t> almost 14 years ago
046c181b Remove our log_info_schema_queries config since we are not hooking properly i... Ken Collins <k****n@m****t> almost 14 years ago
179ba2c1 Properly use 'SCHEMA' name arguement in DB statements to comply with ActiveRe... Ken Collins <k****n@m****t> almost 14 years ago
c55d04e5 Update changelog. Ken Collins <k****n@m****t> almost 14 years ago
7a18ff12 Initial 3.2 compatability. All tests green. Ken Collins <k****n@m****t> almost 14 years ago
55aa57ff Better support for orders with an expression. Fixes #155. [Jason Frey, Joe Ra... Ken Collins <k****n@m****t> almost 14 years ago
436a7477 Added failing test for inline functions with parameters. This fails because c... Joe Rafaniello <j****e@g****m>
Committed by: Ken Collins <k****n@m****t>
almost 14 years ago
bebee283 Fix custom order method which created invalid syntax for order by clauses con... Joe Rafaniello <j****e@g****m>
Committed by: Ken Collins <k****n@m****t>
almost 14 years ago
aeca0341 merge Merge pull request #151 from ManageIQ/update_credits Ken Collins <k****n@a****m> almost 14 years ago
d821b799 Update credits Joe Rafaniello <j****e@g****m> almost 14 years ago
aad02409 Misc test changes. Ken Collins <k****n@m****t> about 14 years ago
bbcc4cc0 Releasing version 3.1.4. Ken Collins <k****n@m****t> about 14 years ago
74638c91 Add a strange table name test. Does not fail. Closing #84 Ken Collins <k****n@m****t> about 14 years ago
983c26c2 Make TEST_FILES take a comma list of files. Ken Collins <k****n@m****t> about 14 years ago
9d0786eb Use INFORMATION_SCHEMA.KEY_COLUMN_USAGE for schema reflection speed. Fixes #125. Ken Collins <k****n@m****t> about 14 years ago
c3893c83 Push gem spec back to ~> 3.1.0 Ken Collins <k****n@m****t> about 14 years ago
b07f6385 Refactor dead lock victim retry code. Ken Collins <k****n@m****t> about 14 years ago
070787f5 merge Merge pull request #150 from ManageIQ/retry_deadlock_victim_error Ken Collins <k****n@a****m> about 14 years ago
ac52389e translate_exception is already called in the log block, which accounts Joe Rafaniello <j****e@g****m> about 14 years ago
be4074e4 Renamed #with_auto_reconnect to #with_sqlserver_error_handling now that it ha... Joe Rafaniello <j****e@g****m> about 14 years ago
89741f62 If retry_deadlock_victim flag is false, call the original transaction method,... Joe Rafaniello <j****e@g****m> about 14 years ago
5529234a merge Merge pull request #149 from ManageIQ/dont_hit_db_on_inspect Ken Collins <k****n@a****m> about 14 years ago
f06beaa2 Handle deadlock victim errors in the outermost transaction by skipping the ro... Joe Rafaniello <j****e@g****m> about 14 years ago
bb624aab Copied transaction method from rails 3-1-stable connection_adapters/abstract/... Joe Rafaniello <j****e@g****m> about 14 years ago
7d5443be Handle deadlock victim (1205) exceptions outside of a transactions by retryin... Joe Rafaniello <j****e@g****m> about 14 years ago
3fd6d7b0 Set product_level, product_version, and edition where we get information abou... Joe Rafaniello <j****e@g****m> about 14 years ago
b1c48364 Don't hit the database on inspect and run the selects without retry and log b... Joe Rafaniello <j****e@g****m> about 14 years ago
bebde187 Changelog all of Joe's work. Ken Collins <k****n@m****t> about 14 years ago
b5805341 merge Merge pull request #148 from ManageIQ/env_var_for_test_files Ken Collins <k****n@a****m> about 14 years ago
77c1bb09 merge Merge pull request #147 from ManageIQ/no_retry_on_trans_ops Ken Collins <k****n@a****m> about 14 years ago
30f61765 merge Merge pull request #146 from ManageIQ/activity_stats Ken Collins <k****n@a****m> about 14 years ago

← Back to repository