And if we went with a use_bind_variables flag, we could have Oracle/ Postges::Dataset def supports_bind_variables?; true; end
And then dataset.rb def supports_bind_variables?; false; end and in Dataset::initialize() raise "This database adapter does not support bind variables" unless supports_bind_variables? Just for niceness (could be a warning rather than raise) -Nate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
