1DBIx::Class::Storage::DUBsIe:r:ACCoCnEtSrSi(b3u)ted PerlDBDIoxc:u:mCelnatsast:i:oSntorage::DBI::ACCESS(3)
2
3
4
6 DBIx::Class::Storage::DBI::ACCESS - Support specific to MS Access
7
9 This is the base class for Microsoft Access support.
10
11 This driver supports last_insert_id, empty inserts for tables with
12 "AUTOINCREMENT" columns, nested transactions via auto_savepoint, "GUID"
13 columns via DBIx::Class::Storage::DBI::UniqueIdentifier.
14
16 This module has currently only been tested on MS Access 2010.
17
18 Information about how well it works on different version of MS Access
19 is welcome (write the mailing list, or submit a ticket to RT if you
20 find bugs.)
21
23 If you have "GUID" PKs or other "GUID" columns with auto_nextval you
24 will need to set a new_guid callback, like so:
25
26 $schema->storage->new_guid(sub { Data::GUID->new->as_string });
27
28 Under Catalyst you can use code similar to this in your
29 Catalyst::Model::DBIC::Schema "Model.pm":
30
31 after BUILD => sub {
32 my $self = shift;
33 $self->storage->new_guid(sub { Data::GUID->new->as_string });
34 };
35
37 Check the list of additional DBIC resources.
38
40 This module is free software copyright by the DBIx::Class (DBIC)
41 authors. You can redistribute it and/or modify it under the same terms
42 as the DBIx::Class library.
43
44
45
46perl v5.30.1 2020-01-2D9BIx::Class::Storage::DBI::ACCESS(3)