Displaying 3 results from an estimated 3 matches for "gungl".
Did you mean:
gung
2008 Nov 28
1
True ActiveRecord result set iteration
...lement, it''s easy to implement, and IMHO it
doesn''t break the AR metaphor.
If you like the idea and want to send feedback, please CC me. I''m not
subscribed to the list.
Regards,
Andreas
--
OTTO Software Partner GmbH, Freiberger Str. 35, 01067 Dresden, Germany
Andreas Gungl (e-mail: Andreas.Gungl-nIYYjubZuqizQB+pC5nmwQ@public.gmane.org)
Tel. +49-351-49723-140 - Fax: +49-351-49723-119
AG Dresden, HRB 2475
Geschäftsführer Burkhard Arrenberg, Jens Gruhl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the G...
2006 Dec 20
1
Problem with Oracle function-based indexes in Rails
...er would understand such
constructs. A possible solution for this problem is attached as patch
against Rails 1.2 RC1.
I''m quite sure it''s not perfect yet. Maybe someone can pick up the idea and
improve it to make it ready to go into the official sources.
Best Regards,
Andreas Gungl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to rubyonrails-c...
2006 Feb 07
5
OCI adapter slowdown on dictionary access
...in activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb
at line 341 (in the #columns method):
- select column_name, data_type, data_default, nullable,
+ select /*+ RULE */ column_name, data_type, data_default, nullable,
Best regards and thanks for the great framework,
Andreas Gungl