107
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DERBY-6662; DatabaseMetaData.usesLocalFiles() returns true for in-memory databases changing the in-memory databasename used in the test. More... over 9 years ago
DERBY-6662; DatabaseMetaData.usesLocalFiles() returns true for in-memory databases Adding a test case using the metadata optional tool. More... over 9 years ago
DERBY-6648: Prevent application code from calling the public static Monitor methods; commit derby-6648-03-ac-monitor.diff. More... over 9 years ago
DERBY-6662; DatabaseMetaData.usesLocalFiles() returns true for in-memory databases Making the usesLocalFiles and usesLocalFilePerTable method return false if it's a memory database and add a test. More... over 9 years ago
DERBY-6180; DatabaseMetaDataTest should not fail if there are extra columns but only check the expected ones Moving the assertDatabaseMetaDataColumns method to junit.JDBC and making jdbc4.TestDbMetaData use it. More... over 9 years ago
DERBY-6180; DatabaseMetaDataTest should not fail if there are extra columns but only check the expected ones Making DatabaseMetaDataTest use a local method that only checks the expected columns. More... over 9 years ago
DERBY-6654: Commit ClassLoadingTest with derby-6654-02-aa-ClassLoadingTest.diff. More... over 9 years ago
DERBY-6654: Require that generated code live in the org.apache.derby.exe package; commit derby-6654-01-aa-requireCorrectPackage.diff. More... over 9 years ago
DERBY-6648: Grant usederbyinternals permission to the classes directory to fix tests which don't run against the Derby jar files; commit derby-6648-02-aa-packagePrivateTests.diff. More... over 9 years ago
Make some methods added in DERBY-6414 non-public to avoid exposing internal arrays publicly. More... over 9 years ago
DERBY-6733: Implement an MBean for monitoring caches More... over 9 years ago
DERBY-6741: Add a privilege barrier to prevent users from getting a ContextManager from an embedded connection object; tests passed cleanly on derby-6741-01-aa-usederbyinternals.diff. More... over 9 years ago
DERBY-3888: ALTER TABLE ... ADD COLUMN cannot add identity columns More... over 9 years ago
DERBY-6719; Add derbyoptionaltools.jar to the class paths of the scripts in the bin directory adding derbyoptionaltools.jar to the source bin and bin/templates files. More... over 9 years ago
DERBY-6648: Prevent user code from calling the public static entry points in ContextService; commit derby-6648-01-ae-regressionTests.diff. More... over 9 years ago
DERBY-6737: CLOB retrieve exceptions after moving cursor around More... over 9 years ago
CERBY-6414(Incorrect handling when using an UPDATE to SET an identity column to DEFAULT) More... over 9 years ago
DERBY-2051: Remove the unused CachedItem class More... over 9 years ago
DERBY-6569: NULLIF may return incorrect results if first operand calls non-deterministic function More... over 9 years ago
DERBY-6112; SSL Test (and network server ) can hang if serverSocket.accept() fails for something other than an IOException Changing the IOException to an Exception will prevent a hang/OOM. More... over 9 years ago
DERBY-6727; test behavior of open XA transactions when the database is crashed (not just shutdown) Adding further test cases to Derby5165Test More... over 9 years ago
DERBY-6736: The jacoco-junit target fails to store coverage data for some sub-suites More... over 9 years ago
DERBY-6733: Implement an MBean for monitoring caches More... over 9 years ago
DERBY-6730: Allow spaces in the names of key names used by Lucene indexes; commit derby-6730-02-ab-spacesInKeyName.diff. More... over 9 years ago
DERBY-6733: Implement an MBean for monitoring caches More... over 9 years ago
DERBY-5165; Prepared XA transaction locks are not kept across DB restart Adding License comment to the test More... over 9 years ago
DERBY-6702; test failure in NSSecurityMechanismTest; The expected SQL state must be five characters long Working around this intermittent error condition; when it happens we'll see 'ALARM', but no test failure. More... over 9 years ago
DERBY-6730: Allow case-sensitive names for key columns when creating Lucene indexes; commit derby-6730-01-aa-correctCasing.diff. More... over 9 years ago
DERBY-6724: NPE if insert statement needs recompilation after having fired a trigger More... over 9 years ago
DERBY-5165; Prepared XA transaction locks are not kept across DB restart Adding a test case (currently not enabled) based on the repro provided. More... over 9 years ago