Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow :pool_class option to take a :symbol
This allows you to load connection_pool classes via :pool_class=>:foo, as long as inside the sequel/connection_pool/foo.rb file, you set CONNECTION_POOL_MAP[:foo] = self. No connection pool class currently uses this, but it's possible nondefault connection pool classes will be added in the future, and if so, they will need this.
- Loading branch information