DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor - GUID Support for MS Access over ADO
Contents
Copyright And License
This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or
modify it under the same terms as the DBIx::Class library.
perl v5.40.0 2025-02-01 DBIx::Class::St...:MS_Jet::Cursor(3pm)
Description
This class is for normalizing GUIDs retrieved from Microsoft Access over ADO.
You probably don't want to be here, see DBIx::Class::Storage::DBI::ACCESS for information on the
Microsoft Access driver.
Unfortunately when using DBD::ADO, GUIDs come back wrapped in braces, the purpose of this class is to
remove them. DBIx::Class::Storage::DBI::ADO::MS_Jet sets cursor_class to this class by default. It is
overridable via your connect_info.
You can use DBIx::Class::Cursor::Cached safely with this class and not lose the GUID normalizing
functionality, ::Cursor::Cached uses the underlying class data for the inner cursor class.
Further Questions?
Check the list of additional DBIC resources.
Name
DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor - GUID Support for MS Access over ADO
