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
0e9cd8b5 Check for TinyTDS version accounts for ruby 1.9 #instance_methods reflection ... Ken Collins <k****n@m****t> over 14 years ago
c18229b4 Require Arel for our visitor just in case it was not loaded earlier. Ken Collins <k****n@m****t> over 14 years ago
b15117b4 Bug fix for previous TinyTDS lost connections. Ken Collins <k****n@m****t> over 14 years ago
d3aaa7a8 TinyTDS/DBLIB is the default connection mode. Ken Collins <k****n@m****t> over 14 years ago
5eb9c030 Prepare for 3.0.11 release. Ken Collins <k****n@m****t> over 14 years ago
4a72571f Azure compatibility. Ken Collins <k****n@m****t> over 14 years ago
ce4f3ac0 TinyTDS enhancements for lost connections. Ken Collins <k****n@m****t> over 14 years ago
cd50d9d2 Prepare for 3.0.10 release. Ken Collins <k****n@m****t> almost 15 years ago
af3fb5c8 Do not test what is now part of rails core. Ken Collins <k****n@m****t> almost 15 years ago
29a283d5 Fix #rowtable_orders visitor helper to use first column if no pk column was f... Ken Collins <k****n@m****t> almost 15 years ago
bfa3beb5 Preparing for ActiveRecord v3.0.4 Ken Collins <k****n@m****t> almost 15 years ago
2d357f5b Updating running tests instructions. Ken Collins <k****n@m****t> almost 15 years ago
5f3c522f Fixing dumb mistakes, thanks @offslinker Ken Collins <k****n@m****t> almost 15 years ago
58aa3d37 Flatten sp_helpconstraint when looking for constraints just in case fks are p... Ken Collins <k****n@m****t> almost 15 years ago
0d34b79d Start to support 2011 code named "Denali". Ken Collins <k****n@m****t> almost 15 years ago
08e95a60 Update changelog. Ken Collins <k****n@m****t> almost 15 years ago
1a64cdc8 Limit and Offset can take SqlLiteral objects now. Always compose correct SQL.... Ken Collins <k****n@m****t> almost 15 years ago
7d43e592 use an attribute node with the table name rather than referencing the connection Aaron Patterson <a****n@g****m>
Committed by: Ken Collins <k****n@a****m>
almost 15 years ago
6aa1561c call to_i on limit and offset in the visitor Aaron Patterson <a****n@g****m>
Committed by: Ken Collins <k****n@a****m>
almost 15 years ago
95346aa6 Prepare for 3.0.9 Ken Collins <k****n@m****t> almost 15 years ago
59c3e29d Fix SyntaxError in visitor. Jeroen Zwartepoorte <j****e@g****m> almost 15 years ago
703a73c4 Prepare for 3.0.8 release supporting ActiveRecord v3.0.3 with ARel v2.0.7 Ken Collins <k****n@m****t> almost 15 years ago
89d14f35 Order should be unique to first in line, not the reverse, duh! Ken Collins <k****n@m****t> almost 15 years ago
67e28d45 Create a select statement helper that does the task of merging source/froms w... Ken Collins <k****n@m****t> almost 15 years ago
cabad3dc Method for correlating joins is fixed for 2.0.7 Ken Collins <k****n@m****t> almost 15 years ago
8fc0587f use a recursive lambda for finding a table object from a select statement. Ken Collins <k****n@m****t> almost 15 years ago
894a3fc6 Develop now for ARel v2.0.7 and make notes of what I learned for v2.2 future ... Ken Collins <k****n@m****t> almost 15 years ago
c473cfaf Make #table_from_select_statement go thru a matrix of most to least important... Ken Collins <k****n@m****t> almost 15 years ago
70f06d20 Fix row table projections when all projections are aliased. Ken Collins <k****n@m****t> almost 15 years ago
226e6fe4 More ARel done. Ken Collins <k****n@m****t> almost 15 years ago
81ebfcbf Make inner sql for limit/offset eager limiting friendly. Also put in some doc... Ken Collins <k****n@m****t> almost 15 years ago
cadb9671 Fix single distinct projections for offset sql. Ken Collins <k****n@m****t> almost 15 years ago
9a7229fe Make all things passed to ARel order a real Ordering object so we can uniq them. Ken Collins <k****n@m****t> almost 15 years ago
f5e0c39d Find and fix uncorrelated joins. https://gist.github.com/780158 Ken Collins <k****n@m****t> almost 15 years ago
e8d09d7d Fix offset for counts. Ken Collins <k****n@m****t> almost 15 years ago
995f008f Fix limit/offset tests. Ken Collins <k****n@m****t> almost 15 years ago
36f860e0 Make sure limit/offset are cast to integers. Also make sure we return SqlLite... Ken Collins <k****n@m****t> almost 15 years ago
4d638050 Coomon scratch file for single tests. Ken Collins <k****n@m****t> almost 15 years ago
e7110557 Fix limit for complex count. Ken Collins <k****n@m****t> almost 15 years ago
3f6d16ec Get complex counts for limit/offset working. Still have to make the count lim... Ken Collins <k****n@m****t> almost 15 years ago
aac9d920 WIP Ken Collins <k****n@m****t> almost 15 years ago
ca7a5198 Remove old compiler and start a new visitor. Ken Collins <k****n@m****t> almost 15 years ago
47603b22 Prepare for 3.0.7 release Ken Collins <k****n@m****t> almost 15 years ago
94dd35aa Properly quote table names when reflecting on views. Issue #73 Ken Collins <k****n@m****t> almost 15 years ago
e8d6e5d3 Add "dead or not enabled" to :dblib's lost connection messages. Ken Collins <k****n@m****t> almost 15 years ago
e2407db3 Add ruby-odbc to :odbc bundle group for local dev non-vendor install. Ken Collins <k****n@m****t> almost 15 years ago
6f016ea9 Maintenance release. Lock down to ActiveRecord 3.0.1 using ARel 1.0.0. Ken Collins <k****n@m****t> about 15 years ago
713afcd9 Prepare for 3.0.5 release. Ken Collins <k****n@m****t> about 15 years ago
f1576640 Fixed native database type memoization, now at connection instance level. Fix... Ken Collins <k****n@m****t> about 15 years ago
582bbbe1 Make :timeout config cope with rails 5000 meaning 5 seconds. Ken Collins <k****n@m****t> about 15 years ago
a5975322 Make login timeout and query timeout backward database.yml friendly for :dbli... Ken Collins <k****n@m****t> about 15 years ago
468ef64e Prepare for 3.0.4 release. Change AR dependency to lock down to >= 3.0.0 and ... Ken Collins <k****n@m****t> about 15 years ago
40ef6769 Add multiple results set support with #execute_procedure for :dblib mode. Ken Collins <k****n@m****t> about 15 years ago
8cbdac4b Simplify encoding support. Ken Collins <k****n@m****t> about 15 years ago
4743909b Remove connection mode test, not doing this Ken Collins <k****n@m****t> about 15 years ago
d6f23f47 Adding a test case just for connection modes. Will fill out later. Ken Collins <k****n@m****t> about 15 years ago
0e8125a9 Add [timestamp] data type support as a binary value. Allow migrations to use ... Ken Collins <k****n@m****t> about 15 years ago
f57cec97 CHANGELOG update. Erik Bryn <e****n@m****m> about 15 years ago
1770e3ce Add binary timestamp datatype handling. Erik Bryn <e****n@m****m> about 15 years ago
2a08923d Prepare for 3.0.3 release. Ken Collins <k****n@m****t> about 15 years ago
8380c4b0 Use native affected rows and scope identity. Ken Collins <k****n@m****t> about 15 years ago
c902bc44 Change log for last commit. Ken Collins <k****n@m****t> about 15 years ago
f68f22f3 Add TinyTDS/dblib connection mode. Ken Collins <k****n@m****t> about 15 years ago
eea99aaf merge Merge branch 'master' of github.com:rails-sqlserver/activerecord-sqlserver-ad... Ken Collins <k****n@m****t> about 15 years ago
4ee1c54a Default ODBC installs for testing to 0.99992. Ken Collins <k****n@m****t> about 15 years ago
aa1f2e1b Updating contributers list from http://github.com/rails-sqlserver/activerecor... Jonathan Lim <s****k@g****m>
Committed by: Ken Collins <k****n@a****m>
about 15 years ago
9845d867 Adding Erik Bryn to the contributor list. Ken Collins <k****n@m****t> about 15 years ago
92303d66 Release version 3.0.2 with minor fixes. Ken Collins <k****n@m****t> about 15 years ago
97997b55 Fix variable name typos in DSN-less connection code Erik Bryn <e****n@m****m> about 15 years ago
d776d597 Prepare version 3.0.1 Ken Collins <k****n@m****t> about 15 years ago
f9a6c24a Changelog stuff. Ken Collins <k****n@m****t> about 15 years ago
a99c5f93 Support DSN'less connections. Resolves ticket 38. Ken Collins <k****n@m****t> about 15 years ago
ed79da85 Ignore .rvmrc files. Ken Collins <k****n@m****t> about 15 years ago
1e91a086 Update handle_to_names_and_values_adonet to new raw connection interface. [tmat] Ken Collins <k****n@m****t> about 15 years ago
321a154b Support upcoming ruby-odbc 0.99992 which returns native datetime objects and ... Ken Collins <k****n@m****t> about 15 years ago
6fac0a49 Memory performance, using static resources, ivars, etc. Ken Collins <k****n@m****t> about 15 years ago
7720eeb8 Update gc profile. Ken Collins <k****n@m****t> about 15 years ago
a3c2f547 Add GC profiling for ruby 1.9. Ken Collins <k****n@m****t> about 15 years ago
f0202fcf Testing changes. Ken Collins <k****n@m****t> about 15 years ago
8b3f47e9 Remove Memprof. Ken Collins <k****n@m****t> over 15 years ago
9b5a920b Cleanup profile comments and use released bundler. Ken Collins <k****n@m****t> over 15 years ago
cc9be0a9 Add rubyforge project, not sure if this is still needed? Ken Collins <k****n@m****t> over 15 years ago
ed4f6791 Getting ready to release 3.0.0 Ken Collins <k****n@m****t> over 15 years ago
eb0dea1a Include guid and default function support from rails 2-3-stable branch. Ken Collins <k****n@m****t> over 15 years ago
f3439eec New profile rake task that looks for any qualified file. Organize key schema ... Ken Collins <k****n@m****t> over 15 years ago
68de6cac Optimize #select_one. Ken Collins <k****n@m****t> over 15 years ago
3519610a Add Memprof. Ken Collins <k****n@m****t> over 15 years ago
c93f08ac Restructure the low level raw connections to create column name/value hashes ... Ken Collins <k****n@m****t> over 15 years ago
5476d725 Class#parent inspection is dirt slow. Ken Collins <k****n@m****t> over 15 years ago
ef909e04 Include a test/profile directory. Abstract out Rakefile libs and dirs to shar... Ken Collins <k****n@m****t> over 15 years ago
1f605e53 Update Gemfile with ruby-prof for dev group. Ken Collins <k****n@m****t> over 15 years ago
2e490c96 [Rails3] Update rvm tasks to use latest bundler pre release and install into ... Ken Collins <k****n@m****t> over 15 years ago
05878fdb [Rails3] Support all possible ODBC namespaces. Test helpers for specific conn... Ken Collins <k****n@m****t> over 15 years ago
3bded443 [Rails3] Simply passing a duplicate test in rails core. Ken Collins <k****n@m****t> over 15 years ago
d1a9e538 [Rails3] Missing test cases from last commit. Ken Collins <k****n@m****t> over 15 years ago
0dba8b09 [Rails3] Revert back to using our own coerced tests. Allow case_sensitive_equ... Ken Collins <k****n@m****t> over 15 years ago
a6a97193 [Rails3] Passing SessionTest. Ken Collins <k****n@m****t> over 15 years ago
48a5ba01 [Rails3] Gem and rake changes to support RVM. Ken Collins <k****n@m****t> over 15 years ago
c43985d3 [Rails3] Removing some old test cases which would be pushed to rails/ar and r... Ken Collins <k****n@m****t> over 15 years ago
0fd86e7c [Rails3] Updating the gemspec, and readmes. Ken Collins <k****n@m****t> over 15 years ago

← Back to repository