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
c3ead9f5 [Rails5] Coerce EachTest for in batches. Ken Collins <k****n@m****t> almost 9 years ago
7334e44c [Rails5] Pass MultipleDbTest with removed connections. Ken Collins <k****n@m****t> almost 9 years ago
50153abc [Rails5] New SQL counter hacks and helper. Ken Collins <k****n@m****t> almost 9 years ago
d07ea032 [Rails5] Remove failure tracking notes. Numbers getting low. Ken Collins <k****n@m****t> almost 9 years ago
cef7c28b [Rails5] Coerice quoting in test. Ken Collins <k****n@m****t> almost 9 years ago
5d30181b [Rails5] Allow simple "created_at > ?" conditions. Ken Collins <k****n@m****t> almost 9 years ago
8b07807b [Rails5] Update notes. Ken Collins <k****n@m****t> almost 9 years ago
649a05b4 [Rails5] Fix case_sensitive_comparison. Ken Collins <k****n@m****t> almost 9 years ago
bfae5816 [Rails5] Fix Uniqueness tests. Ken Collins <k****n@m****t> almost 9 years ago
04434432 Avoid CircleCI doing SQLite and database.yml install. Ken Collins <k****n@m****t> almost 9 years ago
79f06249 [Rails5] Update notes. [ci skip] Ken Collins <k****n@m****t> almost 9 years ago
030312fd [Rails5] Coerce ValueTooLong exceptions. Another sp_executesql failure. Ken Collins <k****n@m****t> almost 9 years ago
9faa3405 [Rails5] Pass more attribute tests for date/time/zones. Ken Collins <k****n@m****t> almost 9 years ago
1c537ed8 [Rails5] Update notes. [ci skip] Ken Collins <k****n@m****t> almost 9 years ago
95ceea49 [Rails5] More notes [ci skip] Ken Collins <k****n@m****t> almost 9 years ago
f0ff4830 [Rails5] Support deprecations on `tables` with name arg. Ken Collins <k****n@m****t> almost 9 years ago
ff924f93 [Rails5] Add note about unprepared_statement support. Ken Collins <k****n@m****t> almost 9 years ago
b485c2ad [Rails5] Notes [ci skip] Ken Collins <k****n@m****t> almost 9 years ago
928febf7 [Rails5] Support `unprepared_statement` blocks & ValueTooLong excp. Ken Collins <k****n@m****t> almost 9 years ago
18e4f204 [Rails5] Conform to table_exists decprecations. Ken Collins <k****n@m****t> almost 9 years ago
dc44fa24 [Rails5] Coerce DefaultNumbersTest for before type cast. Ken Collins <k****n@m****t> almost 9 years ago
9cb96d78 Fix tests which require sqlite3. Ken Collins <k****n@m****t> almost 9 years ago
3298a811 [Rails5] Notes and stuff. [ci skip] Ken Collins <k****n@m****t> almost 9 years ago
2578f0b3 [Rails5] Support for `supports_datetime_with_precision`. Ken Collins <k****n@m****t> almost 9 years ago
ef279ce8 TODO - Can we use `OPTIMIZE FOR UNKNOWN` [ci skip] Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
61636a38 TODO - BIGINT PK support. [ci skip] Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
4b341efc [Rails5] Fix arity of all type initialize methods. Ken Collins <k****n@m****t> almost 9 years ago
a74f7892 [Rails5] Fix `test_column_names_are_escaped_coerced` case. Ken Collins <k****n@m****t> almost 9 years ago
86af1c78 [Rails5] Review all coerced tests. Ken Collins <k****n@m****t> almost 9 years ago
71a36f46 [Rails5] Fix #change_column_default. Ken Collins <k****n@m****t> almost 9 years ago
611e81af [Rails5] Fix view_exists? into public. Ken Collins <k****n@m****t> almost 9 years ago
d82d7eb4 [Rails 5] Fix some times coming back nil after save. Ken Collins <k****n@m****t> almost 9 years ago
237ce437 [Rails5] Performance optimizations. Ken Collins <k****n@m****t> almost 9 years ago
ae0296c2 Update Rails 5 TODO. Ken Collins <k****n@m****t> almost 9 years ago
096e1b77 Refactor `_type_cast` & `_quote`. Ken Collins <k****n@m****t> almost 9 years ago
4692c57d All date/times use Data type cast wrapper. Ken Collins <k****n@m****t> almost 9 years ago
96e734ea Clean up UUID test. Ken Collins <k****n@m****t> almost 9 years ago
91af1026 Lock down to Minitest 5.9.x Ken Collins <k****n@m****t> almost 9 years ago
aa7586b9 Remove .rb from type requires. Ken Collins <k****n@m****t> almost 9 years ago
62da8185 Update assertions for MT6 compatability. Ken Collins <k****n@m****t> almost 9 years ago
2935d98c Use TinyTDS v1.1.0 (#532) Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
cac85f53 Reduce Appveyor. Add CircleCI & TravisCI. Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
000b9c79 [Rails5] Ensure date/time columns are not nil on create/update. Take 2. Ken Collins <k****n@m****t> almost 9 years ago
86a29bfe Changing a few tests to harden things up. Ken Collins <k****n@m****t> almost 9 years ago
b09f057e Add Rails v4 Command Examples Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
about 9 years ago
e356aa51 [Util] More quoting utils. Ken Collins <k****n@m****t> about 9 years ago
67d1e62f Rails 5 (#502) Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
316e71c7 Rails 5 Updates Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8a76f938 Rails v5 Notes Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
73460520 Update README.md Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
5705063a Note Rails5 Work Has Begun Ken Collins <k****n@m****t>
Committed by: GitHub <n****y@g****m>
over 9 years ago
6f9d63e1 Filter table constraints with matching table schema to column. jonbell <j****l@m****m>
Committed by: Ken Collins <k****n@m****t>
over 9 years ago
47091d2f Prepare for 4.2.15 Ken Collins <k****n@m****t> over 9 years ago
13d5266f Fix quoting of non-national columns. Ken Collins <k****n@m****t> over 9 years ago
e928fe8f Removed errand puts statment from database tasks. Ken Collins <k****n@m****t> over 9 years ago
39c26d44 Fix rescue constants for optional connection gems. Fixes #475. Ken Collins <k****n@m****t> over 9 years ago
e562a672 Use TinyTDS 1.0.4 with FreeTDS 1.0.0. Ken Collins <k****n@m****t> over 9 years ago
3a270203 Prepare for 4.2.13 Ken Collins <k****n@m****t> over 9 years ago
8e69bd9b Use verbose tests to find slowness. Ken Collins <k****n@m****t> over 9 years ago
ccd7adc1 Test latest TinyTds and azure fix. Ken Collins <k****n@m****t> over 9 years ago
407f70e9 Add to_s method to SQLServer::Type::Char::Data. Ken Collins <k****n@m****t> over 9 years ago
e0e29cfe merge Merge pull request #471 from marceloeloelo/add_to_s_to_char_data_type Ken Collins <k****n@m****t> over 9 years ago
257c9a0c Add to_s method to SQLServer::Type::Char::Data object Marcelo Casiraghi <m****i@g****m> over 9 years ago
2c09b8fe Fix bundle load paths for ActiveRecord. Ken Collins <k****n@m****t> over 9 years ago
2723a23a Isolation levels not being reset on error. Fixes #469. Thanks @anthony Ken Collins <k****n@m****t> over 9 years ago
c6621520 Test w/FreeTDS 1.0rc4 Ken Collins <k****n@m****t> over 9 years ago
7175b05a Azure fix. Ken Collins <k****n@m****t> over 9 years ago
6ac6b87b Try Azure again. Ken Collins <k****n@m****t> over 9 years ago
aff42503 Use 1.0.1 of TinyTDS. Ken Collins <k****n@m****t> over 9 years ago
99678f28 Rounding errors w/datetime2(0) types having no fractional seconds. Fixes #465. Ken Collins <k****n@m****t> over 9 years ago
0daeae6c First run failure of `change_column` while dropping constraint. Fixes #420. Ken Collins <k****n@m****t> over 9 years ago
a35835a1 Avoiding N'' quoting on char/varchar columns. Ken Collins <k****n@m****t> over 9 years ago
1b1cd766 Document previous change for N'' quoting escape hatch. Ken Collins <k****n@m****t> over 9 years ago
ad4eeb2f Document two methods for avoiding N'' quoting on char/varchar columns. Ken Collins <k****n@m****t> over 9 years ago
0894cf6e Undefined method `database_prefix_remote_server?' Fixes #450. Thanks @jippeho... Ken Collins <k****n@m****t> over 9 years ago
c0d7723b Update gemfile. Ken Collins <k****n@m****t> over 9 years ago
30f33070 Update Gemfile. Ken Collins <k****n@m****t> over 9 years ago
d255de39 merge Merge pull request #460 from jippeholwerda/master Ken Collins <k****n@m****t> over 9 years ago
956ce716 Explicitly check if the connection of the table engine is the sql server adap... Jippe Holwerda <j****a@v****m> over 9 years ago
def93e43 Update README & Sign. Ken Collins <k****n@m****t> over 9 years ago
5390b491 Ensure small datetime/datetime2 fractionals are properly quoted. Fixes #457. Ken Collins <k****n@m****t> over 9 years ago
dfc29b5a Make .execute_procedure test for times ignore usec. Ken Collins <k****n@m****t> over 9 years ago
32968ae9 Ensure that `execute_procedure` returns proper time zones. Fixes #449 Ken Collins <k****n@m****t> over 9 years ago
bcf12d77 The `primary_key` method falls back to Identity columns. Not the other way ar... Ken Collins <k****n@m****t> over 9 years ago
08fca2d5 merge Merge pull request #455 from marceloeloelo/switch-primary-key-look-up-order Ken Collins <k****n@m****t> over 9 years ago
f41bc15f Conform to new data_sources interfaces. See: https://git.io/va4Fp Ken Collins <k****n@m****t> over 9 years ago
c48ec936 Run tests with verbose false. Ken Collins <k****n@m****t> over 9 years ago
1cc09e58 Switch primary key column look up order Marcelo Casiraghi <m****i@g****m> over 9 years ago
bdd8d8e7 Enable bcrypt for all again. Ken Collins <k****n@m****t> almost 10 years ago
23cfd639 Appveyor uses 0.9.5.rc.3 Ken Collins <k****n@m****t> almost 10 years ago
e50e2f91 Azure-Friendly DB create/drop. Fixes #442 Ken Collins <k****n@m****t> almost 10 years ago
140957b5 Finish Debug Ken Collins <k****n@m****t> almost 10 years ago
55db853a Debug Ken Collins <k****n@m****t> almost 10 years ago
e619b51d Debug Ken Collins <k****n@m****t> almost 10 years ago
ea2e0a2b Debug Ken Collins <k****n@m****t> almost 10 years ago
b85b36fa Debug Ken Collins <k****n@m****t> almost 10 years ago
e012646d Debug Ken Collins <k****n@m****t> almost 10 years ago
5ba00d5e Debug Ken Collins <k****n@m****t> almost 10 years ago
95fcc756 Debug Ken Collins <k****n@m****t> almost 10 years ago
a792029e Debug Ken Collins <k****n@m****t> almost 10 years ago

← Back to repository