As time goes on, more and more corporation remove admin rights to users for security reasons. A portable version is more needed than never.
Me again. Since 2015, Sourceforge has again been acquired and they are ok now. The original reason to move away from Sourceforge is gone. Might as well remain here and put efforts on the code instead of a migration.
Appimage does not work on Ubuntu 20.04 LTS and many other distributions.
@jeff, you have been writting to me emails and the way you are writting suggest that you never getting my emails. Check you spam folder please. Following, the content of my last emails regarding this bug report. The bug fix is ready for merge; all has been reviewed. *I created branch FixCachedDataSetDeragonDev. So now you have two branches for the fix, identical in all ways except for the name of the main developer in the changes.xml file; the first one, FixCachedDataSet is set to you and due-to...
B424: CachedDataSet does not work
B424: CachedDataSet does not work
Branch FixCachedDataSet contains the fix and a unit test ensuring it is working well. It will be merged in the next release, 2.6.1.
B424: CachedDataSet does not work
F200 - Fixed CacheDataSet(IDataSet dataSet)
I believe that the fix I proposed to the CachedDataSet(IDataSet dataSet) constructor does the job. As for the default constructor without arguments, I found the following code in one of the DbUnit test cases. There is a scenario where it can be useful. private IDataSet produceToMemory(String source) throws DataSetException { CsvProducer producer = new CsvProducer(source); CachedDataSet cached = new CachedDataSet(); producer.setConsumer(cached); producer.produce(); return cached; }
Wow, you are right! How could I have miss this?!? I was too confident with the tests. The change was part of a refactoring and I am trully sorry that I missed this serious bug I introduced. I do not believe that a full revert is necessary. I have changed the current constructor for this one and added a test for it. Up to now, this seams to fix the problem. I have not finished the work, but in the next few days I will submit a new branch for the fix. I also removed the constructor that is taking no...
Greetings Anghel, What technical error are you getting? All unit tests pass. Instead of using a duplicate OrderedTableNameMap the fix make use of the one found in the parent class, like all other classes. It is possible that the test suite missed something, but I am curious what the bugs are. Can you please describe them? Best regards, Hans Deragon
F218: IDataSet.addTable[s]() functions implemented.
Reintroduced "ITableFilter.addTable[s]() functions implemented""
Revert "ITableFilter.addTable[s]() functions implemented"
What is the status of this project? How does it work? This is a killer feature that is missing in DbUnit. Once implemented, we should bump DbUnit to version 3.0 in my opinion, to signify the change (ok, no API gets broken, but still, it is a major feature).
Installing the two provided packages fixed the problem. Yes, please add them to the PPA. This support request can be closed. Thank you for your help; it is very much appreciated.
Sorry about that. I forgot to run one set of tests. Code has been fixed. It should work now.
F218: IDataSet.addTable[s]() functions implemented.
2.0.3 crash after attempting to save 48 pages at 300 DPI.
F218: IDataSet.addTable[s]() functions implemented.
F218: IDataSet.addTable[s]() functions implemented.
F218: IDataSet.addTable[s]() functions implemented.
IDataSet.addTable[s]() functions need to be implemented.
Ah darn, I just realized that I submitted this ticket to the wrong project. Can it be transfered or should it be closed and then reopened against reCvsEditor?
Zip file should contain parent directory.
Cannot set date format for databases other than Oracle.
Feature #215 - DatabaseEnvironment now loads dbunit.properties.
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
Ok, this merge request is ready now.
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
Feature #215 - DatabaseEnvironment now loads dbunit.properties.
We have a rule of using 50 caracters for the summary. However, if we start the summary with "Feature #XYZ", a lot of caracters are then already taken. We should settle for a standard, something like: FXYZ: This is a new feature implemented. BXYZ: This is a bug fix. For the moment, I use the current standard, which is using the "Feature" word fully, but I am breaking the 50 caracters rule by doing so.
DatabaseEnvironment now loads dbunit.properties.
This merge request is dependant on merge request #41 "devgude.xml converted to devguide.apt - Feature #214. (open)". Once merge request is merged in the master branch, this merge will be adapted to fast-forward.
Once this merge is performed, merge request #28 "DatabaseEnvironment - Optional "dbunit.properties" now loaded. (open)" will be adapted to fast-forward with this merge request included in the master branch.
Document how to contribute code.
Documentation: Add instruction on how to document.
devgude.xml converted to devguide.apt - Feature #214.
DatabaseEnvironment now loads dbunit.properties.
Feature #214 - devgude.xml converted to devguide.apt.
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
IDEs needs to be able to run tests.
Documentation in Doxia's APT format use invalid date format.
Convert devgude.xml to devguide.apt.
I refreshed the commits. Should be fine now. Please proceed with the merge.
DatabaseEnvironment now loads dbunit.properties.
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into bug406-datatypes
One can add any property in the file. What is documented is just an example.
Merge request #46 fixes the documentation. Thank you for reporting this mistake.
Bug #406 - Fixed documentation regarding the blob [FILE] and [URL] tags which arguments are after them, not within them.
Bug #406 - Fixed documentation regarding the blob [FILE] and [URL] tags which arguments are after them, not within them.
Still working on this one.
ITableFilter.addTable[s]() functions implemented.
On (no branch): AddTable
index on (no branch): 20f45668 IDataSet & AbstractDataSet - Implemented addTable(String), addTables(Collection<ITable>) and addTables(IDatasSet).
ITableFilter.addTable[s]() functions implemented.
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
Actual code was merged with merge request #30. Closing this one.
#199 FlatDtdDataSet has redundant code.
Ok. I have both FlatDtdDataSet & CacheDataSet fixed. The merge should be simple.
Feature #200: FlatDtdDataSet & CacheDataSet code simplification.
Feature #200: FlatDtdDataSet & CacheDataSet code simplification.
Feature #199: FlatDtdDataSet has redundant code.
Add PostgreSQL OID data type
Adjust data types doc
IntervalType: Remove executable bit setting
Feature 196: Blobs now easier to define with cues.
Prep for next release development
Prep release 2.5.4
Upgrade Apache POI to latest release (3.17)
Bug 400: #374 regression: Cannot insert null values via jTDS
index.xml: reformat only
Implemented metadata caching in ResultSetTableMetaData to minimize
index.xml: Update w/download, improve links
Add Eclipse Java codestyle format file
changes.xml: Update for work in progress
DefaultPrepAndExpectedTestCase: don't verify tables when errors
Feature #199: FlatDtdDataSet has redundant code.
PostgresSQLOidIT: fix build fail "no test found"
PostgresSQLOidIT: reformat only
PostgresqlDataTypeFactory: Reformat only.
changes.xml: update for column metadata caching
Reformat only
FlatDtdDataSet.java - Fixed toString() function.
DefaultPrepAndExpectedTestCase: log improvement
DatabaseEnvironment - Added logger which informs the user when dbunit.properties is being loaded.
Merge branch 'master' into DatabaseEnvironment.java
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into DatabaseEnvironment.java
DatabaseDataSet also has this problem. This one is tricky to fix.
Merge branch 'master' into idataset-addtables#2
Merge branch 'master' of https://git.code.sf.net/p/dbunit/code into CachedDataSet
Yep, there is definitely a problem here. At first, only resolutions 75/100/200/300 are available. Then I change the source for something else, like ADF, then switch back to Flatbed and voilà, resolutions 75/100/200/300/600/1200 are now available, but 600/1200 are not working.
As requested, the log file when scanning 600 DPI with a 200 x 200 sheet.
I selected 'manual' and entered 215 x 279 and even tried 200 x 200, yet it always scan in 75 DPI when 600 DPI or 1200 DPI is selected. I redefined "US Letter" to 215 x 279 and got the same thing (no surprise here). BTW, I found another bug. I could not edit the "US Letter" definition because when pressing apply, the "US Legal" definition was to high for the scanner. I suspect that the code aborts any update if an error exist. It should save those entries that are valid though. I had to delete "US...
Attached, two files. One with 300 DPI selected which worked fine, the other with 600 DPI selected, but clearly the resolution scanned is much lower than that of the 300 DPI.
CSV table-ordering.txt should support commented lines, with '#' as the symbol for comments.
Effective resolution is 75 DPI despite selecting 600 or 1200.
I moved my project, Autopoweroff for the exact same reasons has you have put forward. However, since 2015, new owners took control of SourceForge and their policies have changed for the better. I do not believe that these arguments still stand today.