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

📄 svn_log.txt

📁 derby数据库源码。。。。。。。。。。。。。
💻 TXT
📖 第 1 页 / 共 5 页
字号:
DERBY-2030: 'show tables' should show system tables.------------------------------------------------------------------------r474619 | djd | 2006-11-13 17:17:14 -0800 (Mon, 13 Nov 2006) | 4 linesSimplify the interaction between the monitor and the StorageFactory when themonitor is obtaining a list of services to boot. Cleaner code avoids creatinga new StorageFactory implementation for each file and handles non-directories cleaner.------------------------------------------------------------------------r474593 | fuzzylogic | 2006-11-13 16:02:35 -0800 (Mon, 13 Nov 2006) | 4 linesGrant permission to read ${user.home}/junit.properties to all. Left it in theprevious section so that this new section just needs to be removed onceCompatibilityTest has been rewritten.------------------------------------------------------------------------r474552 | djd | 2006-11-13 14:57:49 -0800 (Mon, 13 Nov 2006) | 2 linesAdd utility methods for JUnit tests to get a DataSource based upon the current configurationbut pointing to a different database and to shutdown a database from a data source.------------------------------------------------------------------------r474502 | bpendleton | 2006-11-13 12:36:51 -0800 (Mon, 13 Nov 2006) | 13 linesDERBY-1495: Error modifying an identity column after altering the columnDERBY-1645: ALTER TABLE SET INCREMENT turns off "Generated By Default"This patch changes ModifyColumnNode.bindAndValidateDefault so that itdetects the case(s) where the user is altering aspects of an identity column,and ensures that the other aspects of that identity column are preserved andnot lost. The crucial issue is that if the column is Generated By Default,then the DefaultInfoImpl column in the SYSCOLUMNS table needs to getretained when the user uses ALTER TABLE to change either the start valueor the increment value; otherwise the behavior effectively switches fromGenerated By Default to Generated Always.------------------------------------------------------------------------r474376 | djd | 2006-11-13 07:50:24 -0800 (Mon, 13 Nov 2006) | 1 lineDERBY-537 (partial) Remove some dead code for handling jar files stored within the database.------------------------------------------------------------------------r474015 | kahatlen | 2006-11-12 11:14:32 -0800 (Sun, 12 Nov 2006) | 3 linesClean up javadoc comments in ClientBaseDataSource to make them morereadable in the published API.------------------------------------------------------------------------r473834 | djd | 2006-11-11 16:08:07 -0800 (Sat, 11 Nov 2006) | 3 linesDERBY-537 (partial) Call FileResource.add in a privleged block when executing code to add a jar,driven by sqlj.install_jar. Allows one test fixture in DatabaseClassLoadingTest to be executedwith a security manager.------------------------------------------------------------------------r473828 | djd | 2006-11-11 15:11:56 -0800 (Sat, 11 Nov 2006) | 5 linesDERBY-537 (partial) Fix the reading of the jar file (through a URL or file name) for sqlj.install_jarand replace_jar to be under a privileged block. Switched the order of lookup from the jar path tobe URL and then as a file name. Otherwise a security exception is thrown trying to open the URLpath as a file name.------------------------------------------------------------------------r473783 | djd | 2006-11-11 11:50:15 -0800 (Sat, 11 Nov 2006) | 2 linesSupportFilesSetup needs to convert from the File to a URL in a privileged block asthat operation requires the permission to read user.dir.------------------------------------------------------------------------r473780 | djd | 2006-11-11 11:41:05 -0800 (Sat, 11 Nov 2006) | 2 linesDERBY-537 (partial) Change the DatabaseClassLoadingTest to install and replace the jar files usingthe SupportFilesSetup decorator so that the engine will have the correct permissions to read the jar files.------------------------------------------------------------------------r473778 | djd | 2006-11-11 11:33:55 -0800 (Sat, 11 Nov 2006) | 2 linesAdd decorator SupportFilesSetup which allows resources to be copied from the classpathinto the extin, extinout & extout folders to match the old harness behaviour.------------------------------------------------------------------------r473688 | kahatlen | 2006-11-11 02:36:16 -0800 (Sat, 11 Nov 2006) | 2 linesFixed wrong class name in copyright header.------------------------------------------------------------------------r473687 | kahatlen | 2006-11-11 02:28:07 -0800 (Sat, 11 Nov 2006) | 6 linesDERBY-2067: Assert failure in EmbedConnection.restoreContextStack()when running lang/closed.javaChange the assert so that it doesn't raise an error if the engine hasbeen shut down.------------------------------------------------------------------------r473603 | bpendleton | 2006-11-10 16:51:33 -0800 (Fri, 10 Nov 2006) | 7 linesDERBY-2018: NullPointerException in CREATE VIEW ... VALUES NULLThis patch was contributed by Yip Ng (yipng168@gmail.com)This fix catches untyped null in CreateViewNode at bind phase (same logicas CursorNode) and throws the exception. ------------------------------------------------------------------------r473440 | djd | 2006-11-10 11:31:18 -0800 (Fri, 10 Nov 2006) | 2 linesDERBY-537 Fix JarLoader missed from last commit.------------------------------------------------------------------------r473416 | djd | 2006-11-10 10:30:50 -0800 (Fri, 10 Nov 2006) | 1 lineDERBY-537 (partial) Cleanup JarUtil removing code that is never called and making class package private.------------------------------------------------------------------------r473413 | djd | 2006-11-10 10:26:19 -0800 (Fri, 10 Nov 2006) | 3 linesDERBY-2055 1) Adds a new class Load.java to execute the schema scripts for OE within the junit framework.2) Adds a new utility method to BaseJDBCTestCase to take a resource name and execute it using runScript. Contributed by  Sunitha Kambhampati ksunithaghm@gmail.com------------------------------------------------------------------------r473396 | djd | 2006-11-10 09:36:57 -0800 (Fri, 10 Nov 2006) | 3 linesAdd some comments to ConstantActionActivation to inform how the activation getshooked up to the ConstantAction.------------------------------------------------------------------------r473387 | djd | 2006-11-10 08:39:20 -0800 (Fri, 10 Nov 2006) | 2 linesDERBY-2040 (partial) Create the class loaders (JarLoader instances) for database class loadingwithin a privileged block.------------------------------------------------------------------------r473366 | djd | 2006-11-10 07:26:58 -0800 (Fri, 10 Nov 2006) | 4 linesDERBY-2047 Remove TestDataSourceFactory and clean up associated code. Functionalityhas been replaced by JDBCDataSource and J2EEDataSource which allows clean separationfor JSR169 which does not include the XA and connection pooling data sources.------------------------------------------------------------------------r473176 | djd | 2006-11-09 19:42:54 -0800 (Thu, 09 Nov 2006) | 1 lineDERBY-2063 Add comment to BootTestAll related to this bug.------------------------------------------------------------------------r473175 | djd | 2006-11-09 19:36:32 -0800 (Thu, 09 Nov 2006) | 3 linesDERBY-1952 DERBY-2047 Convert store/BootAllTest to run as a standard JUNit test andnot within the harness. Added a store._Suite and hooked it into the suites.All andthe ant junit-all target.------------------------------------------------------------------------r473123 | djd | 2006-11-09 14:49:55 -0800 (Thu, 09 Nov 2006) | 6 linesDERBY-2063 (partial) Change ShutdownDBWhenNSShutsDown from being a JUnit test run under the oldharness to one that is run as a regular JUnit tests. Add a new _Suite for derbynet and hook itinto suites.All and the ant junit-all target. Required fixing some bugs in the DriverManagerconnection handling. Also refactored NetworkServerTestSetup to allow starting the serverfrom the "command line" and to provide some utility methods for tests, e.g. to geta correctly setup NetworkServerControl.------------------------------------------------------------------------r473079 | djd | 2006-11-09 13:38:52 -0800 (Thu, 09 Nov 2006) | 2 linesDERBY-1952 DERBY-2047 Remove the remaining code directly related to derbyTesting.xa.single.This functionality has been replaced with a decorator.------------------------------------------------------------------------r472902 | kristwaa | 2006-11-09 05:58:31 -0800 (Thu, 09 Nov 2006) | 2 linesDERBY-2000: Granted permission to create derby.system.home to derby.jar------------------------------------------------------------------------r472859 | kahatlen | 2006-11-09 02:57:47 -0800 (Thu, 09 Nov 2006) | 6 linesDERBY-2038: lang/releaseCompileLocks.sql and lang/closed.java failunder JDK 1.6 in insane modeAdded sed scripts which deleted the differing parts of the stack tracefrom the test output.------------------------------------------------------------------------r472803 | kahatlen | 2006-11-08 23:43:38 -0800 (Wed, 08 Nov 2006) | 5 linesDERBY-2050: Manipulating CachedItems could be more efficientUse five boolean fields instead of one int to record CachedItem'sstate. Contributed by Dyre Tjeldvoll.------------------------------------------------------------------------r472738 | suresht | 2006-11-08 17:55:43 -0800 (Wed, 08 Nov 2006) | 6 linessimple update to the master file specific to ibm 15 jvm. This file did not seems to have got updated correctly  with  sql filecopyright changes.    ------------------------------------------------------------------------r472722 | djd | 2006-11-08 16:56:20 -0800 (Wed, 08 Nov 2006) | 6 linesDERBY-2047 DERBY-1952 (partial) Implement the ability to run with the default connction coming froman XADataSource as a decorator via the utility method TestConfiguration.connectionXADecorator.This will replace the functionality driven by the property derbyTesting.xa.single.Improved jdbc4.ConnectionTest and PreparedStatementTest to also run their test fixtures withthis XA decorator. This will replace the old harness suite jdbcxa40 which does not seem to be partof derbyall but the new runs are part of jdbc4._Suite.------------------------------------------------------------------------r472708 | bpendleton | 2006-11-08 16:00:45 -0800 (Wed, 08 Nov 2006) | 11 linesDERBY-1490: Provide RENAME COLUMN functionalityThis patch provides a new statement:  RENAME COLUMN [schema.]table.column TO new-columnThe patch contains sqlgrammar.jj changes which implement the new syntaxusing the existing execution support in RenameConstantAction.java. Thepatch also includes new tests in the lang/altertable.sql test program.------------------------------------------------------------------------r472707 | djd | 2006-11-08 16:00:17 -0800 (Wed, 08 Nov 2006) | 3 linesDERBY-2047 (partial) Expose the generic data source (bean) property setting method in JDBCDataSourceand change DataSourcePropertiesTest to use it as part of clean up to ensure clean separation betweenold harness code and JUnit code.------------------------------------------------------------------------r472704 | djd | 2006-11-08 15:51:46 -0800 (Wed, 08 Nov 2006) | 3 linesDERBY-2033 (partial) All of the test cases from dcl.sql are converted to DatabaseClassLoadingTestexcept those related to jarring up the database and runing tests against that read-only database.Add DatabaseClassLoadingTest into lang._Suite.------------------------------------------------------------------------r472613 | djd | 2006-11-08 11:49:13 -0800 (Wed, 08 Nov 2006) | 6 linesDERBY-2048 Add an additional cleanup step(compression) to cleanDatabase() method.After objects removal is performed via removeObjects(), object compression is performed in thenew compressObjects() method on the SYS.SYSDEPENDS to compact the system table.(Currently it only compress this system table.)Contributed by Yip Ng yipng168@gmail.com------------------------------------------------------------------------r472391 | abrown | 2006-11-07 20:53:54 -0800 (Tue, 07 Nov 2006) | 8 linesDERBY-2052: JDBC.assertRowInResultSet compares the wrong value if usingtrimmed strings and a SMALLINT column exists. Patch that 1) moves the locally scoped variables in JDBC.assertRowInResultSet()into the for loop, and 2) sets the "obj" variable through all paths.Contributed by Dan Debrunner (djd@apache.org) ------------------------------------------------------------------------r472228 | djd | 2006-11-07 12:05:22 -0800 (Tue, 07 Nov 2006) | 4 linesDERBY-2023 DERBY-2047 Add JUnit utility class J2EEDataSource to return XA and ConnectionPoolingdata source implementations. Split out from JDBCDataSource to ensure no class not found exceptionswhen running in JSR169. Changed JUnit tests using the old harness class TestDataSourceFactoryto use the J2EEDataSource and/or JDBCDataSource.------------------------------------------------------------------------r472187 | djd | 2006-11-07 10:18:54 -0800 (Tue, 07 Nov 2006) | 7 linesDERBY-2036 DERBY-2043 DERBY-2047 (partial) Re-work connection handling in JUnit tests.Create connection factory Connector with two implementations, DataSourceConnector and DriverManagerConnector.This ensures that running tests does not attempt to load DriverManager when running tests with JSR169.Ensure DataSource implementation sets user name and password from configuration for the getConnection()method to ensure the ChangerUserTestSetup works.Re

⌨️ 快捷键说明

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