$row->discard_changes;
is ($row->rank, 'abc', 'proper rank inserted into database');
+# temporary - can't get a win32 machine to investigate all possibilities
+if ($^O eq 'MSWin32' or $^O eq 'cygwin') {
+ done_testing;
+ exit;
+}
+
# and make sure we do not lose actual bigints
{
package DBICTest::BigIntArtist;