From BioPerl
Tracking SVN commits
You can track code development in BioPerl by RSS feeds or the bioperl-guts Mailing list. There is a list of all BioPerl RSS feeds as well.
| Bioperl-DB
|
| RSS
|
- 14848 - Added test for inserting, updating, and constraining char columns using numer...
- Added test for inserting, updating, and constraining char columns using numeric
values (which can be an issue in PostgreSQL v8.3+).
- 14847 - Made sure that the persistence driver's prepare() and bind_param() front-ends...
- Made sure that the persistence driver's prepare() and bind_param() front-ends
are actually being used.
- 14846 - Migrated code to capabilities of more modern DBI and DBD versions.
- Migrated code to capabilities of more modern DBI and DBD versions.
- 14845 - Mostly cosmetic change in how the config file is written to silence a warning.
- Mostly cosmetic change in how the config file is written to silence a warning.
- 14844 - Fixed to use placeholders and a named query, rather than doing the quoting
it...
- Fixed to use placeholders and a named query, rather than doing the quoting
itself (which would have also been a security hole if the parameter came from user or web form input). This also gets rid of the incompatibility with PostgreSQL v8.3+!
- 14776 - Fixed inconsistencies in the PODs of the loading scripts. Fixed errors and
in...
- Fixed inconsistencies in the PODs of the loading scripts. Fixed errors and
inconsistencies in the INSTALL document.
- 14602 - get rid of undefined string warnings in verbose output
- get rid of undefined string warnings in verbose output
- 14601 - bug 2226
- bug 2226
- 14599 - Throw if no primary key defined (cases where the persistent object is not cre...
- Throw if no primary key defined (cases where the persistent object is not created and one attempts to remove in same run).
- 617 - bug 2387
- bug 2387
- 616 - added GPL License
- added GPL License
- 615 - changed license to "perl", ie. artistic or GPL
- changed license to "perl", ie. artistic or GPL
- 614 - bug 2287
- bug 2287
- 613 - more similar to original test
- more similar to original test
- 612 - some fixes related to bioperl-live Ontology fixes
- some fixes related to bioperl-live Ontology fixes
- 611 - removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
- removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
- 610 - Adding support for schemas in PostgreSQL. Though I think this should work,
it...
- Adding support for schemas in PostgreSQL. Though I think this should work,
it is not tested yet.
- 609 - Documenting that in theory location() should always be present.
- Documenting that in theory location() should always be present.
- 608 - Patch by Bryan Cardillo to fix the issue in
http://lists.open-bio.org/piperma...
- Patch by Bryan Cardillo to fix the issue in
http://lists.open-bio.org/pipermail/biosql-l/2006-August/001048.html
- 607 - latest version from core
- latest version from core
|