[JDBC] UpdateableResultSet patch (not finished yet!)

2001-09-15 Thread Ola Sundell
. * Concurrency check. Things that need work: * Documentation * Inserting - nothing done as of yet. * The test case needs to be more elaborate. Ola -- Ola Sundell [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] http://miranda.org/~ola ---(end of broadcast

Re: [JDBC] UpdateableResultSets and concurrency.

2001-07-09 Thread Ola Sundell
On Sun, 8 Jul 2001, Ola Sundell wrote: On Tue, 26 Jun 2001, Dave Cramer wrote: Ola, How are you planning on determining if the underlying data has been changed by some other process? There is a system column called xmin which can be used, however you will have to add

[JDBC] UpdateableResultSets and concurrency.

2001-07-08 Thread Ola Sundell
handle any and all problems that might occur. I will simply forward any exceptions I get, and let the overlying code handle the problems. I checked the MySQL driver, and that is how they are doing it. I wonder how it works with non-free databases. Does anyone here know? Ola -- Ola Sundell [EMAIL

[JDBC] getTableName() in ResultSetMetaData

2001-03-02 Thread Ola Sundell
crementing, or not. I can, of course, write a small hack in my own app, but this seems much neater. :) OK, did that make sense at all? Ola -- --- Ola Sundell [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] http://miranda.org/~ola PGP key information: pub 1024/744E6D8D 2000/02/13 Ola Sund

[JDBC] PATCH to org/postgresql/jdbc2/DatabaseMetaData.java

2001-02-25 Thread Ola Sundell
tion of the primary key columns that are * referenced by a table's foreign key columns (the primary keys @@ -2238,8 +2313,39 @@ */ public java.sql.ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException { -// XXX-Not Implemented -return