Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
1 new of 1 - Dec 3 2009
4 new of 4 - Dec 2 2009
1 new of 1 - Dec 1 2009
5 new of 5 - Nov 24 2009
4 new of 4 - Nov 17 2009
5 new of 5 - Nov 7 2009
8 new of 8 - Nov 6 2009
1 new of 1 - Nov 5 2009
1 new of 1 - Nov 2 2009
9 new of 9 - Nov 2 2009
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 153  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: place for discussing improvements and bug fixes for the Rails ActiveRecord SQLServer Adapter.
 

Speed 
  I've been working on optimizing a data intensive display of ours, and I noticed that a query which returns ~1500 rows takes a significant amount of time to process all the rows returned. The data from the query itself returns in <150ms (yes, it could be faster, and will be), but it's taking 2.31s for the ActiveRecord call to return.... more »
By Erik Bryn  - Feb 3 - 13 new of 13 messages    

Milliseconds are stripped? 
  I've read another thread in this group regarding the millisecond support using _before_type_cast on the column name but I don't seem to be getting the same result: ActiveRecord connection used: => #<ActiveRecord::ConnectionAdap ters::SQLServerAdapter version: 2.2.21, year: 2008, connection_options: ["DBI:ADO:Provider=SQLOLEDB;Da ta Source=.......... more »
By revgum  - Feb 3 - 2 new of 2 messages    

Hiring An App Developer 
  My work place is hiring a developer. SQL Server is not a requirement since that is abstracted away with the adapter. We are looking for someone with good web application skills, some JavaScript, and general good work ethic. The company is in Virginia but remote telecommute is an option (as that is what I do). If anyone is interested, send me an email.... more »
By Ken Collins  - Jan 27 - 1 new of 1 message    

Ceàgo vs Ce?go 
  Howdy, thanks for open-sourcing this adapter! Its made life bearable when dealing with SQL Server and Rails. I've been seeing strange behavior with data that includes accents. (Not sure if this qualifies as unicode or not, since I recall accented letters being in the ASCII charset.) In irb, all is well:... more »
By Micah  - Jan 15 - 6 new of 6 messages    

Must use table name in complex conditions 
  I posted this a while back on the rails forum but it not get much attention, and thought some other folks may experience the same issue. -------ORIGINAL POST-------- I'm working with a legacy MSSQL database with non-traditional table names and foreign keys. For our purposes tablel 1 is named 'tblFoo"... more »
By joshmckin@gmail.com  - Jan 12 - 5 new of 5 messages    

Problem using SQL Server adapter with ActiveScaffold (with patch) 
  Hi. I was getting strange "double-bracketed" field names when I swapped out SQL Server for MySQL on my Rails app. I use the ActiveScaffold (AS) plugin and for whatever reason when AS used the standard ActiveRecord #find methods, I was getting SQL exceptions indicating that the underlying SQL was getting double-brackets on... more »
By Eric Kramer  - Jan 12 - 1 new of 1 message    

"Unable to load driver 'ODBC'" on windows w/ruby 1.9 
  Hey All, I'm trying to use the sql server adapter on a windows XP machine from a plain ruby script and am getting the subject error. Here's my script: ...require 'dbi' require 'activerecord' require 'activerecord-sqlserver-adapte r' db_config = { :adapter => 'sqlserver', :mode => 'ODBC', :server => 'ctrhs-sql2k\sql2k',... more »
By Roy  - Jan 8 - 4 new of 4 messages    

Problems loading version 2.3 and undefined method `create' for DBI::Type::Timestamp:Class 
  Hello everybody, This message in actually about two different (I guess) problems. First, I'm trying to use the activerecord-sqlserver-adapter gem version 2.3 but I keep getting this error message telling me it cannot load the file when I try to run script/server no such file to load -- activerecord-sqlserver-adapter... more »
By Cássio Marques  - Dec 21 2009 - 21 new of 21 messages    

Add option for specifying total row count to add_limit_offset! 
  It'd be great if we could bypass the automatic row counting performed in #add_limit_offset! by specifying a count ourselves somehow. If you're using will_paginate, the total row counts are being performed twice - once by will_paginate and then once again by the adapter in #add_limit_offset!.... more »
By Erik Bryn  - Dec 10 2009 - 2 new of 2 messages    

optimistic offline locking using a timestamp column 
  Hi I have the following problem: We have a large legacy database on MS SQL Server 2005. Each table uses a timestamp column to implement optimistic offline locking. We want to build a rails application that uses this database as is. Is there a way that rails can use the timestamp columns for its own locking magic?... more »
By Gernot  - Dec 3 2009 - 1 new of 1 message    

1 - 10 of 153   « Newer | Older »

XML       Send email to this group: rails-sqlserver-adapter@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google