Directory Statistics for src/java/net/sourceforge/jdbdump/dump/

Back to Index Page

StatCvs-XML

StatCvs-XML

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
Jakub Suder46 (62.2%) 859 (77.6%) 1234 (80.3%) 18.67
Marcin Grabda16 (21.6%) 3 (0.3%) 54 (3.5%) 0.19
Wiktor Kolodziej12 (16.2%) 245 (22.1%) 248 (16.1%) 20.42

StatCvs-XML

DateAuthorFile/Message
1/12/06 4:13 PMJakub Suder
some try/catch blocks added (1 Files changed, 31 Lines changed)
1/10/06 10:33 PMJakub Suder
modified the way of downloading data lines from the database, because it seems that mysql driver doesn't fetch the data efficiently and tries to download all records at once... (2 Files changed, 13 Lines changed)
1/10/06 5:42 PMJakub Suder
clean-up, comments, documentation... (6 Files changed, 41 Lines changed)
1/10/06 5:36 PMJakub Suder
clean-up, comments, documentation... (4 Files changed, 103 Lines changed)
1/10/06 5:00 PMJakub Suder
clean-up, comments, documentation... (3 Files changed, 91 Lines changed)
1/9/06 11:41 PMJakub Suder
clean-up (1 Files changed, 1 Lines changed)
1/8/06 11:30 PMJakub Suder
*** empty log message *** (1 Files changed, 2 Lines changed)
1/8/06 11:28 PMJakub Suder
replaced the reference to DatabaseConnector's connection with a reference to the connector itself (1 Files changed, 6 Lines changed)
1/8/06 11:26 PMJakub Suder
dataSet is received from DatabaseConnector, because the query may be different for two kinds of databases (1 Files changed, 2 Lines changed)
1/8/06 2:35 AMWiktor Kolodziej
*** empty log message *** (1 Files changed, 1 Lines changed)
1/7/06 6:32 PMJakub Suder
added constraints (1 Files changed, 13 Lines changed)
1/7/06 6:31 PMJakub Suder
added name, type (+ enum ConstraintType), and constructor (1 Files changed, 33 Lines changed)
1/7/06 6:29 PMJakub Suder
added column's constraint (1 Files changed, 15 Lines changed)
1/7/06 1:42 AMWiktor Kolodziej
Just test (1 Files changed, 3 Lines changed)
1/4/06 9:22 PMJakub Suder
added closeFileReader() (1 Files changed, 28 Lines changed)
1/4/06 9:20 PMJakub Suder
can now import and export ZIP and GZIP dumps (1 Files changed, 41 Lines changed)
1/4/06 9:16 PMJakub Suder
- importDump() uses File again, not FileInputStream :)

- added CompressionMethod argument
(2 Files changed, 24 Lines changed)
1/4/06 7:09 PMJakub Suder
- Table now has reference to Dump instead of Connection

- getDataLine() can read data from both types of sources (a database or a file)
(1 Files changed, 61 Lines changed)
1/4/06 7:07 PMJakub Suder
added fileReader and databaseReader and their getters/setters/etc. (1 Files changed, 114 Lines changed)
1/4/06 7:05 PMJakub Suder
- replaced FileOutputStream with File as the argument to exportDump() (because no other method needs to access the file once exportDump() saves it)

- exportDump() now saves also table data

- importDump() sets a reference to the file in Dump (setFileReader())
(1 Files changed, 32 Lines changed)