Need some advice here. Our DBA is asking why our queries are not coming 
with parameter markers. The way we understand the gem is that it is using 
parameter markers but handles that before it sends to the database. 
thoughts?



This is an example of how we are using a select query.


TableName

            .where(query)

            .where("act_bgn_ts >= ?", begin_date)

            .all



Thanks, 


Jonathan 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to