⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svn_log.txt

📁 derby数据库源码。。。。。。。。。。。。。
💻 TXT
📖 第 1 页 / 共 5 页
字号:
in switching the return type of a parse statement to StatementNode. Make bindStatement() voidas no implementation ever switches the type and several implementations did not handle thetype switching anyway.------------------------------------------------------------------------r477348 | djd | 2006-11-20 13:30:06 -0800 (Mon, 20 Nov 2006) | 3 linesDelete three node classes that are not used and have not been modified since the initial contribution.Also removed them from derby.jar.HashNodeList, QuantifiedBinaryOperator and QuantifiedUnaryOperator.------------------------------------------------------------------------r477168 | kahatlen | 2006-11-20 05:17:11 -0800 (Mon, 20 Nov 2006) | 15 linesDERBY-1132: Truncation Error with ConcatThe Char & Varchar functions were not handled separately to assign tolength for the target type (in the bindExpression() method ofCastNode.java) and thus a default value of 15 was getting assigned toit (from getColumnDisplaySize() method of DataTypeUtilities class)Now I added a check for the string types (i.e. both Char & Varchar) inthe source type, and using the operand's maximum length or the maximumlength for that data type (whichever is minimum) and assigning it tobe the length for the target type. Thus avoiding the unwantedtruncation error caused by the default value of 15.Patch contributed by Saurabh Vyas.------------------------------------------------------------------------r476662 | kahatlen | 2006-11-18 15:49:04 -0800 (Sat, 18 Nov 2006) | 2 linesDERBY-2099: Make BasePage.getPageId() final------------------------------------------------------------------------r476645 | myrnavl | 2006-11-18 14:50:22 -0800 (Sat, 18 Nov 2006) | 3 linesDERBY-1850 - SURTest_ij.sql - after sed-ing for j2ME, missed updating client canon------------------------------------------------------------------------r476588 | myrnavl | 2006-11-18 11:02:54 -0800 (Sat, 18 Nov 2006) | 5 linesDERBY-1850 - jdbcapi/SURTest_ij.sql fails on IBM WCTME 5.7 Foundation (jdkJ2ME Spec v1.0)- added the required ij.dataSource settings - added sedding of first CONNECTION line, to avoid extra master------------------------------------------------------------------------r476548 | myrnavl | 2006-11-18 08:03:33 -0800 (Sat, 18 Nov 2006) | 5 linesDERBY-2049 - parameterMapping and updatableResultset failing with wctme5.7 foundation- updated j9_foundation output to reflect new messages- adjusted test 48 to not run BigDecimal queries------------------------------------------------------------------------r476425 | myrnavl | 2006-11-17 19:26:40 -0800 (Fri, 17 Nov 2006) | 6 linesDERBY-1849 - grantRevokeDDL and grantRevokeDDL2.sql fail with ibm wctme5.7_foundation (jdkJ2ME Spec v1.0)- accepting that triggers are not supported with this jvm- updated masters to latest syntax changes in test- stopped NPE by adding ij.dataSource properties to grantRevokeDDL2.out------------------------------------------------------------------------r476365 | abrown | 2006-11-17 15:30:51 -0800 (Fri, 17 Nov 2006) | 12 linesDERBY-1758 (partial): Adds a new JUnit test to replace the oldlang/xmlBinding.java test. The patch does the following:  - Adds XML file insertion utility methods to junit/XML.java  - Creates a new JUnit test called lang/XMLBindingTest.java that    uses the new utility methods to test various binding scenarios    with Derby's SQL/XML operators.  - Overloads the TestConfiguration.defaultSuite() method with a boolean    signature to allow optional addition of CleanDatabaseSetup.  - Updates lang/XMLTypeAndOpsTest to use the new overloaded defaultSuite()    method. ------------------------------------------------------------------------r476353 | djd | 2006-11-17 15:02:30 -0800 (Fri, 17 Nov 2006) | 2 linesRemove some unused methods from LanguageConnectionContext,anyoneBlocked,getAccessFactory,setTransaction------------------------------------------------------------------------r476342 | djd | 2006-11-17 14:20:12 -0800 (Fri, 17 Nov 2006) | 3 linesDERBY-2096 (partial) Change the methods in the grammar (sqlgrammar.jj) that return statements to declare thierreturn type as the more specific StatementNode rather than QueryTreeNode.------------------------------------------------------------------------r476318 | djd | 2006-11-17 13:14:19 -0800 (Fri, 17 Nov 2006) | 2 linesRemove reference to the connection once it is closed in derbynet/ShutDownDBWhenNSShutsDownTest------------------------------------------------------------------------r476316 | djd | 2006-11-17 13:11:59 -0800 (Fri, 17 Nov 2006) | 3 linesVarious changes to ensure JDBC objects are closed when running the JUnit tests in the jdbcapi package.Change UpdateableResultSetTest to become standard and use the connection provided bythe super class.------------------------------------------------------------------------r476315 | djd | 2006-11-17 13:10:17 -0800 (Fri, 17 Nov 2006) | 1 lineClose one of the ResultSets used to clean up databases from CleanDatabaseTestSetup.------------------------------------------------------------------------r476224 | djd | 2006-11-17 09:30:43 -0800 (Fri, 17 Nov 2006) | 1 lineClose a CallableStatement in ProcedureTest------------------------------------------------------------------------r476204 | djd | 2006-11-17 08:36:14 -0800 (Fri, 17 Nov 2006) | 2 linesClean up some assertTrue(..., false) to fail() in HoldabilityTest,close some ResultSet's left open and simplify the tearDown method.------------------------------------------------------------------------r476201 | djd | 2006-11-17 08:33:30 -0800 (Fri, 17 Nov 2006) | 1 lineClose a PreparedStatement in SURTest.------------------------------------------------------------------------r476199 | djd | 2006-11-17 08:30:45 -0800 (Fri, 17 Nov 2006) | 1 lineClean up some asserts and close a PreparedStatement in SURBaseTest------------------------------------------------------------------------r476197 | djd | 2006-11-17 08:28:42 -0800 (Fri, 17 Nov 2006) | 1 lineClose some Statement objects left open in XMLTypeAndOpsTest------------------------------------------------------------------------r476196 | djd | 2006-11-17 08:27:21 -0800 (Fri, 17 Nov 2006) | 1 lineNull out the DDL connection reference in PrepareExecuteDDL on tearDown.------------------------------------------------------------------------r476195 | djd | 2006-11-17 08:25:47 -0800 (Fri, 17 Nov 2006) | 1 lineEnsure ConcurrencyTest closes the second connection it opens in some fixtures.------------------------------------------------------------------------r476190 | mikem | 2006-11-17 08:07:35 -0800 (Fri, 17 Nov 2006) | 6 linesDERBY-2093Fixed error in initSlotTable() to print the right page info in caseof error during initialization of page from disk into cache.------------------------------------------------------------------------r476182 | djd | 2006-11-17 07:46:01 -0800 (Fri, 17 Nov 2006) | 2 linesChange GroupByExpressionTest to use the standard CleanDatabaseTestSetup rather thanits own mechanism to drop objects.------------------------------------------------------------------------r476180 | djd | 2006-11-17 07:35:08 -0800 (Fri, 17 Nov 2006) | 5 linesNull out the NetworkServerControl in the tearDown method of thenetwork server decorator. This seems to stop future startups ofthe server taking 60+ seconds and causing tests to fail.Will add a note to DERBY-1966 that this is a possible cause ofnetwork start delays. Also null of the FileOutputStream field.------------------------------------------------------------------------r476087 | bernt | 2006-11-17 01:17:55 -0800 (Fri, 17 Nov 2006) | 1 lineDERBY-2084 getTransactionIsolation() in network client should not activate a transaction------------------------------------------------------------------------r475817 | kristwaa | 2006-11-16 09:06:34 -0800 (Thu, 16 Nov 2006) | 2 linesDERBY-1693: Log a token in derby.log for LOBs instead of the actual content when derby.language.logStatementText=true (token: "NULL|[BC]LOB(<length>|<stream class>)")------------------------------------------------------------------------r475803 | djd | 2006-11-16 08:36:41 -0800 (Thu, 16 Nov 2006) | 2 linesDERBY-1030 (partial) Add some comments to the logic for the RETURNS ON NULL INPUT's state field.------------------------------------------------------------------------r475780 | djd | 2006-11-16 07:49:28 -0800 (Thu, 16 Nov 2006) | 3 linesDERBY-927 (partial) Clean up code related to serviceProviders to aid progress towardsmerging services and storage factories in the monitor.------------------------------------------------------------------------r475779 | djd | 2006-11-16 07:46:52 -0800 (Thu, 16 Nov 2006) | 3 linesDERBY-927 (partial) StorageFactoryService needs to allow for the return for StorageFile.list()being null as documented in the api.------------------------------------------------------------------------r475728 | kahatlen | 2006-11-16 05:32:06 -0800 (Thu, 16 Nov 2006) | 2 linesFix javadoc warnings in JarUtil.------------------------------------------------------------------------r475724 | kahatlen | 2006-11-16 05:22:29 -0800 (Thu, 16 Nov 2006) | 2 linesRemoved javadoc templates which hid the excellent javadoc for StoredPage.------------------------------------------------------------------------r475492 | djd | 2006-11-15 15:29:21 -0800 (Wed, 15 Nov 2006) | 1 lineDERBY-1030 (partial) Remove test cases from functions.sql that are covered in RoutineTest (junit test).------------------------------------------------------------------------r475490 | djd | 2006-11-15 15:22:26 -0800 (Wed, 15 Nov 2006) | 3 linesDERBY-1030 (partial) Add test cases to RoutineTest that demonstrate this bug, wherea function declared as RETURNS NULL ON NULL INPUT can be called when its argument is NULL.Look for the comment with this bug number.------------------------------------------------------------------------r475449 | djd | 2006-11-15 13:58:34 -0800 (Wed, 15 Nov 2006) | 3 linesDERBY-1030 (partial) Add a new JUnit test class intended to hold all routine (procedure and function)test cases. Migrate some test cases from functions.sql related to checking the RETURNS NULL or CALLEDon NULL INPUT clauses for functions. ------------------------------------------------------------------------r475446 | djd | 2006-11-15 13:54:40 -0800 (Wed, 15 Nov 2006) | 1 lineRemove test cases from functions.sql that are covered by MathTrigFunctionsTest.------------------------------------------------------------------------r475370 | kahatlen | 2006-11-15 11:17:53 -0800 (Wed, 15 Nov 2006) | 4 linesDERBY-2089: jdbc4/VerifySignatures.junit is failingAdding "create=true" so that the test database is created.------------------------------------------------------------------------r475330 | mikem | 2006-11-15 09:53:45 -0800 (Wed, 15 Nov 2006) | 10 linesDERBY-2057contributed by Yip Ngpatch:  derby2057-trunk-diff02.txtFixed SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE() implementation to matchdocumentation.  Arguments should treat non-zero as "true", previous to thisfix only "1" was treated as true.------------------------------------------------------------------------r474884 | djd | 2006-11-14 09:31:34 -0800 (Tue, 14 Nov 2006) | 1 lineDERBY-2033 Remove the old dcl.sql test from the old harness.------------------------------------------------------------------------r474878 | djd | 2006-11-14 09:21:08 -0800 (Tue, 14 Nov 2006) | 3 linesDERBY-2033 Convert remaining tests from dcl.sql to DatabaseClassLoadingTest including thosethat execute against a database in a jar. Database in a jar tests pass but cause an issue onclenaup which is entered as DERBY-2083.------------------------------------------------------------------------r474803 | kristwaa | 2006-11-14 06:36:38 -0800 (Tue, 14 Nov 2006) | 2 linesDERBY-2054: Rewrite test derbynet/SuicideOfStreaming to JUnit. Moved tests ByteArrayCombinerStreamTest and SqlExceptionTest from old harness to suites.All.------------------------------------------------------------------------r474720 | bernt | 2006-11-14 02:25:51 -0800 (Tue, 14 Nov 2006) | 1 lineDERBY-638 Network driver setTransactionIsolation() causes a commit, but does not complete it locally------------------------------------------------------------------------r474695 | kahatlen | 2006-11-14 00:32:25 -0800 (Tue, 14 Nov 2006) | 7 linesDERBY-801: Allow parallel access to data filesThis patch (DERBY-801-7.patch) turns the DEBUG_PRINT messages inRAFContainer4 into assertions guarding the method entry points.Patch contributed by Anders Morken.------------------------------------------------------------------------r474628 | fuzzylogic | 2006-11-13 18:28:02 -0800 (Mon, 13 Nov 2006) | 2 lines

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -