Skip to content
Snippets Groups Projects
Select Git revision
  • 101_provider_metakeyupdate
  • 102
  • 102_provider_metakeyupdate
  • 102_testdbpatching
  • 102_versionbump
  • 103_provider_metakeyupdate
  • 103_testdbpatch
  • 103_versionbump
  • 104_testdbpatch
  • 104_versionbump
  • 105_version_bump
  • 108_schema_patch
  • 108_versionbump
  • 109_versionbump
  • Bugfix/ComparaTest
  • Bugfix/CompressedHexDb
  • Bugfix/CompressedHexDb_103
  • Bugfix/Null_translation_id
  • Bugfix/PingErrorMsg
  • Bugfix/TestDbs
  • cpan/113.0.0
  • cpan/112.0.0
  • cvs/release/ensembl/74
  • cvs/release/ensembl/73
  • cvs/attic/branch-e73-db-portability
  • cvs/attic/tag-ensemblgenomes-20-73
  • cvs/release/ensemblgenomes/20-73
  • cvs/attic/unconventional_removal_branch
  • cvs/attic/api_cleanup
  • cvs/attic/unconventional_removal
  • cvs/attic/api_removal
  • cvs/attic/remove_dnac
  • cvs/attic/branch-switchable_adaptors
  • cvs/attic/branch-additional_id_cache
  • cvs/attic/branch-e72-db-portability
  • cvs/attic/branch-e71-db-portability
  • cvs/release/ensembl/72
  • cvs/attic/ensembl_all_alleles
  • cvs/attic/branch-expression_data
  • cvs/release/ensemblgenomes/19-72
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.017Jan15131097318Dec171211109654328Nov26252322181514121187531Oct302925242321181715121110987432130Sep27262523191817131211109653230Aug29272322201916151298765231Jul302926252423221918171615111043228Jun27262421201918171312111065331May302928232221171514131098732130Apr292726242322191817161512111095Move can_straight_join() to Driver::<type> subclasses.insert_ignore_clause(): move driver-specifics to Driver::<type> subclasses.last_insert_id(): move driver-specifics to Driver::<type> subclasses.Move DBD connection details into Driver::<type> subclasses.Split out driver-specfic code into delegated subclasses.No support for the registry in SQLite yet.STRAIGHT_JOIN optimisation only works on MySQL.Make SQL more portable, where this has no side-effects.AttributeAdaptor.pm: portable SQL.sqlHelper.t: only attempt to alter engine for MySQL.dbConnection.t: quoting for SQLite.port() and host() may not be set for all drivers.Need to use last_insert_id() instead of {mysql_insertid}."INSERT IGNORE" vs "INSERT OR IGNORE" portability."INSERT INTO table SET col1=val1, col2=val2" does not work for SQLite.BaseAdaptor.pm: properly unpack _tables().rows() doesn't work on SQLite for SELECT unless all rows actually fetched!rows() doesn't work on SQLite for SELECT unless all rows actually fetched!Run ensembl-test/scripts/convert_test_schemas.sh.Missing or incomplete documentation for some methodsAdded return types to the documentation of some methodsMerge pull request #1 from willmclaren/masterMerge remote-tracking branch 'local/feature/remove-rc'Automatic merging of dev into masterensembl_ontology updated to release 75added new methods for readthrough countstest databases in sync with latest schemaTrying to avoid trailing whitespace errors[ENSCORESW-797]. Use git show to retrieve whatever branch version of sql/table.sql file is requested.removed Test::Warnings dependencylooking for value 94, not 58Switching on warning checks and making sure ontology db is updatedMake sure we use the right URL for these imagesEnabling tests to make sure we never allow a warning test to succeed[ENSCORESW-812]. Enabling travis ciA number of databases were missingSort the patches or else they will not be applied in the right orderOutput has changed but the test case did not. Fixing itBetter support for dbEntries test. Some harnesses caused the test toA single = is not a comparator operator. We need to use ==