Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl-test
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl-test
Commits
d98d0b4c
Commit
d98d0b4c
authored
6 years ago
by
Tiago Grego
Browse files
Options
Downloads
Patches
Plain Diff
included col_collision_map option to avoid column accessor collisions
parent
a75768bc
No related branches found
Branches containing commit
No related tags found
2 merge requests
!22
[ENSCORESW-2622] DBIx warning in patch test databases
,
!22
[ENSCORESW-2622] DBIx warning in patch test databases
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/dump_test_schema.pl
+5
-1
5 additions, 1 deletion
scripts/dump_test_schema.pl
with
5 additions
and
1 deletion
scripts/dump_test_schema.pl
+
5
−
1
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
}
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment