projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
die in Storage::DBI::Pg when it can't find the autoinc sequence
[dbsrgits/DBIx-Class.git]
/
maint
/
gen-schema.pl
Commit
Line
Data
0009fa49
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
use lib qw(lib t/lib);
6
064ec2db
7
use DBICTest::Schema;
0009fa49
8
064ec2db
9
my $schema = DBICTest::Schema->connect;
0009fa49
10
064ec2db
11
print $schema->storage->deployment_statements($schema, 'SQLite');