GitHub / rails-sqlserver/activerecord-sqlserver-adapter / commits
SQL Server Adapter For Rails
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 47eb57a0 | Provide change_column_null which is a new API method for use in migrations to... | Murray Steele <m****z@h****m> | about 17 years ago | |
| f4d01b33 | Provide change_column_null which is a new API method for use in migrations to... |
Murray Steele <m****z@h****m>
Committed by: Ken Collins <k****n@m****t> |
about 17 years ago | |
| 1d3700bc | rename test from mysql to sqlserver |
Shawn Balestracci <s****n@v****m>
Committed by: Ken Collins <k****n@m****t> |
about 17 years ago | |
| e3dc5ea6 | rename test from mysql to sqlserver | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| a34ea24b | Much of the AAAA test file was not needed. The core are AAA file was already ... | Ken Collins <k****n@m****t> | about 17 years ago | |
| 50a49e5a | Much of the AAAA test file was not needed. The core are AAA file was already ... | Ken Collins <k****n@m****t> | about 17 years ago | |
| f4be9684 | Tests for the previous commit. | Murray Steele <m****z@h****m> | about 17 years ago | |
| 38bbb6cf | Allowing SQL Server to dump non-standard primary keys via the schema dumper b... |
adzap <a****n@g****m>
Committed by: Murray Steele <m****z@h****m> |
about 17 years ago | |
| f7a5af62 | Changing to a single regexp for the detection of 'INSERT ... DEFAULT VALUES' ... |
adzap <a****n@g****m>
Committed by: Murray Steele <m****z@h****m> |
about 17 years ago | |
| f91656d3 | Change set_utf8_values! to cope with 'INSERT INTO table DEFAULT VALUES' style... | Murray Steele <m****z@h****m> | about 17 years ago | |
| c0365f07 | Converting the offset_and_limit_test to no longer use shoulda for tests. | Murray Steele <m****z@h****m> | about 17 years ago | |
| dee50d78 | I had copied in add_joins! for reference, it doesn't belong. I also added b... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| a9e506bd | merge Merge branch 'master' of git://github.com/metaskills/rails-sqlserver-adapter ... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| bc2d9b5a | Remove is_primary_key and joins for columns schema info sql. BIG speed improv... | Ken Collins <k****n@m****t> | about 17 years ago | |
| f747086e | add_joins! call in construct_finder_sql should now work in both edge and 2.1.... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| a51dd764 | Added comment about add_joins! raising a nil error if passed options[:joins] | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 0d6c0944 | merge Merge commit 'h-lame/master' | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 12c4e4ed | merge Merge commit 'vegantech/master' | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 78458b45 | Provided alternative length of specific large data types since | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 51a5652e | Get rid of a bunch of tests that fail because of differences in the number of... | Murray Steele <m****z@h****m> | about 17 years ago | |
| 47ac2754 | table_exists? now supports tables referenced by schema (and database) dbo.tab... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| e9a88409 | Merged in everyone elses stuff and the tweaked / commented the single major i... | Murray Steele <m****z@h****m> | about 17 years ago | |
| a8e94b55 | merge Merge branch 'master' of git://github.com/vegantech/rails-sqlserver-adapter i... | Murray Steele <m****z@h****m> | about 17 years ago | |
| 994ad89e | merge Merge branch 'master' of git://github.com/jrafanie/rails-sqlserver-adapter in... | Murray Steele <m****z@h****m> | about 17 years ago | |
| 9edb4d35 | merge pull in jrafine's merges and cjheaths note. Difference here is sorting by o... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 84c137e8 | Sorting by ordinal position makes sense, instead of by field creation date (d... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 8648d7e6 | Merged jrafanie's merges, and added a comment about asymmetrical binary conve... | Clifford Heath <c****h@g****m> | about 17 years ago | |
| ebc06051 | merge Merge commit 'jrafanie/master' | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 7f9a4cfd | Added support for storing hex strings in binary columns. | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| b765b9ca | Require activesupport for Autotest::Sqlserveradapter. | Ken Collins <k****n@m****t> | about 17 years ago | |
| a046ddb5 | Fix ActiveRecord::Base.connection= error. The schema2.rb files already create... | Ken Collins <k****n@m****t> | about 17 years ago | |
| 7977a7a1 | Remove limit for data types which do not require it such as varchar(max) varb... | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| cf83b99e | Disconnect all users, rollback transactions, and retry if drop database | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 7b04575a | merge Merge commit 'koppen/master' | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| 3fa40331 | Initial support for pessimistic locking (sql server locking hints). | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| dff21ff5 | Converted database_version year and major revision to instance variables. | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| eca9d427 | Switch away from the current database when trying to recreate it | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| 6ed8417c | merge Merge commit 'jrafanie/master' | Clifford Heath <c****h@g****m> | about 17 years ago | |
| fc08426d | Added basic support for 2000 and 2005 version information and the use of varb... | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| d4d66724 | Changed cast_to_datetime method to use Time.parse in the | Joe Rafaniello <j****e@g****m> | about 17 years ago | |
| d8e4bbbe | merge Merge branch 'master' of git://github.com/cjheath/rails-sqlserver-adapter | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| 8c837d7f | Removed redundant copyof jrafanie's adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 3d5d9068 | Shrunk reflection query whitespace so each only takes one line of log space | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 22ed31ff | Insert statements can span multiple lines | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| b0458b19 | Improve handling of limit and offset when using fully qualified column identi... | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| d940b83e | remove sort in columns call | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| cb11728a | merge Merge branch 'master' of git://github.com/h-lame/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 9792e3a6 | merge merged in some of h-lame's changes | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 940b397c | merge committing upstream changes from cjheath | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 0366a3f4 | Parse the given parameter instead of a non-existing local variable | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| 90d7844d | Fix the order of columns coming from .columns (sort by ordinal position, not ... | Murray Steele <m****z@h****m> | about 17 years ago | |
| 0719aa86 | @table_columns is a Hash, not an Array | Jakob Skjerning <j****b@m****t> | about 17 years ago | |
| 8fba0a5c | Fix another def self.<method> vs class << self collision. | Murray Steele <m****z@h****m> | about 17 years ago | |
| c346c084 | Fix get_utf8_columns to assign @table_columns to a hash not an array. | Murray Steele <m****z@h****m> | about 17 years ago | |
| 9f6cfd02 | Fix cast_to_time to not use missing local variable. | Murray Steele <m****z@h****m> | about 17 years ago | |
| 0b4541c5 | Fixing quote_table_name to make sure we split on a string. | Murray Steele <m****z@h****m> | about 17 years ago | |
| 1cad57e8 | Fixing set_utf8_values! to use a multiline regexp. | Murray Steele <m****z@h****m> | about 17 years ago | |
| 1574c5fb | Fixing class << self vs. def self.<method> problems with string_to_binary and... | Murray Steele <m****z@h****m> | about 17 years ago | |
| ab0b47af | Fixing super call in intialize of SQLServerColumn to make use of info[:is_nul... | Murray Steele <m****z@h****m> | about 17 years ago | |
| cdeeaf6e | bugfix from upstream | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| fce645d0 | Fixed problems with schema reflection | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 363a71e3 | Fixed syntax error from merge | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 09929cb1 | Adds support for setting the table name of a model to a different database d... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 2a964012 | Fixes ruby and sql syntax errors in adapter. Add myself as maintainer. [#1... | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 5117e3a9 | bump gem version | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| 13c8d55a | I'll be maintaining this fork, I also setup a project on lighthouse. | Shawn Balestracci <s****n@v****m> | about 17 years ago | |
| d576fc35 | merge Merge branch 'master' of git://github.com/jrafanie/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 15a54568 | Merged ebryn's changes, upcased some SQL keywords to make it easier to read logs | Clifford Heath <c****h@g****m> | about 17 years ago | |
| cc0f6cc0 | merge Merge branch 'master' of git://github.com/ebryn/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 3369feeb | merge Merge branch 'master' of git://github.com/jeremydurham/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 89447a24 | merge Merge branch 'master' of git://github.com/nerdrew/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 76f7d09e | merge Merge branch 'master' of git://github.com/snowblink/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 535e9c82 | merge Merge branch 'master' of git://github.com/neoryan/rails-sqlserver-adapter | Clifford Heath <c****h@g****m> | about 17 years ago | |
| cc51f282 | Fixed date/time handling to be consistent with default Rails 2.1.0 timezone h... | Clifford Heath <c****h@g****m> | about 17 years ago | |
| 9d8eaf0b | Removed unecessary (at this time) method. | Andrew Ryan <n****w@g****m> | about 17 years ago | |
| 94128bf2 | Added a clean task to the Rakefile | Andrew Ryan <n****w@g****m> | about 17 years ago | |
| 3db806c7 | Added Clean rake task. | Andrew Ryan <n****w@g****m> | about 17 years ago | |
| 7cd020d7 | Resolved merge conflicts | Andrew Ryan <n****w@g****m> | about 17 years ago | |
| d3c9f75b | merge Merge commit 'neoryan/master' | Andrew Ryan <n****w@g****m> | about 17 years ago | |
| 89098691 | Fixed default value code to work with Unicode columns | Ryan Findley <r****n@n****m> | over 17 years ago | |
| b7dc65b4 | Adding autotest discovery and ignoring debug log file. | Ken Collins <k****n@m****t> | over 17 years ago | |
| d0fd3aff | Mass changes to support SQL Server 2005 | jrafanie <j****e@g****m> | over 17 years ago | |
| 670f2555 | Initial adapter from rails 1-2 stable release | jrafanie <j****e@g****m> | over 17 years ago | |
| 74c5e48a | Initial adapter from rails 1-2 stable release | jrafanie <j****e@g****m> | over 17 years ago | |
| 82d6ebcf | Make sure we check that the column we want to rename is present before trying... | Murray Steele <m****z@h****m> | over 17 years ago | |
| d1831849 | Change how we handle limits for columns and how we store @limit for making sc... | Murray Steele <m****z@h****m> | over 17 years ago | |
| 38aa198c | Fixing table_name_test_sqlserver.rb to not leave it's droppings all over the ... | Murray Steele <m****z@h****m> | over 17 years ago | |
| 23402225 | Adding table_name_test_sqlserver.rb from Rails. | Murray Steele <m****z@h****m> | over 17 years ago | |
| 97e0222e | Putting in a comment about the errors we expect to fail from the rails test s... | Murray Steele <m****z@h****m> | over 17 years ago | |
| 5e4d570c | Add the sql server specific stuff from rails. | Murray Steele <m****z@h****m> | over 17 years ago | |
| 9fefb421 | Changing the columns metadata method. [tomafro] | Murray Steele <m****z@h****m> | over 17 years ago | |
| b0ea27bc | Adding type_cast_code and removing casting for boolean. | Murray Steele <m****z@h****m> | over 17 years ago | |
| 219e5855 | Fixing limit test in adapter, which raised on a blank options[:limit]. Update... |
Jonathan Lim <s****k@g****m>
Committed by: Murray Steele <m****z@h****m> |
over 17 years ago | |
| 2f67cd37 | Fixing limit test in adapter, which raised on a blank options[:limit]. Update... | Jonathan Lim <s****k@g****m> | over 17 years ago | |
| bf357b81 | merge Merge git://github.com/h-lame/rails-sqlserver-adapter into test | Jonathan Lim <s****k@g****m> | over 17 years ago | |
| 57240a82 | Making the repair_special_columns method a little stronger. | Murray Steele <m****z@h****m> | over 17 years ago | |
| 892857ff | Adding tests and code to ensure that adapter is not vulnerable to limit and o... |
Jonathan Lim <s****k@g****m>
Committed by: Murray Steele <m****z@h****m> |
over 17 years ago | |
| 807786dc | Adding tests and code to ensure that adapter is not vulnerable to limit and o... | Jonathan Lim <s****k@g****m> | over 17 years ago | |
| bebab3bb | Changes to datetime -> time handling using oh so super Time.time_with_datetim... | Murray Steele <m****z@h****m> | over 17 years ago | |
| bfb239ab | merge Merge commit 'hlame_rails_sql_server_adapter/master' | Jonathan Lim <s****k@g****m> | over 17 years ago |