logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Storage::DBI::IdentityInsert - Storage Component for Sybase ASE and MSSQL for Identity

Description

       This is a storage component for Sybase ASE (DBIx::Class::Storage::DBI::Sybase::ASE) and Microsoft SQL
       Server (DBIx::Class::Storage::DBI::MSSQL) to support identity inserts, that is inserts of explicit values
       into "IDENTITY" columns.

       This is done by wrapping "INSERT" operations in a pair of table identity toggles like:

         SET IDENTITY_INSERT $table ON
         $sql
         SET IDENTITY_INSERT $table OFF

Further Questions?

       Check the list of additional DBIC resources.

Name

       DBIx::Class::Storage::DBI::IdentityInsert - Storage Component for Sybase ASE and MSSQL for Identity
       Inserts / Updates

See Also