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
eaced284 Fixed some spacing and single quote issues Anna Carey <a****y@g****m> over 11 years ago
679b46c2 Removed out-dated reference to a failing test wbond <w****l@w****t> over 11 years ago
a5ff7112 Changed line endings to unix wbond <w****l@w****t> over 11 years ago
e75bd0b0 Updated readme with up-to-date Rails and Ruby version support wbond <w****l@w****t> over 11 years ago
4e9e7dd5 fix for #330 coldnebo <l****a@g****m> over 11 years ago
8bccbaa0 merge Merge pull request #331 from veracross/rails-4-1-0 Anna Carey <a****y@g****m> over 11 years ago
d1760460 Updated UUID enhancements to work with rails 4.1 API wbond <w****l@w****t> over 11 years ago
0b638b7d Added savepoint name param to create_savepoint, release_savepoint and rollbac... wbond <w****l@w****t> over 11 years ago
f4174210 Fixed test NamedScopingTest#test_scopes_honor_current_scopes_from_when_define... wbond <w****l@w****t> over 11 years ago
fa2443ef Coerced test for ActiveRecord::PredicateBuilderTest#test_registering_new_hand... wbond <w****l@w****t> over 11 years ago
2f509a67 Use Arel::Nodes::BindParam instead of Arel.sql for substitute_at so that Acti... wbond <w****l@w****t> over 11 years ago
a9b715a1 PersistencesTest was renamed to PersistenceTest in rails 4.1, so we have to d... wbond <w****l@w****t> over 11 years ago
e3bcabff better handling of updates with identiy column. Room for improvement. Anna Carey <a****y@n****m> over 11 years ago
87188cb0 added pry Anna Carey <a****y@n****m> over 11 years ago
c1e1db14 Clear the schema cache for a table after creating it to prevent a cached nega... wbond <w****l@w****t> over 11 years ago
be71de19 Added support for create_table :as, which fixes tests MigrationTest#test_crea... wbond <w****l@w****t> over 11 years ago
297e4cf0 moved SQLServerAdapter back and split up the connect method Anna Carey <a****y@n****m> over 11 years ago
efbead12 Unescape quotes from default values wbond <w****l@w****t> over 11 years ago
64efc896 moved SQLServerColumn and Activerecord::Base to their own files Anna Carey <a****y@n****m> over 11 years ago
a451b28b Fixed tests in rails/activerecord/test/cases/connection_adapters/connection_h... wbond <w****l@w****t> over 11 years ago
1df901f3 only style changes Anna Carey <a****y@n****m> over 11 years ago
9192928e fix schema_dumper test for UUID Anna Carey <a****y@n****m> over 11 years ago
e439d838 Fix how we are checking bind tests, can't use coerce since the test methods a... wbond <w****l@w****t> over 11 years ago
8035c190 Rails 4.1 seems to use strings for database config keys nows wbond <w****l@w****t> over 11 years ago
dbf384b8 The test test_to_sql_on_eager_join was seeing slightly different result in th... wbond <w****l@w****t> over 11 years ago
e98589a7 merge Merge pull request #328 from agios/uuid Anna Carey <a****y@g****m> over 11 years ago
adfdf7e0 merge Merge pull request #329 from veracross/fix-distinct-plus-limit Anna Carey <a****y@g****m> over 11 years ago
c1469b0a Type casting is now happening, so the test regex needs to be updated wbond <w****l@w****t> over 11 years ago
01011a62 Added the :authors fixture to AdapterTest to fix a failure in test_select_met... wbond <w****l@w****t> over 11 years ago
444b0f9e Fixed bind type casting to re-set the casted value back to the bind, fixed bi... wbond <w****l@w****t> over 11 years ago
3b65e388 Fixed selecting DISTINCT rows from a table when ordering by a column that is not wbond <w****l@w****t> over 11 years ago
0e7ce0b8 merge Merge pull request #327 from romuloceccon/filtered_indices_support Anna Carey <a****y@g****m> over 11 years ago
6e227013 Rails 4 compatible UUID Support Alexandros Giouzenis <a****g@g****m> over 11 years ago
ad5431a5 support for partial/filtered indices on SQL Server 2008 Romulo A. Ceccon <r****n@g****m> over 11 years ago
f117e2c2 merge Merge pull request #326 from veracross/fix_select_rows_binds Anna Carey <a****y@g****m> over 11 years ago
f16b45b0 Fixed select_rows() to actual support binds via do_exec_query() wbond <w****l@w****t> over 11 years ago
5a32bdc1 merge Merge pull request #321 from SICSoftwareGmbH/fix_argument_error Anna Carey <a****y@g****m> over 11 years ago
4ba12c36 use default database after test Anna Carey <a****y@n****m> over 11 years ago
25907766 merge Merge branch 'database_names_with_dots' of https://github.com/eirc/activereco... Anna Carey <a****y@n****m> over 11 years ago
d15d388c fixed 'wrong number of arguments (3 for 2) (ArgumentError)' in database_state... Erik-B. Ernst <e****t@s****m> over 11 years ago
64f63e2f Fix bug where database names with dots would get improperly quoted. Eric Cohen <e****c@g****m> over 11 years ago
58dea084 Added rubocop gem and fixed style, no functional changes Anna Carey <a****y@n****m> over 11 years ago
fda04122 merge Merge branch 'master' of https://github.com/rails-sqlserver/activerecord-sqls... Anna Carey <a****y@d****m> almost 12 years ago
e3108b67 noting that there is no 4.0 release yet Anna Carey <a****y@g****m> almost 12 years ago
e3e5304b noted rails pull request Anna Carey <a****y@d****m> almost 12 years ago
f95a7982 merge merged Anna Carey <a****y@d****m> almost 12 years ago
93db71ad merge Merge pull request #301 from TRex1983/master Anna Carey <a****y@g****m> almost 12 years ago
c80efeed missing parens Nikhil Sarwate <n****e@g****m> almost 12 years ago
27549368 merge Merge branch 'master' of https://github.com/rails-sqlserver/activerecord-sqls... Anna Carey <a****y@d****m> almost 12 years ago
765e6c56 merge Merge pull request #290 from muloka/master Anna Carey <a****y@g****m> almost 12 years ago
f9b2c9a9 merge Merge branch 'master' of https://github.com/rails-sqlserver/activerecord-sqls... Anna Carey <a****y@d****m> almost 12 years ago
6572df8f merge Merge pull request #300 from wok/master Ken Collins <k****n@m****t> almost 12 years ago
1bb0baa4 Fix warning about already defined EXPLAINED_SQLS Wolfgang Kölbl <w****k@i****i> almost 12 years ago
111d029c pass a to all visitor calls Anna Carey <a****y@d****m> almost 12 years ago
376d0364 arel now supports comparisons, but we still need to override the eql? method ... Anna Carey <a****y@d****m> almost 12 years ago
a52a8df8 no longer necessary to specify encoding Anna Carey <a****y@d****m> almost 12 years ago
595339bc moved arel classes/modules to separate files, no functional difference Anna Carey <a****y@d****m> almost 12 years ago
be00f2ec merge Merge pull request #298 from nextgearcapital/master Ken Collins <k****n@m****t> almost 12 years ago
9ff57a91 The tests now run with rails 4.1.0 Anna Carey <a****y@d****m>
Committed by: wbond <w****l@w****t>
almost 12 years ago
95a4e1fc documentation Anna <a****y@d****m> almost 12 years ago
a8d6f264 moved Anna <a****y@d****m> almost 12 years ago
9d249aac merge Merge branch 'rails-4' of github.com:nextgearcapital/activerecord-sqlserver-a... Anna <a****y@d****m> almost 12 years ago
560ec101 troubleshooting failing test Anna <a****y@d****m> almost 12 years ago
dba58fc7 troubleshooting failing test Anna <a****y@d****m> almost 12 years ago
79b0aee3 move simplecov back up Anna <a****y@d****m> almost 12 years ago
09587b98 bump version to 4.0.0 Anna <a****y@d****m> almost 12 years ago
739102bf Conditinally coerce tests that are new in rails 4.0.1 Anna <a****y@d****m> almost 12 years ago
cc4fd3d3 documentation Anna <a****y@d****m> almost 12 years ago
9bb1724f tidying Anna <a****y@d****m> almost 12 years ago
fb1740d3 moved arel test helpers Anna <a****y@d****m> almost 12 years ago
4c2be6b6 moved sqlserver_ignore regex to it's own file Anna <a****y@d****m> almost 12 years ago
d95d776a moved select_manager to it's own file Anna <a****y@d****m> almost 12 years ago
188f9bb2 added arel->png generator for debugging arel Anna <a****y@d****m> almost 12 years ago
70dee3c2 moved SelectManager class to its own file Anna <a****y@d****m> almost 12 years ago
4501c15f Arel::Nodes::Ordering is now comparison friendly Anna <a****y@d****m> almost 12 years ago
15385ca9 more documentation Anna <a****y@d****m> almost 12 years ago
a09a19c9 confirm that method is actually undefined Anna <a****y@d****m> almost 12 years ago
05d5dc9f more coerced tests added and deleted Anna <a****y@d****m> almost 12 years ago
c28bb509 add references Anna <a****y@d****m> almost 12 years ago
97e2b71e add module name Anna <a****y@d****m> almost 12 years ago
059d633f overcome IO.pipe error with binmode Anna <a****y@d****m> almost 12 years ago
7f378ae6 indentation Anna <a****y@d****m> almost 12 years ago
e0688b68 added sqlserver ignore regexes to rails instead Anna <a****y@d****m> almost 12 years ago
4520133e coerce tests in sqlserver gem rather than rails Anna <a****y@d****m> almost 12 years ago
5ebde7be merge Merge branch 'rals-4-arel' into rails-4 Anna <a****y@d****m> almost 12 years ago
d0801d51 Coerce test to allow for N’varchar Anna <a****y@d****m> almost 12 years ago
9c13c1b9 run arel tests Anna <a****y@d****m> almost 12 years ago
34885703 remove requirement Anna <a****y@d****m> almost 12 years ago
02e3c86d Run Arel tests Anna <a****y@d****m> almost 12 years ago
49654ed0 merge Merge branch 'rails-4' of github.com:nextgearcapital/activerecord-sqlserver-a... Anna <a****y@d****m> almost 12 years ago
e61fe86b added todos Anna <a****y@d****m> almost 12 years ago
a1e126e4 Fixes "uninitialized constant AdapterTestSqlserver::UpperTestLowered" error. Garrett Hart <g****t@t****m> almost 12 years ago
fca11726 merge Merge branch 'rails-4' of github.com:nextgearcapital/activerecord-sqlserver-a... Anna <a****y@d****m> almost 12 years ago
97df2b6d clean up sqlserver_helper - Move models to their own directory and don’t requ... Anna <a****y@d****m> almost 12 years ago
77c58b1e clean up sqlserver_helper - Move models to their own directory and don’t requ... Anna <a****y@d****m> almost 12 years ago
8a6efaa6 fix coerced tests when files are run individually Anna <a****y@d****m> almost 12 years ago
20f41902 moved schema setup to the helper because it’s not a test Anna <a****y@d****m> almost 12 years ago
b097ce34 removed mysql Anna <a****y@d****m> almost 12 years ago
8fb83a84 Fix context "with a DateTime" should "return an ISO 8601 datetime string" tes... Garrett Hart <g****t@t****m> almost 12 years ago
e9c52900 fixed connection tests Anna <a****y@d****m> almost 12 years ago

← Back to repository