107
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 22 hours ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Derby35 - Fix dss chaining problems for network server. Checked in for Army Brown [email protected] More... over 19 years ago
Derby may fail to start when it is loaded through a custom ClassLoader. The reason is that the static java.lang.ClassLoader.getSystemResources method may not find the resources loaded by a custom ClassLoader. The patch fixes that by getting the current ClassLoader and calling its getResources method. More... over 19 years ago
committing patch from [email protected] More... over 19 years ago
Bug: Database Metadata needs to return correct size for maximum column name length, maximum schema name length etc More... over 19 years ago
Set keepAlive on by default add static property derby.drda.keepAlive to allow keepAlive to be turned off. More... over 19 years ago
Remove IBM's binary copyright in Java files under trunk/java/build. More... over 19 years ago
Add initial NOTICE file. May need changing if the ASF board has any resolution to the general copyright issues. More... over 19 years ago
Ensure BrokeredStatement and PreparedStatement always throw a Statement is closed exception if the statement is closed. More... over 19 years ago
Remove use of the copyrightNotice field in two classes, as the copyrightNotice fields will be removed. More... over 19 years ago
Fix Derby 42 More... over 19 years ago
Derby-40: Allow BIGINT default values in create table More... over 19 years ago
Separate some JDBC 2 code from the JSR169 classes. More... over 19 years ago
Add STATUS and CHANGES More... over 19 years ago
Change version to 10.0.2.1 so that any forthcoming release will be distinguished from the original code drop, which was versioned 10.0.2.0. More... over 19 years ago
Apply [PATCH] Extension Packaging This patch makes three changes. More... over 19 years ago
Fix Derby-38 - LOCKS should not be a reserved keyword Patch from Mamta Satoor [email protected] More... over 19 years ago
committing patch from [email protected] More... over 19 years ago
Add LICENSE to individual jar files. Anticipates a possible NOTICE(S) file being added as well. More... over 19 years ago
Adding instructions to and updating format of KEYS. Adding keys for the rest of the current Derby committers, with their permission. More... over 19 years ago
Faster create database by moving DatabaseMetaData SPS creation into the DataDictionary. MEans creation of these statements is not logged and compilation is delayed until the matching DatabaseMetaData method is first called. More... over 19 years ago
Move methods using BigDecimal from EmbedResultSet to EmbedResultSet20 as preparation for EmbedResultSet being the JSR169 version. More... over 19 years ago
Derby-34: Allow default to be specified for CHAR FOR BIT DATA columns More... over 19 years ago
Commit Jalud's dblook argument handling fix More... over 19 years ago
Build the EmbeddedDriver under JDK1.3 classpath More... over 19 years ago
Commit two dblook patches. First patch enables localizations of dblook messages. The second patch from Jalud fixes some minor argument passing issue More... over 19 years ago
committing for [email protected] More... over 19 years ago
committed for [email protected] More... over 19 years ago
Apply Trigger fix from Jack to enable use of functions in triggers More... over 19 years ago
Fix derby-30, Connection.close() on a closed connection is defined by JDBC javadoc to be a no-op. More... over 19 years ago
Removing an unused variable as reported by the code quality report at http://infoether.com/~tom/ . Using this first simple checkin to test my commit access. More... over 19 years ago