Re: [VOTE] Require Java 5 (or later) compiler to build Derby

2007-10-10 Thread Dag H. Wanvik
Daniel John Debrunner <[EMAIL PROTECTED]> writes: > Never mind: > >> $JAVA_HOME/bin/javac -target 1.4 -source 1.5 > javac: source release 1.5 requires target release 1.5 It seems -target jsr14 is not officially supported for the Sun JDK, at least it is not listed in the javac documentation as a

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Aaron Digulla (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533642 ] Aaron Digulla commented on DERBY-3083: -- Does any documentation indicate that it's *not* ok to change the JAR nam

Re: Questionable part in reference manual of CONSTRAINT clause

2007-10-10 Thread Dag H. Wanvik
Tomohito Nakayama <[EMAIL PROTECTED]> writes: > What I'm not sure is next sentence in above. > == > If the update rule is NO ACTION, Derby checks the dependent tables for > foreign key constraints */after/ all deletes* have been executed but > /before/ triggers have been executed. If a

Re: [VOTE] Require Java 5 (or later) compiler to build Derby

2007-10-10 Thread Thomas Nielsen
Dag H. Wanvik wrote: It seems -target jsr14 is not officially supported for the Sun JDK, at least it is not listed in the javac documentation as a valid target: http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html#options True. From what I can tell -target jsr14 was introduced dur

Re: Bugfixing and 10.3 maintenance release

2007-10-10 Thread Jørgen Løland
+1 I also plan to devote some cycles on bugfixing for the maintenance release. I'm currently looking into a few candidates... -- Jørgen Løland Kathey Marsden wrote: I've been thinking quite a bit about the bug backlog and was wondering what it might take to get the community motivated to fi

[jira] Commented: (DERBY-3119) Derby does not resolve functions to methods with Integer return type.

2007-10-10 Thread Alan Burlison (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533651 ] Alan Burlison commented on DERBY-3119: -- Note that one important consequence of this bug is that functions that r

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Attachment: assert.diff I don't know how to make a reliable repro for this issue on a c

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Attachment: d3099-1.diff The patch d3099-1.diff combines initSpace.diff and assert.diff

[jira] Updated: (DERBY-3071) Replication: Modify logging subsystem for slave replication mode

2007-10-10 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland updated DERBY-3071: - Attachment: derby-3071_continuous-recovery_1a.diff derby-3071_continuous-recovery_

[jira] Assigned: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen reassigned DERBY-3099: - Assignee: Knut Anders Hatlen > Possible bug in interaction with buffer manager ca

[jira] Updated: (DERBY-3071) Replication: Modify logging subsystem for slave replication mode

2007-10-10 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jørgen Løland updated DERBY-3071: - Derby Info: [Patch Available] > Replication: Modify logging subsystem for slave replication mode

[jira] Issue Comment Edited: (DERBY-3071) Replication: Modify logging subsystem for slave replication mode

2007-10-10 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533660 ] jorgenlo edited comment on DERBY-3071 at 10/10/07 2:01 AM: Attaching a patch, continu

[jira] Commented: (DERBY-667) Derbyall should test the framework scripts

2007-10-10 Thread John H. Embretsen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533693 ] John H. Embretsen commented on DERBY-667: - FYI, the framework scripts have now been removed from trunk (see DE

Re: Requiring Java 5 compiler

2007-10-10 Thread Julius Stroffek
Rick, thanks for the explanations. Cheers Julo Rick Hillegas wrote: Hi Julo, The Java 5 compiler lets us write product and test code which is optional--that is, the code only runs if the VM is sufficiently advanced. This has the following benefits: 1) For runtime-optional code, we can tak

[jira] Updated: (DERBY-2872) Add Replication functionality to Derby

2007-10-10 Thread V.Narayanan (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] V.Narayanan updated DERBY-2872: --- Attachment: poc_slave_v2c.diff Pls find attached a new version of the poc slave changes between v2b

[jira] Created: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-10 Thread Tomohito Nakayama (JIRA)
The description of CONSTRAINT clause in reference manual seems to have error Key: DERBY-3121 URL: https://issues.apache.org/jira/browse/DERBY-3121 Project: Derby Is

[jira] Commented: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-10 Thread Tomohito Nakayama (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533713 ] Tomohito Nakayama commented on DERBY-3121: -- I cite Dag's comment here. >I agree. It doesn't make sense unle

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533728 ] Rick Hillegas commented on DERBY-3083: -- I imagine that we could parameterize the names of the jars in the defaul

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Derby Info: [Patch Available] Derbyall and suites.All ran cleanly. Please review. > Po

Re: Territory based database: proposed change to current LIKE behavior vs = for character string types

2007-10-10 Thread Bernt M. Johnsen
Mamta Satoor wrote (2007-10-09 09:40:53): > [...] > Unicode has a concept of Contraction where a user might perceive more than > one character as a single character in a given language. One eg of this > would be 'AA' in Norwegian locale. Although, this Contraction is made of > 2 Unicod

Derby Workbench or other GUI

2007-10-10 Thread Siamak Sarmady
Hello, Recently I was able to test Netbeans' JavaDB (derby) GUI tools and I should say it was a very enjoyable experience. But I also had some problems. - I normally create the database directory inside my program's directory and then use embedded driver to connect it. - Netbeans creates its dir

Re: Derby Workbench or other GUI

2007-10-10 Thread Julius Stroffek
Hi Mac, which version of netbeans are you using? There is a lot of development happening in netbeans regarding database tools. If you are missing some features I would guess that netbeans people would be interested to hear your opinion. However, it is nice to hear that you like that stuff, t

Re: Derby Workbench or other GUI

2007-10-10 Thread Siamak Sarmady
Hi, Thank you. I am not looking for help. I was suggesting that I can develop a GUI program which has same functionalities but as a separate software and asked for feedback. Regards, Mac On 10/10/07, Julius Stroffek <[EMAIL PROTECTED]> wrote: > > Hi Mac, > > which version of netbeans are you

Re: [jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Bryan Pendleton
> I imagine that we could parameterize the names of the jars > in the default policy and then teach server startup to make > some smart guesses about which jars are germane, based on > whether they contain certain distinguished classes. Alternatively, perhaps we could have a glance at the classpa

[jira] Commented: (DERBY-3030) Several broken links on Derby documentation web-site

2007-10-10 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533749 ] Kim Haase commented on DERBY-3030: -- I was able to download and extract http://db.apache.org/derby/docs/docs-10.0.ta

Re: Derby Workbench or other GUI

2007-10-10 Thread Julius Stroffek
Hi Mac, Ok, I do not know any such a graphical tool like netbeans 6.0 is going to have. If there is no such a tool available than I think that your intention is a great idea. Do you plan to support only derby or other databases as well? It seems to be easy throught JDBC but AFAIK netbeans ha

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533750 ] Rick Hillegas commented on DERBY-3083: -- On derby-dev, Bryan suggests another solution: Alternatively, perhaps w

Re: Derby Workbench or other GUI

2007-10-10 Thread Dag H. Wanvik
Siamak Sarmady <[EMAIL PROTECTED]> writes: > Hi, > > Thank you. > > I am not looking for help. I was suggesting that I can develop a GUI > program which has same functionalities but as a separate software and > asked for feedback. That is a generous offer that I am sure many in the Derby communit

[jira] Commented: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533766 ] Bryan Pendleton commented on DERBY-3099: Patch d3099-1.diff seems like a good patch to me. My only suggestion

[jira] Updated: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3083: - Attachment: derby-716-10-datatypesCollation-aa.diff Attaching derby-716-10-datatypesCollation-aa.

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533771 ] Rick Hillegas commented on DERBY-3083: -- Never mind the previous attachment and comment. I have attached this pat

[jira] Assigned: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-10 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase reassigned DERBY-3121: Assignee: Kim Haase > The description of CONSTRAINT clause in reference manual seems to have error

[jira] Subscription: Derby: JIRA issues with patch available

2007-10-10 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (25 issues) Subscriber: derby-dev Key Summary DERBY-3099 Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint https://issues.apache.org/jira/browse/DERBY-3099

[jira] Updated: (DERBY-716) Re-enable VTIs

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-716: Attachment: derby-716-10-datatypesCollation-aa.diff Attaching derby-716-10-datatypesCollation-aa.dif

[jira] Updated: (DERBY-3121) The description of CONSTRAINT clause in reference manual seems to have error

2007-10-10 Thread Kim Haase (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase updated DERBY-3121: - Attachment: DERBY-3121.diff rrefsqlj13590.html Thanks for catching this error. I've attac

Regression Test Report - Daily 583205 - Sun DBTG

2007-10-10 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 583205/2007-10-09 18:00:11 CEST Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 0288288 073.27% derbyall 096849684 0 1209.97% suitesAll sles 0

Re: Derby Workbench or other GUI

2007-10-10 Thread Rick Hillegas
Hi Siamak, Some work has already gone into creating management tools for Derby. Please take a look at DERBY-1387. That issue describes a JMX-based scheme for managing Derby servers and databases. It would be great if you could piggyback your work on top of those JMX extensions. I think you wi

Re: Territory based database: proposed change to current LIKE behavior vs = for character string types

2007-10-10 Thread Mamta Satoor
Dan posted his findings on MySQL behavior on DERBY-2967. The MySQL Reference Manaul (MySQL reference: http://dev.mysql.com/doc/refman/4.1/en/string-comparison-functions.html ), towards the beginning of the page has following blurb "Per the SQL standard, LIKE performs matching on a per-character bas

Re: Territory based database: proposed change to current LIKE behavior vs = for character string types

2007-10-10 Thread Daniel John Debrunner
Bernt M. Johnsen wrote: Does anyone know what MySQL, Oracle, SQL Server etc does with this? If the other major databases are in agreement, we could follow their interpretation if we find it reasonable. MySQL has that LIKE and = can return different results. See comments in DERBY-2967 and htt

[jira] Commented: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533799 ] Daniel John Debrunner commented on DERBY-3083: -- Aaron> Does any documentation indicate that it's *not* o

[jira] Updated: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3083: - Comment: was deleted > Network server demands a file called "derbynet.jar" in cla

[jira] Updated: (DERBY-3083) Network server demands a file called "derbynet.jar" in classpath

2007-10-10 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner updated DERBY-3083: - Comment: was deleted > Network server demands a file called "derbynet.jar" in cla

[jira] Commented: (DERBY-3013) column-definition WITH DEFAULT should accept CURRENT_USER, SESSION_USER in addition to USER

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533801 ] Rick Hillegas commented on DERBY-3013: -- Thanks for this patch, Dag. Looks good to me. > column-definition WITH

Re: Derby Workbench or other GUI

2007-10-10 Thread David Van Couvering
Hi, Slamak. I am the database architect for NetBeans, and also a committer on Derby. You can actually change the database directory using Tools->Java DB Database->Database Directory. However, it is currently hard to set other properties, such as host and port number. And it doesn't work well wi

[jira] Commented: (DERBY-3010) WITH DEFAULT value documentation needs improvement

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533805 ] Rick Hillegas commented on DERBY-3010: -- Looks good to me. Thanks, Dag and Kim. > WITH DEFAULT value documentati

[jira] Commented: (DERBY-2575) Rework the release instructions in order to clarify loops and blocks of related tasks.

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533810 ] Rick Hillegas commented on DERBY-2575: -- Hi Myrna, I think this is a big improvement. I think you should update

[jira] Updated: (DERBY-3073) SQL roles: add parser support

2007-10-10 Thread Dag H. Wanvik (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3073: - Attachment: DERBY-3073c.stat DERBY-3073c.diff Uploading DERBY-3073c, which replac

Re: Territory based database: proposed change to current LIKE behavior vs = for character string types

2007-10-10 Thread Mamta Satoor
My quick look at other products' documentation has not given me any specifics on their behavior on this issue. I will concentrate my efforts on coming up with a patch which is based on SQL standards. But please feel free to have this discussion going. Mamta On 10/10/07, Mamta Satoor <[EMAIL PROT

Re: jvm crash in OnlineBackupTest4.sql with jdk 1.5?

2007-10-10 Thread Knut Anders Hatlen
Myrna van Lunteren <[EMAIL PROTECTED]> writes: > Hi, > > Now that the failures in suites.All for windows/vista are fixed (Thx > Knut Anders!) I noticed that there's been a failure reported - almost > every day - in store/OnlineBackupTest4.sql with jdk 1.5, mostly for > linux but also on other oper

[jira] Updated: (DERBY-3117) Adjust master build script to require the Java 5 compiler to build Derby

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3117: - Attachment: derby-3117-01-enforceJava5-ac.diff Thanks for the continued feedback, Knut. I have at

[jira] Commented: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533840 ] Knut Anders Hatlen commented on DERBY-3099: --- Good idea, Bryan. I'll add the comment before I commit. Thanks

[jira] Resolved: (DERBY-2575) Rework the release instructions in order to clarify loops and blocks of related tasks.

2007-10-10 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-2575. --- Resolution: Fixed Thx for the review, Rick! I too think further improvements should/w

[jira] Commented: (DERBY-3073) SQL roles: add parser support

2007-10-10 Thread Rick Hillegas (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533844 ] Rick Hillegas commented on DERBY-3073: -- Thanks, Dag. DERBY-3073c looks good to me. > SQL roles: add parser supp

[jira] Assigned: (DERBY-2242) Convert jdbcapi/metadata.java to JUnit test.

2007-10-10 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren reassigned DERBY-2242: - Assignee: Myrna van Lunteren (was: Daniel John Debrunner) > Convert jdbcapi/meta

[jira] Commented: (DERBY-2242) Convert jdbcapi/metadata.java to JUnit test.

2007-10-10 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533858 ] Myrna van Lunteren commented on DERBY-2242: --- I grabbed this one because I'll be looking at it in reference

[jira] Commented: (DERBY-2212) Add "Unique where not null" to create index

2007-10-10 Thread JIRA
[ https://issues.apache.org/jira/browse/DERBY-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533912 ] Øystein Grøvlen commented on DERBY-2212: Thanks for the patch, Anurag. Your approach to solving this seems O

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-10-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533933 ] Bryan Pendleton commented on DERBY-2352: The group by variant did not easily reproduce, either: ij> select s

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-10-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533932 ] Bryan Pendleton commented on DERBY-2352: My first attempt to reproduce this failed: ij version 10.4 ij> conn

[jira] Commented: (DERBY-2352) Assertion Failure with order by and group by expression

2007-10-10 Thread Bryan Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533945 ] Bryan Pendleton commented on DERBY-2352: Ah. For this to reproduce, table "t" must contain at least one row:

Re: Derby Workbench or other GUI

2007-10-10 Thread Siamak Sarmady
David, Thank you for your reply. I have had little experience with Netbeans platform and I think it will be a great idea to use it for the software. I will subscribe to the Netbeans DB developers list and will continue to work on this with you and people there. Regards, Siamak On 10/11/07, Davi

Re: Derby Workbench or other GUI

2007-10-10 Thread Siamak Sarmady
Rick, Thank you for the information and ideas. I will look at that project carefully before deciding about the architecture of the software. Regards, Siamak On 10/10/07, Rick Hillegas <[EMAIL PROTECTED]> wrote: > Hi Siamak, > > Some work has already gone into creating management tools for Derby.

Re: Derby Workbench or other GUI

2007-10-10 Thread Siamak Sarmady
Julius, I was thinking of a specific tool for Derby because too many general JDBC tools are available already and I wanted the tool to be able to work with embedded mode, and derby specific management issues. Thank you again for the ideas and information. Regards, Siamak On 10/10/07, Julius Str

[jira] Resolved: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-3099. --- Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch Ava

[jira] Updated: (DERBY-3099) Possible bug in interaction with buffer manager causing pages not to be freed on rollback to savepoint

2007-10-10 Thread Knut Anders Hatlen (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-3099: -- Affects Version/s: 10.3.1.4 The bug is also present on the 10.3 branch (I applied the a