On 5/25/06, Michael Koziarski <[EMAIL PROTECTED]> wrote:
> The implementation involves some funky regex's on the sql sent along to
> the connection adapter, so I'm going to do some more extensive testing
> within my own app before posting to Trac.
I like the idea, however perhaps it's not ambitious enough?
If instead of doing the value interpolation immediately, we could hold
off and pass the full sql string down to the adapter.
["FULL SQL STRING", bunch, of, values]
I've heard from thoughtworks that the performance difference for
oracle is appreciable. It's probably true for other DBs too.
The largest benefit though would be allowing people to insert huge
blobs without a ... 65k sql statement.
Yes, please oh please. This would let us do all kinds of interesting
things in plugins, as well.
_______________________________________________
Rails-core mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-core