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
b316f53f Release 2.2.22 Ken Collins <k****n@m****t> about 16 years ago
c6202874 Support identity-key-column judgement on multiple schema environment. Ken Collins <k****n@m****t> about 16 years ago
dfc57d3d Add support for tinyint data types. In MySQL all these types would be boolean... Ken Collins <k****n@m****t> about 16 years ago
8f612f54 Update README with importance of using 0.4.1 of DBI. Ken Collins <k****n@m****t> about 16 years ago
36a1809e Release version 2.2.21. Ken Collins <k****n@m****t> about 16 years ago
af814055 Changes for gem best practices. Ken Collins <k****n@m****t> about 16 years ago
78c80f73 Release 2.2.20 version. Ken Collins <k****n@m****t> about 16 years ago
29b26ad9 Implement a new remove_default_constraint method that uses sp_helpconstraint Ken Collins <k****n@m****t> about 16 years ago
8f3ad097 Use a lazy match in add_order_by_for_association_limiting! to allow sub selec... Ken Collins <k****n@m****t> over 16 years ago
8f636ef3 Add default rake task back for testing. Runs the namespaced sqlserver:test_sq... Ken Collins <k****n@m****t> over 16 years ago
28ebca73 Default value detection in column_definitions is kinder to badly formatted, o... Ken Collins <k****n@m****t> over 16 years ago
f994f7d4 Include new tasks dir. Ken Collins <k****n@m****t> over 16 years ago
cd81ea73 Do not ignore manifest. Update RUNNING_UNIT_TESTS. Ken Collins <k****n@m****t> over 16 years ago
f234575c Add change log for previous commit. Ken Collins <k****n@m****t> over 16 years ago
0c6ba87f Make sure bigint SQL Server data type can be used and converted back to Bignu... Ken Collins <k****n@m****t> over 16 years ago
3f2ce558 Remove lighthouse in favor if github issues. Ken Collins <k****n@m****t> over 16 years ago
0ac7af8f Release 2.2.19 Ken Collins <k****n@m****t> over 16 years ago
32ff3920 Leave quoted column names as is. Resolves ticket #36 [Vince Puzzella] Ken Collins <k****n@m****t> over 16 years ago
cfad9bf8 Change log for Murray's ticket #35 commit. Ken Collins <k****n@m****t> over 16 years ago
a9f4d382 Changing add_limit! in ActiveRecord::Base for SQLServer so that it passes thr...
Signed-off-by: Murray Steele <m****z@h****m>
Murray Steele <m****z@h****m>
Committed by: Ken Collins <k****n@m****t>
over 16 years ago
9265961e Support changes for new gem packaging to rubyforge in the traditional "active... Ken Collins <k****n@m****t> over 16 years ago
c647d24e Release version 2.2.18. Ken Collins <k****n@m****t> over 16 years ago
4e0be28c Column reflection on table name rescues LoadError and a few others. Ken Collins <k****n@m****t> over 16 years ago
96289234 Make sure that native text database type for 2008 is the same as 2005. Ken Collins <k****n@m****t> over 16 years ago
cbf4ff58 Add 2008 support in raw form. Ken Collins <k****n@m****t> over 16 years ago
d4f58d44 Release version 2.2.17 Ken Collins <k****n@m****t> over 16 years ago
ea6edae5 Add simplified type recognition for varchar(max) and nvarchar(max) under SQL ... Ken Collins <k****n@m****t> over 16 years ago
d9fe27e8 Tested ruby 1.9, ruby-odbc 0.9996, and DBI 0.4.1. Also added correct support ... Ken Collins <k****n@m****t> over 16 years ago
d6be1394 [Ruby1.9] Need to hint that there is utf8 source code in unicode_test_sqlserv... Ken Collins <k****n@m****t> over 16 years ago
90cdb200 Forgot to update gemspec with 2.2.16. Ken Collins <k****n@m****t> over 16 years ago
54b63aa7 Release 2.2.16 version. Ken Collins <k****n@m****t> over 16 years ago
ad8d9639 Fix bad spelling for did_lose_sqlserver_connection method name. Ken Collins <k****n@m****t> over 16 years ago
0349faaf Make add_limit_offset! only add locking hints (for tally) when the :lock opti... Ken Collins <k****n@m****t> over 16 years ago
5fbe8301 Condition test that has issues with AR 2.2. Ken Collins <k****n@m****t> over 16 years ago
dbb21694 Use reconnect! method in #with_auto_reconnect block since that single method ... Ken Collins <k****n@m****t> over 16 years ago
0dc8e101 Add auto reconnect support utilizing a new #with_auto_reconnect block. By def... Ken Collins <k****n@m****t> over 16 years ago
4986e2f2 Update internal helper method #orders_and_dirs_set to cope with an order clau... Ken Collins <k****n@m****t> over 16 years ago
2ab7ca6a Provide support for running queries at different isolation levels using #run_... Ken Collins <k****n@m****t> over 16 years ago
b91ec6f3 Release 2.2.15 version. Ken Collins <k****n@m****t> over 16 years ago
683bb071 Better add_lock! method that can add the lock to just about all the elements ... Ken Collins <k****n@m****t> over 16 years ago
85a78109 Release 2.2.14 gem. Now supports both rails 2.2 & 2.3!!! Ken Collins <k****n@m****t> over 16 years ago
1124ed62 Updating change log with previous commit. Ken Collins <k****n@m****t> over 16 years ago
58be119e Rails2.3 - Back passing tests on 2.2 work. Includes: (1) Created new test hel... Ken Collins <k****n@m****t> over 16 years ago
2b348d59 Rails2.3 - Implement new savepoint support. Nice and easy! Ken Collins <k****n@m****t> over 16 years ago
5682299d Rails2.3 - Coerce NestedScopingTest#test_merged_scoped_find to use correct re... Ken Collins <k****n@m****t> over 16 years ago
be590517 Rails2.3 - Implement a custom ActiveRecord::Associations::ClassMethods::JoinD... Ken Collins <k****n@m****t> over 16 years ago
f9320825 Rails2.3 - Implement #outside_transaction? and a new transaction test case to... Ken Collins <k****n@m****t> over 16 years ago
19949a7c Making sure that smalldatetime types are OK to use. Also fixed a bug in the #... Ken Collins <k****n@m****t> over 16 years ago
e319916b Update #indexes to use unqualified table name. Fixes cases where users may de... Ken Collins <k****n@m****t> almost 17 years ago
c916956d Rails2.3 - Coerced tests that ensure hash conditions on referenced tables are... Ken Collins <k****n@m****t> almost 17 years ago
14eb27a5 Rails2.3 - Add coerced tests for true/false attributes in selects use SQL Ser... Ken Collins <k****n@m****t> almost 17 years ago
f165a9d9 Supply run_with_isolation_level method to allow running queries at various is... Murray Steele <m****z@h****m>
Committed by: Ken Collins <k****n@m****t>
almost 17 years ago
bd09d0f1 Release version 2.1.12 gem. Ken Collins <k****n@m****t> almost 17 years ago
d0e5c3b0 Update table_exists? to work with qualified table names that may include an u... Ken Collins <k****n@m****t> almost 17 years ago
0d2324aa Bump version to 2.2.11 to get new file into gem. Ken Collins <k****n@m****t> almost 17 years ago
84d976ad Bad file name in gemspec. Ken Collins <k****n@m****t> almost 17 years ago
de1461c8 Add a rails-sqlserver-2000-2005-adapter.rb file so that long :lib option for ... Ken Collins <k****n@m****t> almost 17 years ago
78114cab Add a rails-sqlserver-2000-2005-adapter.rb file so that long :lib option for ... Ken Collins <k****n@m****t> almost 17 years ago
e26bfc70 Update version to 2.2.9 Ken Collins <k****n@m****t> almost 17 years ago
a7486d4e Dumb easy way to create a 4000 char long string :) Ken Collins <k****n@m****t> almost 17 years ago
86333cee Updating CHANGELOG with prior commit. Ken Collins <k****n@m****t> almost 17 years ago
abe25b1f Fixing a small bug in the deprecated DBI::Timestamp conversion so it correctl... Ken Collins <k****n@m****t> almost 17 years ago
c013d5b9 Adding CHANGELOG notes for previous view definition fix. Also update assert f... Ken Collins <k****n@m****t> almost 17 years ago
052a6b42 Sometimes views are more than 4000 chars long and will return NULL for the VI... Ken Collins <k****n@m****t> almost 17 years ago
39ab4366 Just making sure a paren surounded integer looking string default does what i... Ken Collins <k****n@m****t> almost 17 years ago
66ecd2e2 Update execute_procedure method a bit to remove excess code. Ken Collins <k****n@m****t> almost 17 years ago
e798bab4 Create version 2.2.7. Ken Collins <k****n@m****t> almost 17 years ago
08d57b5f Created a connection#execute_procedure method that takes can take any number ... Ken Collins <k****n@m****t> almost 17 years ago
e67df499 Added a #enable_default_unicode_types class attribute access to make all new ... Ken Collins <k****n@m****t> almost 17 years ago
c2e8c63f Introduced a bug in 2.2.5 in the #add_order! core ext for ActiveRecord. Fixed... Ken Collins <k****n@m****t> almost 17 years ago
634f12ec Release 2.2.5 version/gem. Ken Collins <k****n@m****t> almost 17 years ago
2a76eea7 Added a log_info_schema_queries class attribute and make all queries to INFOR... Ken Collins <k****n@m****t> almost 17 years ago
e576fccc Update README to direct SQL Server 2005 users on how to customize their nativ... Ken Collins <k****n@m****t> almost 17 years ago
b56f09cd Fix millisecond support in datetime columns. ODBC::Timestamp incorrectly take... Ken Collins <k****n@m****t> almost 17 years ago
ef971310 Core extensions for ActiveRecord now reflect on the connection before doing S... Ken Collins <k****n@m****t> almost 17 years ago
65c66812 Fix a type left in #views_real_column_name. Also cache #view_information look... Ken Collins <k****n@m****t> almost 17 years ago
6fca8724 Left in typo. Ken Collins <k****n@m****t> almost 17 years ago
5cd0c6cf Changing back to using real table name in column_definitions. Makes sure view... Ken Collins <k****n@m****t> almost 17 years ago
6258d737 Coping with referential integrity checks in 2005. Seems to not cope well with... Ken Collins <k****n@m****t> almost 17 years ago
314f1000 Change log entry for Erik Bryn. Ken Collins <k****n@m****t> almost 17 years ago
40959505 Update sub select test a bit for visual clues as to what is going on. Ken Collins <k****n@m****t> almost 17 years ago
1914baa1 added test for prior fix Erik Bryn <e****n@m****m>
Committed by: Ken Collins <k****n@m****t>
almost 17 years ago
b43eaa9b Changed #gsub to #sub to avoid #add_limit_offset! rewriting subquery SELECTs ... Erik Bryn <e****n@m****m>
Committed by: Ken Collins <k****n@m****t>
almost 17 years ago
2cd43cb4 Fix note for installing thoughtbot-shoulda gem. Ken Collins <k****n@m****t> almost 17 years ago
fbc86467 Missed change log author. Ken Collins <k****n@m****t> almost 17 years ago
a367b939 Move to 2.2.2. Ken Collins <k****n@m****t> almost 17 years ago
0b20ec1e Add support for view defaults by making column_definitions use real table nam... Ken Collins <k****n@m****t> almost 17 years ago
47702487 Make sure view identity columns are reported correctly. Ken Collins <k****n@m****t> about 17 years ago
dc8f0b8d Changing lighthouse URL. Ken Collins <k****n@m****t> about 17 years ago
f35064ea Include version in connection method and inspection. Ken Collins <k****n@m****t> about 17 years ago
60e9f088 Adding notes about views in README. Ken Collins <k****n@m****t> about 17 years ago
25f35595 Release version 2.2.1 Ken Collins <k****n@m****t> about 17 years ago
404f70c8 Add identity insert support for views. Cache #views so that identity #table_n... Ken Collins <k****n@m****t> about 17 years ago
613fcf99 Add views support. ActiveRecord classes can use views. The connection now has... Ken Collins <k****n@m****t> about 17 years ago
f48a7edd Add gem source to install notes for those that have not gotten with the perma... Ken Collins <k****n@m****t> about 17 years ago
963be2d6 Start a new CHANGELOG. Ken Collins <k****n@m****t> about 17 years ago
3626e5ce Support and contributions by Joe Rafaniello. Thanks! Ken Collins <k****n@m****t> about 17 years ago
895935f2 Fix gemspec. Ken Collins <k****n@m****t> about 17 years ago
1aac9baf Implement very clean national/unicode column quoting by creating a #quoted_ut... Ken Collins <k****n@m****t> about 17 years ago
7b22ec6a Adding 2000? and 2005? class and instance helpers for tests. Ken Collins <k****n@m****t> about 17 years ago

← Back to repository