-
Notifications
You must be signed in to change notification settings - Fork 31
/
Changes
50 lines (33 loc) · 1.68 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Revision history for BioSQL
===========================
Note: this revision history only starts at the BioHackathon 2008,
Tokyo, prior to the v1.0 release.
BioSQL core schema
------------------
version 1.0.1:
o Enlarged column width for dbxref.accession and bioentry.accession
to 128 characters to deal with some very long accession numbers of
pathway database entries.
o Added migrate/ directory and migration scripts from 1.0.0 for Pg,
MySQL, and Oracle (the latter is in the sql/biosql-ora/1.0/migrate
directory).
o Fixed INSTALL documentation to consistently use biosql as the
schema (database) name.
o Added note to INSTALL file about incompatibility with PostgreSQL v8.3+.
o Added script to add back explicit typecasts to v8.3. This is
experimental and untested, use at your own risk. If it does make
v8.3+ work for you with bioperl-db, please let us know at
biosql-l{at}lists{dot}open-bio{dot}org.
o Fixed bug #2470: load_ncbi_taxonomy.pl will no longer require to
use the NCBI taxon ID as the primary key value. Hence, the primary
key will now be different from the NCBI taxon ID.
version 1.0.0:
o Brought sql/biosql-accelerators-pg.sql to the 1.0 schema, but
still retired it since no-one can have been using it.
o Updated and fixed views and functions in sql/biosqldb-views-pg.sql
to work with 1.0 schema. Apparently this hadn't been used for a while ...
o Retired scripts/create_mysql_db.pl. Not sure what this was ever
useful for, and the DDL path was wrong anyway.
o Oracle version is now under sql/biosqldb-ora for consistency.
o Added version for Apache Derby (Java embedded RDBMS).
o Changed license to LGPL v3.