Method: Sequel::ConnectionPool#connect_sqls
- Defined in:
- lib/sequel/connection_pool.rb
#connect_sqls ⇒ Object
An array of sql strings to execute on each new connection. Deprecated.
100 101 102 |
# File 'lib/sequel/connection_pool.rb', line 100 def connect_sqls @connect_sqls end |