From: Yuval Kogman Date: Thu, 3 Jan 2008 13:36:07 +0000 (+0000) Subject: pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f96f99f2a205c59cd53628a8d2b19f8a76bd7ab;p=dbsrgits%2FDBIx-Class-Historic.git pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server --- diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index 88eeab6..5c03762 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -64,6 +64,13 @@ be called is the same execute statement, not just the same connection. So, this implementation appends a SELECT SCOPE_IDENTITY() statement onto each INSERT to accommodate that requirement. +=head1 METHODS + +=head2 insert + +=head2 last_insert_id + +=head2 sqlt_type =head1 AUTHORS