File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ on a local branch of our remote tracking branch.
5353 Undefined coerced test: ChangeTableMigrationsTest#test_string_creates_string_column
5454 Undefined coerced test: NamedScopeTest#test_named_scopes_honor_current_scopes_from_when_defined
5555 Undefined coerced test: QueryCacheTest#test_cache_does_not_wrap_string_results_in_arrays
56-
56+ * Move all sqlserver_adapter/core_ext files to sqlserver/core_ext.
57+ * Make sure the repair special columns was good to go.
58+ * Possibly remove 2000 support and query methods.
59+
5760
5861
5962= Arel Todo
@@ -134,13 +137,4 @@ on a local branch of our remote tracking branch.
134137 end
135138
136139
137- = Adapter Todo
138-
139- * Move all sqlserver_adapter/core_ext files to sqlserver/core_ext.
140- * Make sure the repair special columns was good to go.
141- * Possibly remove 2000 support and query methods.
142-
143-
144-
145-
146140
Original file line number Diff line number Diff line change 1919require 'models/topic'
2020require 'active_record/version'
2121
22+ # SQLSERVER_TEST_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
23+ # SQLSERVER_ASSETS_ROOT = SQLSERVER_TEST_ROOT + "/assets"
24+ # SQLSERVER_FIXTURES_ROOT = SQLSERVER_TEST_ROOT + "/fixtures"
25+ # SQLSERVER_MIGRATIONS_ROOT = SQLSERVER_TEST_ROOT + "/migrations"
26+ # SQLSERVER_SCHEMA_ROOT = SQLSERVER_TEST_ROOT + "/schema"
27+ # ACTIVERECORD_TEST_ROOT = File.expand_path(File.join(ENV['RAILS_SOURCE'],'activerecord','test'))
28+
2229ActiveRecord ::Migration . verbose = false
2330
2431# Defining our classes in one place as well as soem core tests that need coercing date/time types.
You can’t perform that action at this time.
0 commit comments