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
4e7a921f Implement #quote_table_name that first checks if table name is quoted already... Ken Collins <k****n@m****t> about 17 years ago
3d1edaba Removing old gem package taks from Rakefile. Ken Collins <k****n@m****t> about 17 years ago
1bdfb83a More details in versioning and installation in the README. Ken Collins <k****n@m****t> about 17 years ago
680d9d72 Better docs for contributing. Ken Collins <k****n@m****t> about 17 years ago
93801bbf Adding more info about what's new in this version. Ken Collins <k****n@m****t> about 17 years ago
4d7ffe5b Getting a peak at README.rdoc formatting. Ken Collins <k****n@m****t> about 17 years ago
08848100 Better gemspec. Moving to README.rdoc. Trying to add some documentation but n... Ken Collins <k****n@m****t> about 17 years ago
2a70d906 Remove deps for active record and bump test gem version to 1.0.1 Ken Collins <k****n@m****t> about 17 years ago
c5791cf1 Rename project Ken Collins <k****n@m****t> about 17 years ago
c4190b12 Rename project Ken Collins <k****n@m****t> about 17 years ago
e4de1531 Removing unused test/fixture/db_definitions. Getting gemspec in order. Ken Collins <k****n@m****t> about 17 years ago
17bac268 Coercing and fixing tests expected from removal of SQLServerAdapter safety ne... Ken Collins <k****n@m****t> about 17 years ago
33f1db15 Organizing readme and gem desc. Ken Collins <k****n@m****t> about 17 years ago
45319bf9 Require model Topic in helper and then coerce its :date and :time types. Fixe... Ken Collins <k****n@m****t> about 17 years ago
0079536f Remove unused test case. Ken Collins <k****n@m****t> about 17 years ago
6d05e26a Add ActiveRecord extensions to coerce :date/:time types from columns. Endowed... Ken Collins <k****n@m****t> about 17 years ago
0a3231ea Support newer version of DBI/ODBC. Tested with DBI 0.4.0 and DBD::ODBC 0.2.4 ... Ken Collins <k****n@m****t> about 17 years ago
144b89ca Create a private #do_execute method that uses the underlying DBI #do and move... Ken Collins <k****n@m****t> about 17 years ago
a3ebb11a Add a nice simple inspect method, helps SQL Server columns cache from noisy i... Ken Collins <k****n@m****t> about 17 years ago
ed243bf5 Coerce query cache tests since SQL Server returns Fixnum for count. Ken Collins <k****n@m****t> about 17 years ago
b249e164 Adding a limit of zero now works. Ken Collins <k****n@m****t> about 17 years ago
bc3d2f59 Adding limit/offset to association limiting SQL fragments. Details: http://gi... Ken Collins <k****n@m****t> about 17 years ago
06e98aa6 Coerce a few base AdapterTest tests that deal with sanitizing limit offset si... Ken Collins <k****n@m****t> about 17 years ago
30172c99 Make #query_requires_identity_insert? use case insenstive regexp. Fixes one A... Ken Collins <k****n@m****t> about 17 years ago
38009239 The method chained SQL Server version of .add_order! is now smart enough to c... Ken Collins <k****n@m****t> about 17 years ago
d78dd23b Added support for .limited_update_conditions used in .update_all. Changed #ad... Ken Collins <k****n@m****t> about 17 years ago
c91bf90b Add case_sensitive_equality_operator. Ken Collins <k****n@m****t> about 17 years ago
6c76f3b2 Fixing duplicate columns in ORDER BY by method chaining .add_order!. Created ... Ken Collins <k****n@m****t> about 17 years ago
c5baff74 Coerce test_should_sum_expression(CalculationsTest) to pass. Ken Collins <k****n@m****t> about 17 years ago
a9e37b5b Coerce test_read_attributes_before_type_cast_on_datetime(BasicsTest) to pass. Ken Collins <k****n@m****t> about 17 years ago
ed14c8d0 Implement association limiting after a fashion from PostgreSQL using #add_ord... Ken Collins <k****n@m****t> about 17 years ago
3ab17535 Implement #add_lock! in a way that does not monkey patch and works with both ... Ken Collins <k****n@m****t> about 17 years ago
0e0125bb Move ActiveRecord extensions/changes to core_ext module. Ken Collins <k****n@m****t> about 17 years ago
e14b6a1c Datetime in/out change. Do not use DBI's #to_time but instead extend and use ... Ken Collins <k****n@m****t> about 17 years ago
4a04aa83 Remove unused con local var. Ken Collins <k****n@m****t> about 17 years ago
b6f69628 Create a new InheritanceTest#test_eager_load_belongs_to_primary_key_quoting t... Ken Collins <k****n@m****t> about 17 years ago
ba1e9f6d List all tests that failed for calculation.rb Ken Collins <k****n@m****t> about 17 years ago
bca3f442 Add info for required gems for testing. Created section on how to use autotes... Ken Collins <k****n@m****t> about 17 years ago
839257f4 Adding a SqlServerChronic class with :utc timezone to use for future date/tim... Ken Collins <k****n@m****t> about 17 years ago
1c56d8c7 Starting on new time handling. The removal of this code actually made alot of... Ken Collins <k****n@m****t> about 17 years ago
8d4db057 Move connection management methods. Standardize on #raw_connection vs @connec... Ken Collins <k****n@m****t> about 17 years ago
28297e39 Add support for #disable_referential_integrity block. Ken Collins <k****n@m****t> about 17 years ago
fbaf0236 Default behavor for sqlserver 2000 is text type is text. Add class attribute ... Ken Collins <k****n@m****t> about 17 years ago
a6936d8c Greatly simplify #pk_and_sequence_for. Also moving some methods around. Ken Collins <k****n@m****t> about 17 years ago
6b4675b3 Fix test for DDL transactions. (better regex for DDL specific message) Ken Collins <k****n@m****t> about 17 years ago
1072c3af Fix test for DDL transactions. Ken Collins <k****n@m****t> about 17 years ago
711826cb Remove all ["AutoCommit"] ODBC calls in favor of direct Transact-SQL calls. Ken Collins <k****n@m****t> about 17 years ago
fce0f8b6 Use StringDefault as class name which is ActiveRecord convention. Ken Collins <k****n@m****t> about 17 years ago
f549de52 Caching the #database_version for a bit of performance. I doubt this will dyn... Ken Collins <k****n@m****t> about 17 years ago
57c7d0d2 Turn transactional fixtures off like rails aaa_ file. Actually makes schema c... Ken Collins <k****n@m****t> about 17 years ago
1634bdc7 More SCHEMA STATEMENTS cleanups. Added #column_for lookup with appropriate Ac... Ken Collins <k****n@m****t> about 17 years ago
cfd3f862 Remove direct support for :text in lieu of :varchar(8000). Now using #extract... Ken Collins <k****n@m****t> about 17 years ago
e24750e0 Moving some #type_to_sql tests around. Getting ready to overhaul #type_to_sql... Ken Collins <k****n@m****t> about 17 years ago
b1018377 Update the #remove_column to work with the #remove_columns alias for removing... Ken Collins <k****n@m****t> about 17 years ago
cb89240b Remove long winded @connection instance variable get for #indexes method. Ken Collins <k****n@m****t> about 17 years ago
1303688f A bit of Ruby clarity on the new #get_indexs method, was #__indexes method. Ken Collins <k****n@m****t> about 17 years ago
63944ecd Remove private #query methods. Not used or needed. Ken Collins <k****n@m****t> about 17 years ago
1fbf3c6f Organizing SCHEMA STATEMENTS to support #remove_column. Added force to_s in #... Ken Collins <k****n@m****t> about 17 years ago
ea8f5dc3 Start organizing SCHEMA STATEMENTS. Simplify #tables method using #select_val... Ken Collins <k****n@m****t> about 17 years ago
f2442286 Organizing public/protected DATABASE STATEMENTS. Ken Collins <k****n@m****t> about 17 years ago
366a97e9 Switch to better abstract execute that mimics PostgreSQL adapter by using #ra... Ken Collins <k****n@m****t> about 17 years ago
8b03991f Add table_alias_length for SQL Server. Ken Collins <k****n@m****t> about 17 years ago
97659ecd Remove badly written test for prequoting column names, Topic.find(:all) blows... Ken Collins <k****n@m****t> about 17 years ago
97ff3f66 Test #quote_column_name and #quote_table_name. Removed table name since it de... Ken Collins <k****n@m****t> about 17 years ago
2d3f01fa Remove table_exists? which uses expensive fall back to columns. I'm not sure ... Ken Collins <k****n@m****t> about 17 years ago
3e825714 Final clean up and testing of all the insert sql helpers along with #get_tabl... Ken Collins <k****n@m****t> about 17 years ago
629cddd2 Change column does not use column_name in quote. Removes Object#type warnings... Ken Collins <k****n@m****t> about 17 years ago
84f24e3d Adding sqlserver columns cache support with hooks into .reset_column_informat... Ken Collins <k****n@m****t> about 17 years ago
ac617bda Better organization for column_definitions. Test adapter specific tests for t... Ken Collins <k****n@m****t> about 17 years ago
0ef3aedb Big org/move of methods into sections. Ken Collins <k****n@m****t> about 17 years ago
d7ede761 SQL Server tests for identity insert behavior. Start utility method section. ... Ken Collins <k****n@m****t> about 17 years ago
25578da8 Simple sqlserver specific test for #quote_string. Move all idenity insert met... Ken Collins <k****n@m****t> about 17 years ago
60688057 Some SQL Server tests for string to binary and back. The #binary_to_string lo... Ken Collins <k****n@m****t> about 17 years ago
a50cd78e Implement #quoted_date correctly vs embedded logic in #quote. Still not sure ... Ken Collins <k****n@m****t> about 17 years ago
c95be82f Start letting superclasses do the work. Correctly implement #quoted_true and ... Ken Collins <k****n@m****t> about 17 years ago
479a2bac Move quoting methods into adapter section for it. Ken Collins <k****n@m****t> about 17 years ago
37e34a39 Update database version methods with tests. Also add mocha. Ken Collins <k****n@m****t> about 17 years ago
67f41245 Autotest is now smart enought to run all tests when cetain files change. Ken Collins <k****n@m****t> about 17 years ago
26275a96 Code cleanup work in progress. Implemented DDL transactions for migrations. Ken Collins <k****n@m****t> about 17 years ago
70d7c9d2 Move to Shoulda syntax for adapter specific tests. Ken Collins <k****n@m****t> about 17 years ago
16a28319 Adding a column test stub class for future BDD on the SQLServerColumn in isol... Ken Collins <k****n@m****t> about 17 years ago
c3f068f8 Followup form removal of mixin_test with clean Rake::TestTask#test_files. Ken Collins <k****n@m****t> about 17 years ago
d8354d12 Remove mixin_test subclass. These tests will pass with a correct implementati... Ken Collins <k****n@m****t> about 17 years ago
169bfef8 merge Merge branch 'master' of git@github.com:metaskills/rails-sqlserver-adapter Ken Collins <k****n@m****t> about 17 years ago
8bdbe680 Fix rename of test_sqlserver_schema_dump_should_honor_nonstandard_primary_key... Ken Collins <k****n@m****t> about 17 years ago
dddda47f Fix rename of test_sqlserver_schema_dump_should_honor_nonstandard_primary_key... Ken Collins <k****n@m****t> about 17 years ago
4a08f1ba Change test/cases/offset_and_limit_test_sqlserver.rb so that it actually runs... Murray Steele <m****z@h****m> about 17 years ago
197c598a Renaming test/cases/offset_and_limit_test.rb to test/cases/offset_and_limit_t... Murray Steele <m****z@h****m> about 17 years ago
d971bc76 New autotest behavior defaults to adapter only. Use 'autotest railssqlserver'... Ken Collins <k****n@m****t> about 17 years ago
b18747d4 New autotest behavior defaults to adapter only. Use 'autotest railssqlserver'... Ken Collins <k****n@m****t> about 17 years ago
bd2949f9 We can't fix the 3 failures from AR/test/cases/mixin_test because SQL Server ... Murray Steele <m****z@h****m> about 17 years ago
331e10b8 Better way to silence all migrations via test to stdout. Ken Collins <k****n@m****t> about 17 years ago
91af9c1d Better way to silence all migrations via test to stdout. Ken Collins <k****n@m****t> about 17 years ago
2a345f53 Fixing a few tests in the move to better org. Also silence sqlserver specific... Ken Collins <k****n@m****t> about 17 years ago
69b68086 Fixing a few tests in the move to better org. Also silence sqlserver specific... Ken Collins <k****n@m****t> about 17 years ago
2dad7846 Organize test file better for adapter specific BDD. Ken Collins <k****n@m****t> about 17 years ago
890f1bfd Organize test file better for adapter specific BDD. Ken Collins <k****n@m****t> about 17 years ago
c8940e74 moved Account class definition outside of setup method Shawn Balestracci <s****n@v****m> about 17 years ago
e0ab45dc moved Account class definition outside of setup method Shawn Balestracci <s****n@v****m>
Committed by: Ken Collins <k****n@m****t>
about 17 years ago
2fb9b39f rename the offset_and_limit_test so it is run when we run rake test_sqlserver Shawn Balestracci <s****n@v****m> about 17 years ago

← Back to repository