1. b97fbd6 DERBY-6945: Move the autoloaded client driver out of the public api package and into a package internal to derbyclient.jar; commit derby-6945-13-aa-create-ClientAutoloadedDriver.diff. by Richard N. Hillegas · 6 years ago
  2. 790f899 DERBY-6945: Move ClientDataSourceInterface and the guts of BasicClientDataSource40 out of the public api package and into the client-internal api package; commit derby-6945-12-ab-moveClientDataSourceInterface.diff. by Richard N. Hillegas · 6 years ago
  3. 8672b0f DERBY-6945: Move AutoloadedDriver out of the public api and into the engine-internal api; commit derby-6945-11-ab-moveAutoloadedDriver.diff. by Richard N. Hillegas · 6 years ago
  4. 96e5ec2 DERBY-6945: Move Driver42 out of the public api package and into the engine-internal api package; commit derby-6945-10-aa-moveDriver42.diff. by Richard N. Hillegas · 6 years ago
  5. 8b2f38c DERBY-6945: Move InternalDriver out of public api package and into an engine-only api package; commit derby-6945-09-ab-moveInternalDriver.diff. by Richard N. Hillegas · 6 years ago
  6. 676b961 DERBY-6945: Move all shared code under trunk/java/shared; commit derby-6945-08-ad-move_shared_iapi_under_shared.diff. by Richard N. Hillegas · 6 years ago
  7. b444f66 DERBY-6945: Move shared class NaiveTrustManager into derbyshared.jar and out of derbynet.jar and derbyclient.jar; commit derby-6945-07-aa-net_client_overlap.diff. by Richard N. Hillegas · 6 years ago
  8. 02fcca1 DERBY-6945: Eliminate more duplicated classes in derbyshared.jar; commit derby-6945-06-aa-removeOtherSharedDuplicates.diff. by Richard N. Hillegas · 6 years ago
  9. 0378299 DERBY-6945: Remove redundant copies of Attribute.java and SQLState.java; commit derby-6945-05-aa-removeRedundant_Attribute_SQLState.diff. by Richard N. Hillegas · 6 years ago
  10. 338fa37 DERBY-6945: Put java.run in its own package so that derbyrun.jar and derbytools.jar do not overlap; commit derby-6945-04-aa-moveRunClass.diff. by Richard N. Hillegas · 6 years ago
  11. ca1da92 DERBY-6945: Check in new regression test to verify that packages do not straddle jar files; commit derby-6945-03-aa-partitionTest.diff. by Richard N. Hillegas · 6 years ago
  12. 0a4eab5 DERBY-6945: Create new derbyshared.jar file to hold code which was previously coned across several jar files; commit derby-6945-02-ac-newDerbySharedJar.diff. by Richard N. Hillegas · 6 years ago
  13. 2c0b916 DERBY-6945: Remove dependency of proposed modules on derbyPreBuild; commit derby-6945-01-aa-remove_derbyPreBuild_dep.diff. by Richard N. Hillegas · 6 years ago
  14. 7f39842 DERBY-6974: Change byte code level generated by Derby build from Java 8 to Java 9; commit derby-6974-02-ab-minVersion9.diff. by Richard N. Hillegas · 6 years ago
  15. 5cc9905 DERBY-6977: Eliminate collisions on generated names for constraints; commit derby-6977-01-ad-useUUID.diff. by Richard N. Hillegas · 6 years ago
  16. 5bb8f05 DERBY-5543: Add line numbers to stack traces produced by production artifacts; commit derby-5543-01-ab-insaneWithLineNumbers.diff. by Richard N. Hillegas · 7 years ago
  17. d209951 DERBY-6941: Fix javadoc problem which bombs the javadoc jenkins build for 10.14. by Richard N. Hillegas · 7 years ago
  18. e1dddd6 DERBY-6974: Convert Derby build to JDK 9 and compile at Java 9 byte code level. by Richard N. Hillegas · 7 years ago
  19. e834979 DERBY-6941: Update STATUS file to declare victory on 10.14.1.0. by Richard N. Hillegas · 7 years ago
  20. a0d9345 DERBY-6968: Attempt to fix instability in DatabaseMetaDataTest.getBestRowIdentifier(); commit derby-6968-01-aa-assertUnorderedResultSet.diff. by Richard N. Hillegas · 7 years ago
  21. 5210e12 DERBY-6941: Bump version number on trunk to 10.15: commit derby-6941-05-aa-bumpTrunkDDto10_15.diff. by Richard N. Hillegas · 7 years ago
  22. 7159f24 DERBY-6941: Remove revision spec from svn command in branchRepository target because svn complains that it is no longer wanted; commit derby-6941-04-aa-createBranchWithoutRevisionSpec.diff. by Richard N. Hillegas · 7 years ago
  23. 796b792 DERBY-6941: Update STATUS file prior to generating first release candidate; commit derby-6941-03-aa-updateSTATUSfile.diff. by Richard N. Hillegas · 7 years ago
  24. 71bdb5f DERBY-6961: Correctly handle ALTER TABLE...SET [NO] CYCLE on exhausted identity columns; commit derby-6961-01-aa-recyclingExhaustedIdentityColumns.diff. by Richard N. Hillegas · 7 years ago
  25. 76deb02 DERBY-6962: Forbid attempts to change the cycling behavior of identity columns in pre-10.11 databases; commit derby-6962-01-ab-forbidSetCycleOn10_10.diff. by Richard N. Hillegas · 7 years ago
  26. 2636edd DERBY-6959: Require Standard SET keyword when changing the cycling behavior of an identity column; commit derby-6959-01-ab-requireSETkeyword.diff. by Richard N. Hillegas · 7 years ago
  27. 21e03ad DERBY-6941: Check in improvements based on a dry-run of the release notes generator: derby-6941-aa-dryRunOfReleaseNotes.diff. by Richard N. Hillegas · 7 years ago
  28. 2a5acb4 DERBY-6956: CREATE TABLE AS SELECT cannot copy DECIMAL(31,6) by Bryan Pendleton · 7 years ago
  29. 1c21009 DERBY-6956: Commit patch derby-6956-01-aa-removeSpuriousCheck.diff, removing a needless restriction on the kind of DECIMAL types which can be column types in a CREATE TABLE AS SELECT statement. by Richard N. Hillegas · 7 years ago
  30. a29763d DERBY-6905: Enhance SYS.SYSCOLUMNS to report the CYCLE value for IDENTITY column by Bryan Pendleton · 7 years ago
  31. 2a81be5 DERBY-6935: Test coverage for added features by Bryan Pendleton · 7 years ago
  32. f7cc71c DERBY-6935: Test coverage for added features by Bryan Pendleton · 7 years ago
  33. f15ef88 DERBY-6903: ALTER TABLE ALTER COLUMN resets CYCLE option by Bryan Pendleton · 7 years ago
  34. 33427bd DERBY-6932: Tests passed cleanly against derby-6932-01-aa-suppressDeprecationWarnings.diff, committing... by Richard N. Hillegas · 7 years ago
  35. 0199c2e DERBY-6856: Fix the old-style test harness to run with recent jigsaw-related changes introduced in JDK 9; tests passed cleanly on derby-6856-11-aa-jigsawResourceLocation.diff. by Richard N. Hillegas · 7 years ago
  36. ddebc87 DERBY-6856: Disable SystemPrivilegesPermissionTest.testSerialization(), an unnecessary test case which fails on JDK 9. Tests passed cleanly on derby-6856-10-aa-disable-permissions-subverting-test.diff. by Richard N. Hillegas · 7 years ago
  37. 43d83c6 DERBY-6918: Problem with schema name containing a period by Bryan Pendleton · 7 years ago
  38. 3ef48bb DERBY-6902: Value out of range error by Bryan Pendleton · 7 years ago
  39. 9fbbcb8 DERBY-6902: Value out of range error by Bryan Pendleton · 7 years ago
  40. f3630da DERBY-6911: Update STATUS page by Bryan Pendleton · 8 years ago
  41. f1acf2e DERBY-6911: Add 10.13.1.1 jars to upgrade test quites by Bryan Pendleton · 8 years ago
  42. 617d55a DERBY-6726: NPE from trigger by Bryan Pendleton · 8 years ago
  43. b104719 DERBY-6911: Update the release id in trunk to 10.14 by Bryan Pendleton · 8 years ago
  44. bc891d7 Bump version number on trunk to 10.14.0.0 by Bryan Pendleton · 8 years ago
  45. fff8362 Add public key for Bryan Pendleton by Bryan Pendleton · 8 years ago
  46. d055adb DERBY-6852: Allow identity columns to cycle by Bryan Pendleton · 8 years ago
  47. 4afca48 DERBY-853: ResultSetMetaData.getScale returns inconsistent values by Bryan Pendleton · 8 years ago
  48. 5e5b949 DERBY-6752: Derby tries to load non-existent class AutoloadedDriver40 by Bryan Pendleton · 8 years ago
  49. 5a91706 DERBY-5585: Improve error message when user function can't find class. by Bryan Pendleton · 8 years ago
  50. d07d421 DERBY-5585: Improve error message when user function can't find class. by Bryan Pendleton · 8 years ago
  51. 83668f1 DERBY-4555: Expand SYSCS_IMPORT_TABLE to accept CSV file with header lines by Bryan Pendleton · 8 years ago
  52. 698bfec DERBY-6879: Engine deadlock between XA timeout handling and cleanupOnError by Bryan Pendleton · 8 years ago
  53. dbed020 DERBY-6856: Fix javadoc warnings raised when compiling Derby javadoc with build 124 of JDK 9: commit derby-6856-09-aa-javadocEntities.diff. by Richard N. Hillegas · 8 years ago
  54. bb55cc3 DERBY-4555: Expand SYSCS_IMPORT_TABLE to accept CSV file with header lines by Bryan Pendleton · 8 years ago
  55. 677a71c DERBY-6879: Engine deadlock between XA timeout handling and cleanupOnError by Bryan Pendleton · 8 years ago
  56. 88b727b DERBY-6879: Engine deadlock between XA timeout handling and cleanupOnError by Bryan Pendleton · 8 years ago
  57. 08cc0f8 DERBY-4555: Expand SYSCS_IMPORT_TABLE to accept CSV file with headers by Bryan Pendleton · 8 years ago
  58. ea2e939 DERBY-4555: Expand SYSCS_IMPORT_TABLE to accept CSV file with headers by Bryan Pendleton · 8 years ago
  59. f5bf9a9 DERBY-6891: Improve the synchronization behavior of DerbyObservable; commit derby-6891-01-ab-synchronizeMethods.diff. by Richard N. Hillegas · 8 years ago
  60. dc05c9d DERBY-6890: ALTER TABLE DROP COLUMN corrupts secondary index collation data. by Bryan Pendleton · 8 years ago
  61. 0806f73 DERBY-6550: Bulk-insert causes identity columns to cycle when they shouldn't by Bryan Pendleton · 8 years ago
  62. d21039a DERBY-6856: Cleanup javadoc warnings introduced by the previous patch on this issue. by Richard N. Hillegas · 8 years ago
  63. cb08288 DERBY-3181: DatabaseMetaData.getBestRowIdentifier behavior with invalid scope by Bryan Pendleton · 8 years ago
  64. 02597f2 DERBY-6856: Clean up the last deprecation warning introduced by build 118 of JDK 9: commit derby-6856-07-aa-oneMoreNewInstance.diff. by Richard N. Hillegas · 8 years ago
  65. 4ba78a4 DERBY-6856: Accidentally checked in the ShardingKey changes again; reverting. by Richard N. Hillegas · 8 years ago
  66. a12152a DERBY-6856: Remove deprecation warnings related to Observer/Observable by adding Derby implementations of the observable behavior. by Richard N. Hillegas · 8 years ago
  67. 4469400 DERBY-6856: Eliminate build warnings related to RoundingMode and Class.newInstance() introduced by build 118 of JDK 9: commit derby-6856-05-ag-roundingMode-Class.newInstance.diff. by Richard N. Hillegas · 8 years ago
  68. 38e6a8d DERBY-3181: DatabaseMetaData.getBestRowIdentifier behavior with invalid scope by Bryan Pendleton · 8 years ago
  69. cd36286 DERBY-6854: Make it possible to run Derby tests on early access by Knut Anders Hatlen · 8 years ago
  70. 0f80d12 DERBY-6856: Make it possible to build Derby using JDK 9 by Bryan Pendleton · 8 years ago
  71. 80d39ee DERBY-6856: Revert ShardingKey changes introduced by revision 1742858. by Richard N. Hillegas · 8 years ago
  72. ce40a31 DERBY-6856: Fix more deprecation warnings when Derby is compiled with JDK 9 build 116; commit derby-6856-04-ab-autoboxingDeprecationWarnings-part2.diff. by Richard N. Hillegas · 8 years ago
  73. 2677ed1 DERBY-6856: Make it possible to build Derby using JDK 9 by Bryan Pendleton · 8 years ago
  74. 39b3237 DERBY-6856: Eliminate some autoboxing-related deprecation warnings when building with jdk 9: derby-6856-03-ab-autoboxingDeprecationWarnings.diff. by Richard N. Hillegas · 8 years ago
  75. 62ab900 DERBY-6884: SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE can't import lob data by Bryan Pendleton · 8 years ago
  76. 21044de DERBY-6880: Update failing with java.sql.SQLDataException by Bryan Pendleton · 8 years ago
  77. bb5be6f DERBY-6885: Remove ReuseFactory by Knut Anders Hatlen · 8 years ago
  78. 5b838fd DERBY-6882: Add ALTER TABLE ALTER COLUMN ... SET GENERATED functionality, which switches an identity column from ALWAYS to BY DEFAULT and vice-versa. by Richard N. Hillegas · 8 years ago
  79. 9fb4631 DERBY-6881: Test failures with JDK 9-ea b111 by Knut Anders Hatlen · 8 years ago
  80. 349d2a2 DERBY-6881: Test failures with JDK 9-ea b111 by Knut Anders Hatlen · 8 years ago
  81. 8d4cd27 DERBY-4091: Investigate size_problem column in MailJdbc test by Bryan Pendleton · 8 years ago
  82. b9e22cc DERBY-1773: cursor updates fail with syntax error when column has an alias by Bryan Pendleton · 8 years ago
  83. 9a1012a DERBY-6875: Mirror selection broken on Derby download pages. by Bryan Pendleton · 8 years ago
  84. 98378b5 DERBY-6828: Network Server fails to start in Czech locale. by Bryan Pendleton · 8 years ago
  85. bd22c37 Update with new 4096 RSA key. Keeping old key during transition by Katherine Marsden · 8 years ago
  86. 820eb0a DERBY-6828: Network Server fails to start in Czech locale. by Bryan Pendleton · 8 years ago
  87. ed043d3 DERBY-6866: Add URLs to Maven POM files by Bryan Pendleton · 8 years ago
  88. 3592c63 DERBY-6869: XMLXXETest fails in non-English locales by Knut Anders Hatlen · 8 years ago
  89. 949e80b DERBY-6868: Remove the dependency on Jakarta ORO by Knut Anders Hatlen · 8 years ago
  90. 0d57d84 DERBY-6857: Deprecate support for building Derby under JDKs 6 and 7 by Knut Anders Hatlen · 8 years ago
  91. 0feae43 DERBY-6857: Deprecate support for building Derby under JDKs 6 and 7 by Knut Anders Hatlen · 8 years ago
  92. 14248ac DERBY-6865: RestrictiveFilePermissionsTest fails on Windows by Knut Anders Hatlen · 8 years ago
  93. 8aa8deb DERBY-6865: RestrictiveFilePermissionsTest fails on Windows by Knut Anders Hatlen · 8 years ago
  94. 5a3453d DERBY-6864: RawDBReaderTest fails on Windows by Knut Anders Hatlen · 8 years ago
  95. 6d6a873 DERBY-6860: Automatic download of junit.jar broken by Knut Anders Hatlen · 8 years ago
  96. 5eb3cdf DERBY-6864: RawDBReaderTest fails on Windows by Knut Anders Hatlen · 8 years ago
  97. 21dfcf0 DERBY-6857: Change source level to 1.8 in the NetBeans project configuration by Knut Anders Hatlen · 8 years ago
  98. 3602a8c DERBY-6864: RawDBReaderTest fails on Windows by Knut Anders Hatlen · 8 years ago
  99. 695195e DERBY-6861: Update the pointer to the KEYS file in the release summary file which used as an input to the ReleaseNotesGenerator; commit derby-6861-03-aa-releaseSumary.diff. by Richard N. Hillegas · 8 years ago
  100. 0b6bfd8 DERBY-6856: Cleanup some cruft in the build machinery; commit derby-6856-01-ac-cleanup.diff. by Richard N. Hillegas · 8 years ago