2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug where the writer was not qualifying elements that contained a qualifier More... over 12 years ago
Former-commit-id: bf11b1844bb36d4c9b8401934d9b72332c9f40c6 More... over 12 years ago
BigDecimal should not use the engineering/E-08 formats but simple plain strings.
transisi
as Benoit Xhenseval
More... over 12 years ago
Fixed bug in determining when a line is part of a multiline record More... almost 13 years ago
Former-commit-id: 04008fea8d10379712d147505c6afdfe4ebeb104 More... almost 13 years ago
Added mappings from DB using the BufferedReader classes More... almost 13 years ago
Fix an NPE
transisi
as Benoit Xhenseval
More... about 13 years ago
Fixed bug in DBDelimitedParser. Trying to use the column headers to build the meta data when ignore first was set to false. More... over 13 years ago
Fixed bug in DBDelimitedParser. Trying to use the column headers to build the meta data when ignore first was set to false. More... over 13 years ago
Added a check for a bad DataFile key to produce a better exception than a NPE More... over 13 years ago
Added an option to over ride the table names for DATASTRUCTURE and DATAFILE. The table names can now be changed all together, or be set to lower case if so desired. More... over 13 years ago
Added an option to over ride the table names for DATASTRUCTURE and DATAFILE. The table names can now be changed all together, or be set to lower case if so desired. More... over 13 years ago
Added an option to over ride the table names for DATASTRUCTURE and DATAFILE. The table names can now be changed all together, or be set to lower case if so desired. More... over 13 years ago
Fixing a lot of Sonar issues. (the easy ones!)
transisi
as Benoit Xhenseval
More... about 14 years ago
maven 2 build.
transisi
as Benoit Xhenseval
More... about 14 years ago
ready for 3.2.0
transisi
as Benoit Xhenseval
More... about 14 years ago
last few items for release.
transisi
as Benoit Xhenseval
More... about 14 years ago
Prepare for 3.2 release. Added getBigDecimal on DataSet.
transisi
as Benoit Xhenseval
More... about 14 years ago
Added a test for the BuffReaderParseFactory to make sure the parameter order was truly fixed. More... about 14 years ago
added a couple junit tests to try to replicate a bug reported on SF. So far everything is passing and it cannot be recreated. More... about 14 years ago
Former-commit-id: 58c2cea50e0c4f2b30d44d570796aa956c637b27 More... about 14 years ago
fix for bug ID 1869636. The parameters for the datasource and xml map were reversed when calling the super class. More... about 14 years ago
Updating the SF logo as per the SF email sent March 10.
transisi
as Benoit Xhenseval
More... about 15 years ago
fixed bug. Sorting was not working if the column names were not being looked up in lower case. They are put into the map lower case so that we can ignore case on the name unless the user elects to use strict lookup only. Had to pass the parser object into the order by so we can check the options which were set for the parse. More... over 15 years ago
added the ability to specify the type of column being ordered by: String, Date, Numeric. This allows more control over the sorting. More... over 15 years ago
added the ability to specify the type of column being ordered by: String, Date, Numeric. This allows more control over the sorting. More... over 15 years ago
removed the throws exception from the method signature or the orderRows() More... over 15 years ago
added new option on the Parser to store the raw data of each line. More... over 15 years ago
added new option on the Parser to store the raw data of each line. More... over 15 years ago
stopped the fixed width parser from removing leading spaces in the data element. Added the rTrim() method in the ParserUtils More... over 15 years ago