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
8712fdd3 [Rails3] Update gem spec again. Ken Collins <k****n@m****t> over 15 years ago
115c5c75 [Rails3] Updating gemspec and many test helpers that focused on 2000 being in... Ken Collins <k****n@m****t> over 15 years ago
d79c34cf [Rails3] Remove dev notes. Ken Collins <k****n@m****t> over 15 years ago
a5999c32 [Rails3] Passing a few smaller tests. Ken Collins <k****n@m****t> over 15 years ago
0a1debe6 [Rails3] Fix aggregate select with limit/offset. Ken Collins <k****n@m****t> over 15 years ago
38d87f02 [Rails3] Defensive table/column name for temporary ROW_NUMBER table. Ken Collins <k****n@m****t> over 15 years ago
80308791 [Rails3] Handle unique orders and uncorrelated joins. Ken Collins <k****n@m****t> over 15 years ago
67233e39 [Rails3] Account for symbols passed to :select option. Ken Collins <k****n@m****t> over 15 years ago
455ecadd [Rails3] Specific SQL build/change for eager limiting. Ken Collins <k****n@m****t> over 15 years ago
d295b2e1 [Rails3] Fix scoped counts. Ken Collins <k****n@m****t> over 15 years ago
8e566cbe [Rails3] Escape reserved words while removing indexes. Ken Collins <k****n@m****t> over 15 years ago
5aba5ea1 [Rails3] Major fixes to the compiler for eager loading and general joins to w... Ken Collins <k****n@m****t> over 15 years ago
84432b40 [Rails3] Fix #limited_update_conditions in arel compiler. Few more notes. Ken Collins <k****n@m****t> over 15 years ago
6db735de [Rails3] Arel compatibility for current rails/arel. Added gem path so we can ... Ken Collins <k****n@m****t> over 15 years ago
1d5dc148 [Rails3] Safe require for ruby-debug for testing in 1.9.x. Ken Collins <k****n@m****t> over 15 years ago
549af3fd [Rails3] Better Gemfile so we can "bundle install" on all ruby platforms corr... Ken Collins <k****n@m****t> over 15 years ago
a5ef772c [Rails3] Update the RUNNING_UNIT_TESTS notes a bit. I hate docs :/ Ken Collins <k****n@m****t> over 15 years ago
c0abfc5b [Rails3] Add the Arel SQLServerCompiler to the gem spec. Ken Collins <k****n@m****t> over 15 years ago
00c839aa [Rails3] Use new WrappedDatabaseException classes and implement translate_exc... Ken Collins <k****n@m****t> over 15 years ago
0b48b17d [Rails3] Some readme and copy changes. Ken Collins <k****n@m****t> over 15 years ago
d8b9db5e [Rails3] Notes update. Ken Collins <k****n@m****t> over 15 years ago
cc621acc [Rails3] Ignore Gemfile.lock. Setup Gemfile to use latest Bundler and rails s... Ken Collins <k****n@m****t> over 15 years ago
a5c8d45f [Rails3] Add Arel SQLServerCompiler to our project. Easier for now. Ken Collins <k****n@m****t> over 15 years ago
7d493812 [Rails3] Update docs on current rails 3 branch. Ken Collins <k****n@m****t> over 15 years ago
df8b6ef5 [Rails3] Fix rebase artificat. Ken Collins <k****n@m****t> over 15 years ago
b32a5553 [Rails3] More notes on current relation debugging. Ken Collins <k****n@m****t> over 15 years ago
a06b28b8 [Rails3] Adding ruby-debug for development. Notes on next steps for relation ... Ken Collins <k****n@m****t> over 15 years ago
9d314d77 Changing trunk around to run tests similar to what rails3 branch has. Ken Collins <k****n@m****t> over 15 years ago
e1c79ea3 Adding ignore for built gems and bundler. Ken Collins <k****n@m****t> over 15 years ago
84de6e00 [Rails3] Move all core extensions to active_record/connection_adapters/sqlser... Ken Collins <k****n@m****t> over 15 years ago
c8b12c45 [Rails3] Account for new adapters directories in AR test dirs, ignore them. Ken Collins <k****n@m****t> over 15 years ago
629a0077 [Rails3] More tests passing. Ken Collins <k****n@m****t> over 15 years ago
acd697bd [Rails3] No longer ask the engine/adapter to perform crazy string manipulatio... Ken Collins <k****n@m****t> over 15 years ago
c8286942 [Rails3] Fix all limit/offset local tests. Remove named scope coerced test. Ken Collins <k****n@m****t> over 15 years ago
151bf031 [Rails3] Working on limit offset tests. Ken Collins <k****n@m****t> over 15 years ago
1cc2ed54 [Rails3] A good template for adding limit and offset. Ken Collins <k****n@m****t> over 15 years ago
b904b1bc [Rails3] Begin new taken/skipped process Ken Collins <k****n@m****t> over 15 years ago
98936ab7 [Rails3] Updating notes on specs/tests. Removing tons of stuff to do with lim... Ken Collins <k****n@m****t> over 15 years ago
2b613fec [Rails3] Move supporting limit/offset SQL manipulation to notes and defer a f... Ken Collins <k****n@m****t> over 15 years ago
6c9aa73f [Rails3] Note SQL Server specific cases. Experiment with changing limit/offset. Ken Collins <k****n@m****t> over 15 years ago
33028184 [Rails3] Remove autotest from gemspec. Ken Collins <k****n@m****t> over 15 years ago
b66034ac [Rails3] Reorganizing helper around so that we are file joining for windows t... Ken Collins <k****n@m****t> over 15 years ago
70ba8da1 [Rails3] Dont know why this whole file wants to diff itself, oh well. Ken Collins <k****n@m****t> over 15 years ago
4c1aad3b [Rails3] Remove autotest. Ken Collins <k****n@m****t> over 15 years ago
741f4521 [Rails3] Able to run individual tests in TextMate. Ken Collins <k****n@m****t> over 15 years ago
008f9bb4 [Rails3] Better notes for contributors. Ken Collins <k****n@m****t> over 15 years ago
fa54e352 [Rails3] Adding a Gemfile. Using bundler for local development. Ken Collins <k****n@m****t> over 15 years ago
3546db71 [Rails3] Last reorganization/cleanup. Rake task database statements. Ken Collins <k****n@m****t> over 15 years ago
fa613e7f [Rails3] Abstract adapter organization. Ken Collins <k****n@m****t> over 15 years ago
086fcde3 [Rails3] Remove special column (text,ntext,binary) equality/order hacks on al... Ken Collins <k****n@m****t> over 15 years ago
aa10c8fc [Rails3] Sync abstract adapter directory structure - SchemaStatements Ken Collins <k****n@m****t> over 15 years ago
5f6ee71c [Rails3] New DatabaseStatement for empty insert statements. Ken Collins <k****n@m****t> over 15 years ago
84a3d225 [Rails3] Start some notes. Ken Collins <k****n@m****t> over 15 years ago
ee200d11 [Rails3] Sync abstract adapter directory structure - DatabaseStatements Ken Collins <k****n@m****t> over 15 years ago
2cae0885 [Rails3] Sync abstract adapter directory structure - Quoting Ken Collins <k****n@m****t> over 15 years ago
2f14a8e2 [Rails3] Sync abstract adapter directory structure - DatabaseLimits Ken Collins <k****n@m****t> over 15 years ago
8b5594bb [Rails3] Adapter responding to #primary_key for table name. Comment out AR ex... Ken Collins <k****n@m****t> over 15 years ago
e269c780 [Rails3] Ignore .gem files. Change version to 3.0.0.beta1. Ken Collins <k****n@m****t> over 15 years ago
1f382743 Properly quote all database names in rake helper methods. Ken Collins <k****n@m****t> over 15 years ago
ea876534 Version 2.3.7. Correctly use :date/:time SQL types in 2008. Endow SQLServerCo... Ken Collins <k****n@m****t> over 15 years ago
76c89f61 Change version number to 2.3.6 Ken Collins <k****n@m****t> over 15 years ago
513100e3 Add docs for rake tasks with link to wiki. Ken Collins <k****n@m****t> over 15 years ago
37af5d77 Allow DNS's to not contain a database and use what is in database.yml Ken Collins <k****n@m****t> over 15 years ago
9402025b Removing a non-existent index does not raise an error. Ken Collins <k****n@m****t> over 15 years ago
ed4ae78f [IronRuby] Fix integrated security. Ken Collins <k****n@m****t> over 15 years ago
88bc9064 Rake task methods that make working with SQL Server with schema.rb easier. Ken Collins <k****n@m****t> over 15 years ago
1b213d89 [IronRuby] Integrated security fix. Ken Collins <k****n@m****t> over 15 years ago
6d693a06 Better IronRuby docs, release 2.3.5. Ken Collins <k****n@m****t> over 15 years ago
38d8a5f1 Initial IronRuby ADONET connection mode support baked right in. Removed most ... Ken Collins <k****n@m****t> over 15 years ago
44dfaeec Force a binary encoding on values coming in and out of those columns for ruby... Ken Collins <k****n@m****t> over 15 years ago
2925af52 Using change_column will leave default if the type does not change or a new d... Ken Collins <k****n@m****t> over 15 years ago
f555a008 Use correct SP name for sp_MSforeachtable so any collation can get to it. Ken Collins <k****n@m****t> over 15 years ago
b9e786b0 Qualify INFORMATION_SCHEMA.COLUMNS with a correct period DB name if present. Ken Collins <k****n@m****t> over 15 years ago
da132939 Allow adapter to return multipe results sets, for example from stored procedu... Ken Collins <k****n@m****t> over 15 years ago
0368093c Change sqlserver_helper so that you can command run one off test files. Dupli... Ken Collins <k****n@m****t> over 15 years ago
0242aeb5 Prep for version 2.3.4 Ken Collins <k****n@m****t> almost 16 years ago
78737094 For tables that named with schema(ex. rails.users), they could not get length... Ken Collins <k****n@m****t> almost 16 years ago
260e93bb Altered limited_update_conditions regex conditions, the .* would greedily fai... Ken Collins <k****n@m****t> almost 16 years ago
c2ab3077 Changing test to allow ENV['ARUNIT_DB_NAME'] as the database name for the tes... Ken Collins <k****n@m****t> almost 16 years ago
55d7a182 Revert #ad83df82 and again cache column information at the connection's insta... Ken Collins <k****n@m****t> almost 16 years ago
99f94d12 Various docs and cleanup for the 2.3.2 release. Ken Collins <k****n@m****t> almost 16 years ago
b26f1127 Insert queries that include the word "insert" as a partial column name with t... Ken Collins <k****n@m****t> almost 16 years ago
e5fcaff7 Delegate all low level #raw_connection calls to #raw_connection_run and #raw_... Ken Collins <k****n@m****t> almost 16 years ago
b9e8e312 Clean up DBI removal and start an abstraction for different low level connect... Ken Collins <k****n@m****t> almost 16 years ago
e81eb759 Leave order by alone when same column crosses two tables. Ken Collins <k****n@m****t> almost 16 years ago
5e9dc662 Removed DBI dependency Erik Bryn <e****n@g****m>
Committed by: Ken Collins <k****n@m****t>
almost 16 years ago
dab34983 Missing gem spec lib/activerecord-sqlserver-activerecord file for namespaced ... Ken Collins <k****n@m****t> almost 16 years ago
3c49e135 Missing gem spec lib/activerecord-sqlserver-activerecord file for namespaced ... Ken Collins <k****n@m****t> almost 16 years ago
10ec8c46 For some reason since the 2.3 release, we need to include the :lib directory ... Ken Collins <k****n@m****t> almost 16 years ago
8d627a9f Passing tests. Better notes on UTF8 bind variable quoting. Support for 2 digi... Ken Collins <k****n@m****t> about 16 years ago
8a413b18 Remove need for echo gem building. Ken Collins <k****n@m****t> about 16 years ago
39d2995f Prepare for 2.3 release. Ken Collins <k****n@m****t> about 16 years ago
f7292dd1 Table and column aliases can handle many. Resolves ticket #19 [stonegao] Ken Collins <k****n@m****t> about 16 years ago
4afee37e Coercing a few more tests. Ken Collins <k****n@m****t> about 16 years ago
4449d6eb Coerce named scope test. Ken Collins <k****n@m****t> about 16 years ago
3f06f334 Fixing a few test warnings. Ken Collins <k****n@m****t> about 16 years ago
ad83df82 Change column/view cache to happen at class level. Allows connection pool to ... Ken Collins <k****n@m****t> about 16 years ago
4d208acc Allow query_requires_identity_insert? method to return quoted table name in s... Ken Collins <k****n@m****t> about 16 years ago
92c2d77b Fixed namespace in calling test_sqlserver_odbc within test_unicode_types. Ken Collins <k****n@m****t> about 16 years ago
1a619a6c Columns with multi-line defaults work correctly. Ken Collins <k****n@m****t> about 16 years ago

← Back to repository