You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Willie Vu <ct...@ust.hk> on 2003/05/05 08:44:35 UTC

[PATCH] StandardRDBMSAdapter.java

Attached is a patch to StandardRDBMSAdapter for the following fixes:

- Some databases such as Sybase does not recognize true/false as a constant for
a bit column.  So, 1/0 is used instead when constructing SQL statements.
- "EXCLUSIVE" is a keyword in Sybase.  The column is renamed to IS_EXCLUSIVE.
- When revision descriptor(s) are removed, there are referential integrity
violations.  Records in related tables must be removed in an orderly manner.

--
Willie Vu


RE: [PATCH] StandardRDBMSAdapter.java

Posted by Willie Vu <ct...@ust.hk>.
Attached is the patch.  Sorry.

--
Willie Vu
 


> -----Original Message-----
> From: Willie Vu [mailto:ctwillie@ust.hk] 
> Sent: Monday, May 05, 2003 2:45
> To: slide-dev@jakarta.apache.org
> Subject: [PATCH] StandardRDBMSAdapter.java
> 
> 
> Attached is a patch to StandardRDBMSAdapter for the following fixes:
> 
> - Some databases such as Sybase does not recognize true/false 
> as a constant for a bit column.  So, 1/0 is used instead when 
> constructing SQL statements.
> - "EXCLUSIVE" is a keyword in Sybase.  The column is renamed 
> to IS_EXCLUSIVE.
> - When revision descriptor(s) are removed, there are 
> referential integrity violations.  Records in related tables 
> must be removed in an orderly manner.
> 
> --
> Willie Vu
> 
>