dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

DBPTK Developer - library and command-line tool for execution of database preservation actions

Results 122 dbptk-developer issues
Sort by recently updated
recently updated
newest added

I created a discussion task for these questions like Bruno suggested. I did not find any document that concludes all the features of database preservation toolkit. 1. When someone needs...

When a database from a DBMS is converted into SIARD, sometimes the report shows: ``` - Type conversion in import module: in `sakila.actor.actor_id` (format: schema.table.column) has original type `SMALLINT UNSIGNED`...

enhancement

Description: An IllegalStateException is thrown in the end of the extraction process when extracting from PostgreSQL to SIARD 2.0 (the process seemed to finish though and a siard file was...

bug
postgres

Description: Fallback to unencrypted connection to database occurs when the connection fails. In some cases this might not be desirable. Current default behaviour is: 1. Try to connect to database...

enhancement

Description: It is not clear from the documentation how connection properties like e.g. `characterEncoding=UTF-8` (MySQL) should be configured. I guess it could be done using the generic jdbc import module...

discussion/question

- [ ] implement a documentation generator based on module's information - [ ] generate for 1 module - [ ] generate for all available modules - [ ] implement...

enhancement

I have installed the latest DBVTK on an Ubunt 12 server and the installation seems to work fine and Solr is running too. When I run this command as root,...

bug
siard-dk

Description: Comments not included in siard-dk export from Oracle Steps required to reproduce the bug: 1. Add comment to table COMMENT ON TABLE SJSYSADM.AFD IS 'Test'; 2. Run command to...

oracle
siard-dk

During the pilot we experienced several times that a certain datatype made a SIARDDK export fatally crash. This is because SIARDDK only allows for a small variety of datatypes, whereas...

bug
siard-dk

@andreaskring When exporting columns with CLOBS or BLOBS, we change the column type to integer (as it is supposed to identify the file with the binary data). When we do...

siard-dk