Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-test
Commits
d98d0b4c
Commit
d98d0b4c
authored
Aug 17, 2018
by
Tiago Grego
Browse files
included col_collision_map option to avoid column accessor collisions
parent
a75768bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
scripts/dump_test_schema.pl
scripts/dump_test_schema.pl
+5
-1
No files found.
scripts/dump_test_schema.pl
View file @
d98d0b4c
...
...
@@ -156,7 +156,11 @@ sub get_MultiTestDB {
sub
make_schema
{
my
(
$self
)
=
@_
;
my
$loader_options
=
{
naming
=>
'
current
'
};
my
$loader_options
=
{
naming
=>
'
current
',
col_collision_map
=>
'
column_%s
',
};
$loader_options
->
{
dump_directory
}
=
$self
->
schema_dir
if
$self
->
dump_schema
;
make_schema_at
(
$self
->
schema_class
,
$loader_options
,
[
sub
{
$self
->
dbc
->
db_handle
}
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment