Set an object's default version to 1 when it is created, rather than when it...
Set an object's default version to 1 when it is created, rather than when it is stored, to allow undef versions (which can then be stored as NULLs in the database).
Showing
- modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm 2 additions, 3 deletionsmodules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm 1 addition, 2 deletionsmodules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm 1 addition, 2 deletionsmodules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm
- modules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm 1 addition, 2 deletionsmodules/Bio/EnsEMBL/DBSQL/TranslationAdaptor.pm
- modules/Bio/EnsEMBL/Exon.pm 4 additions, 1 deletionmodules/Bio/EnsEMBL/Exon.pm
- modules/Bio/EnsEMBL/Gene.pm 4 additions, 1 deletionmodules/Bio/EnsEMBL/Gene.pm
- modules/Bio/EnsEMBL/Transcript.pm 4 additions, 1 deletionmodules/Bio/EnsEMBL/Transcript.pm
- modules/Bio/EnsEMBL/Translation.pm 3 additions, 0 deletionsmodules/Bio/EnsEMBL/Translation.pm
- modules/t/exon.t 26 additions, 4 deletionsmodules/t/exon.t
- modules/t/gene.t 24 additions, 2 deletionsmodules/t/gene.t
- modules/t/gtfSerialiser.t 9 additions, 9 deletionsmodules/t/gtfSerialiser.t
- modules/t/transcript.t 24 additions, 4 deletionsmodules/t/transcript.t
- modules/t/translation.t 2 additions, 0 deletionsmodules/t/translation.t
Please register or sign in to comment