107
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DERBY-6117 Silently swallowed SecurityExceptions may disable Derby features, including security features. More... almost 10 years ago
DERBY-6684(Failure in testDERBY5120NumRowsInSydependsForTrigger when upgrading from 10.11.1.0 to trunk) We ran into DERBY-6684 after the fix for DERBY-2041 went into 10.11 The failure is the expected behavior since when dropping a table, we should detect any dependent triggers defined on other tables and drop table should fail if such dependencies exist. To fix the test failure, we just need to switch the order of drop table DERBY-2041(Trigger should register a dependency on tables and columns used in its body) Drop ATDC_TAB1 before ATDC_BKUP1 because ATDC_TAB1 has a trigger on it which references ATDC_BKUP1. If we try dropping ATDC_BKUP1 without first dropping ATDC_TAB1, there will be an error message that trigger ATDC_TAB1_TRG1 depends on ATDC_BKUP1 More... almost 10 years ago
DERBY-5003 NPE in ReplicationRun_Local_3_p5 when stopping slave after purposefully crashing master More... almost 10 years ago
DERBY-6336: Disable index statistics daemon in StalePlansTest More... almost 10 years ago
DERBY-6697: Failures when running tests with JaCoCo More... almost 10 years ago
DERBY-6699 Error in PredicatePushdownTest.test_predicatePushdown More... almost 10 years ago
DERBY-6693 Assert failure/ArrayIndexOutOfBoundsException when using COUNT in MERGE matching clause More... almost 10 years ago
DERBY-6690 ROW_NUMBER should not be allowed in generation clause More... almost 10 years ago
DERBY-6691 ROW_NUMBER should not be allowed as argument in a procedure call More... almost 10 years ago
DERBY-6689 Assert failure/NPE when using ROW_NUMBER in MERGE ... INSERT More... almost 10 years ago
DERBY-6688 NPE (or sane: ASSERT failure) with ROW_NUMBER in some subqueries More... almost 10 years ago
DERBY-6692: Fix self-deadlock regression in soft-upgraded database; commit derby-6692-01-ab-withTests.diff. More... almost 10 years ago
DERBY-6336: Print more information when StalePlansTest fails More... almost 10 years ago
DERBY-2234: ant junitreport gives fatal error during transformation More... almost 10 years ago
DERBY-6685: Permission problems when running JUnit tests with Ant 1.9.4 More... almost 10 years ago
DERBY-6565 ROW_NUMBER function throws NullPointerException in UPDATE statement More... almost 10 years ago
DERBY-6623 DatabaseMetaDataTest fails intermittently More... almost 10 years ago
DERBY-6683: Add vti demo classes to the bin.tar.gz distribution just as they are added to the bin.zip distribution; commit derby-6683-01-aa-addVTIdemoClassesToTargzDistro.diff. More... almost 10 years ago
DERBY-6588: Add the new Security Guide to the source distribution; commit derby-6588-09-aa-addSecurityGuideToSourceDistribution.diff. More... almost 10 years ago
DERBY-6588: Bump trunk version number to 10.12; commit derby-6588-06-aa-bumpTrunkVersionNumber.diff. More... almost 10 years ago
DERBY-6674 Cleanup brittle code in ValidateCheckConstraintResultSet More... almost 10 years ago
DERBY-6666 Deferred constraint validation fails with "dead statement" when query plan logging is enabled More... almost 10 years ago
DERBY-6670 Rollback to savepoint allows violation of deferrable constraints More... almost 10 years ago
DERBY-6672: Allow the renaming of referenced tables; commit derby-6672-01-ab-addTests.diff. More... almost 10 years ago
DERBY-6665 Violation of deferred constraints not detected when conglomerates are shared More... almost 10 years ago
DERBY-6667: Make Test_6661 create its own, empty, single-use database; commit derby-6676-01-aa-singleUseDecorator.diff. More... almost 10 years ago
DERBY-6617: Make MissingPermissionsTest run cleanly on IBM More... almost 10 years ago
DERBY-6668: Forbid TRUNCATE on tables referenced by deferred foreign keys; commit derby-6668-01-ab-disallowTruncateOnReferencedTable.diff. More... almost 10 years ago
DERBY-6667: Remove redundant word from error message; commit derby-6667-01-aa-removeRedundantWord.diff. More... almost 10 years ago
DERBY-6661: Make dblook recognize deferrable constraints; tests passed cleanly on derby-6661-01-aa-recreateDeferrableConstraints.diff. More... almost 10 years ago