107
I Use This!
Inactive

Commits : Listings

Analyzed 27 minutes ago. based on code collected about 12 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable testing on WCTME 5.7 JVM (aka J9 2.2) More... over 19 years ago
Update a few masters, in preparation for Derby Network Client submission for a vote. More... over 19 years ago
Remove some uses of java.sql.Driver/DriverManager from ij for J2ME work. More... over 19 years ago
Remove some obsolete replication related code. More... over 19 years ago
Maintain boot state of system in Derby classes (Driver169, soon to be InternalDriver) rather than relying on java.sql.DriverManager. This is because java.sql.DriverManager is not part of J2ME/CDC/Foundation or JSR169. More... over 19 years ago
Separate JNDi dependency build in impl/jdbc . More... over 19 years ago
In preparation for Derby Net Client submission for a community vote, update a few masters. More... over 19 years ago
Add constants to represent the values for JVMInfo.JDK_ID. Add sysinfo output for Derb'y understanding of the JVM level. Add initial support for detecting a J2ME environment. Clean up some old JDK 1.1 support code. More... over 19 years ago
Build file fix for gump. More... over 19 years ago
Fix test failures by creating new master files for three tests when run with jdk15. The difference in the output of the tests is due to java.math.BigDecimal.toString() output differences in JDK15 and JDK14. More... over 19 years ago
Networkserver testing can/should be augmented by running the jdbc20 & jdbcapi suites. More... over 19 years ago
Change setting of BigDecimal and other object types to be set through the Number class rather than BigDecimal or explicit class, since BigDecimal is not supported in J2ME/CDC/Foundation More... over 19 years ago
Contribi=ute another Cloudscape test, jdbcapi/parameterMapping, tests mapping between java types and SQL types through the JDBC layer. More... over 19 years ago
Remove unused imports of java.sql.DriverManager. More... over 19 years ago
Add demo test and suite. More... over 19 years ago
Set svn:ignore for intermediate build files/directories. More... over 19 years ago
commit contributing nist suite (patchy by [email protected]) More... over 19 years ago
Allow Network Server demo to compile without db2jcc.jar in the classpath. More... over 19 years ago
Move methods from EmbedConnection20 into EmbedConnection and remove the class EmbedConnection20. Cleanup for JSR169 support. More... over 19 years ago
Add test cases for changes made in svn revision 126039 for fix to Derby-130 More... over 19 years ago
Derby 124: Set the result type for CONCAT operator correctly for BLOBs and CLOBs. More... over 19 years ago
Build file changes for gump More... over 19 years ago
Replace CurrentUserNode and CurrentIsolationLevelNode with single multi-purpose SpecialFunctionNode. More... over 19 years ago
Fix for multiple EXCSAT's without reset of the connection. contributed by [email protected] More... over 19 years ago
master update for supportsOpenCursorsAcrossCommit change More... over 19 years ago
Update j9 test masters. More... over 19 years ago
Add encryption suite, running storemats in an encrypted mode. More... over 19 years ago
Fix for DERBY-122. Do not skip jdk14 suite under JDK 1.5/5.0 More... over 19 years ago
Fix for Derby-114 - jar target name in target buildworld was incorrect. Fix for Derby-88 - RunSuite rounds incorrectly, use Math.ceil and Math.floor for better rounding of test pass/fail statistics. Partial fix for Derby-68 - Fix JDK revision typo in BUILDING.txt More... over 19 years ago
Fix javadoc errors in drda, tools, and publishedapi. More... over 19 years ago