make common tests use fewer active statements
authorRafael Kitover <rkitover@cpan.org>
Sat, 7 Apr 2012 17:47:19 +0000 (13:47 -0400)
committerRafael Kitover <rkitover@cpan.org>
Sat, 7 Apr 2012 17:47:19 +0000 (13:47 -0400)
commitc9d9f5e30cde7df28baef0dc312f51863371490d
treeab67a3ce3ddafa92b1398fbca23a84770c6f3376
parente8c7b904425c1f61a1d48ff2a294b9faf7d12b8f
make common tests use fewer active statements

Newer versions of the Sybase ASE developer's edition have a limit of 25
user connections and do not allow setting it higher, this did not
support the common tests.

Change the ->first calls on ResultSets to ->single to not keep active
statements around.

The common tests now run against the latest version of Sybase ASE
developer's edition.
t/lib/dbixcsl_common_tests.pm