Skip to content

Commit f311e4d

Browse files
committed
Note about maintainers.
1 parent ab3e4a6 commit f311e4d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ActiveRecord SQL Server Adapter. For SQL Server 2005 And Higher.
22

3+
**This project is looking for a new maintainers**
4+
35
The SQL Server adapter for ActiveRecord. If you need the adapter for SQL Server 2000, you are still in the right spot. Just install the latest 2.3.x version of the adapter. Note, we follow a rational versioning policy that tracks ActiveRecord. That means that our 2.3.x version of the adapter is only for the latest 2.3 version of Rails. We also have stable branches for each major/minor release of ActiveRecord.
46

57

@@ -89,7 +91,7 @@ ActiveRecord::ConnectionAdapters::SQLServerAdapter.native_binary_database_type =
8991

9092
#### Setting Unicode Types As Default
9193

92-
By default the adapter will use unicode safe data types for `:string` and `:text` types when defining/changing the schema! This was changed in version 3.1 since it is about time we push better unicode support and since we default to TinyTDS (DBLIB) which supports unicode queries and data. If you choose, you can set the following class attribute in a config/initializers file that will disable this behavior.
94+
By default the adapter will use unicode safe data types for `:string` and `:text` types when defining/changing the schema! This was changed in version 3.1 since it is about time we push better unicode support and since we default to TinyTDS (DBLIB) which supports unicode queries and data. If you choose, you can set the following class attribute in a config/initializers file that will disable this behavior.
9395

9496
```ruby
9597
# Default
@@ -240,12 +242,7 @@ Up-to-date list of contributors: http://github.com/rails-sqlserver/activerecord-
240242
* jeremydurham (Jeremy Durham)
241243

242244

243-
## Donators
244-
245-
I am trying to save up for a Happy Hacking pro keyboard. Help me out via GitTip! https://www.gittip.com/metaskills/
246-
247-
248245
## License
249246

250-
Copyright © 2008-2011. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
247+
Copyright © 2008-2014. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
251248

0 commit comments

Comments
 (0)