Skip to content

Commit

Permalink
Make Database#disconnect work for the ADO adapter, from spicyj
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 23, 2008
1 parent a8c306a commit e4897e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
=== HEAD === HEAD


* Make Database#disconnect work for the ADO adapter (spicyj)

* Don't raise an exception in the ADO adapter if the dataset contains no records (nusco) * Don't raise an exception in the ADO adapter if the dataset contains no records (nusco)


* Enable almost full support of PostgreSQL-JDBC using the JDBC adapter (jeremyevans) * Enable almost full support of PostgreSQL-JDBC using the JDBC adapter (jeremyevans)
Expand Down
2 changes: 1 addition & 1 deletion lib/sequel_core/adapters/ado.rb
Expand Up @@ -28,7 +28,7 @@ def connect
end end


def disconnect def disconnect
# how do we disconnect? couldn't find anything in the docs @pool.disconnect {|conn| conn.Close}
end end


def dataset(opts = nil) def dataset(opts = nil)
Expand Down

0 comments on commit e4897e3

Please sign in to comment.