[ http://issues.apache.org/jira/browse/DERBY-499?page=all ]

Rick Hillegas updated DERBY-499:
--------------------------------

    Attachment: bug499.diff

I have made the parser change which Satheesh pointed out. I also removed new 
DRDA datatypes not actually needed by this submission as Kathey requested. To 
accomodate the parser change, I had to update a couple unit tests:

M      java\engine\org\apache\derby\impl\sql\compile\sqlgrammar.jj
A      java\engine\org\apache\derby\iapi\reference\DRDAConstants.java
M      java\drda\org\apache\derby\impl\drda\FdocaConstants.java
M      java\drda\org\apache\derby\impl\drda\SQLTypes.java
M      java\drda\org\apache\derby\impl\drda\EXTDTAInputStream.java
M      java\drda\org\apache\derby\impl\drda\NetworkServerControlImpl.java
M      java\drda\org\apache\derby\impl\drda\AppRequester.java
M      java\drda\org\apache\derby\impl\drda\DRDAConnThread.java
M      
java\testing\org\apache\derbyTesting\functionTests\tests\lang\aggregate.sql
M      
java\testing\org\apache\derbyTesting\functionTests\tests\lang\subquery.sql
M      
java\testing\org\apache\derbyTesting\functionTests\tests\lang\db2Compatibility.sql
M      java\testing\org\apache\derbyTesting\functionTests\tests\lang\logop.sql
M      java\testing\org\apache\derbyTesting\functionTests\tests\lang\schemas.sql
A      java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\lang
A      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\lang\BooleanTest.java
A      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\lang\default_app.properties
A      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\lang\LangSuite.java
A      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\lang\build.xml
M      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\compatibility\CompatibilitySuite.java
M      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\compatibility\testScript.xml
M      
java\testing\org\apache\derbyTesting\functionTests\tests\junitTests\compatibility\JDBCDriverTest.java
M      java\testing\org\apache\derbyTesting\functionTests\master\subquery.out
M      
java\testing\org\apache\derbyTesting\functionTests\master\db2Compatibility.out
M      
java\testing\org\apache\derbyTesting\functionTests\master\implicitConversions.out
M      
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNetClient\metadata.out
M      
java\testing\org\apache\derbyTesting\functionTests\master\DerbyNetClient\syscat.out
M      java\testing\org\apache\derbyTesting\functionTests\master\logop.out
M      
java\testing\org\apache\derbyTesting\functionTests\master\valuesclause.out
M      java\testing\org\apache\derbyTesting\functionTests\master\schemas.out
M      java\testing\org\apache\derbyTesting\functionTests\master\aggregate.out
M      
java\testing\org\apache\derbyTesting\functionTests\suites\derbylang.runall
M      
java\testing\org\apache\derbyTesting\functionTests\util\DerbyJUnitTest.java
M      java\testing\build.xml
M      java\client\org\apache\derby\client\net\FdocaConstants.java
M      java\client\org\apache\derby\client\net\NetConfiguration.java
M      java\client\org\apache\derby\client\net\Typdef.java
M      java\client\org\apache\derby\client\net\NetStatementRequest.java
M      java\client\org\apache\derby\client\am\CrossConverters.java
M      java\client\org\apache\derby\client\am\Types.java
M      java\client\org\apache\derby\client\am\Cursor.java
M      java\client\org\apache\derby\client\am\SignedBinary.java
M      java\client\org\apache\derby\client\am\DatabaseMetaData.java
M      java\client\org\apache\derby\client\am\ColumnMetaData.java

Once this first increment is committed, I will work on another patch to address 
Kathey's other concerns.

> Expose BOOLEAN datatype to end users
> ------------------------------------
>
>          Key: DERBY-499
>          URL: http://issues.apache.org/jira/browse/DERBY-499
>      Project: Derby
>         Type: New Feature
>   Components: SQL
>     Versions: 10.1.1.0
>     Reporter: Rick Hillegas
>     Assignee: Rick Hillegas
>  Attachments: BooleanFS.html, bug499.diff, bug499_doc.zip
>
> Veaceslav Chicu started an email thread on 8 August 2005 titled "boolean 
> type". He was disappointed that Derby doesn't support the ansi BOOLEAN 
> datatype. On closer inspection, Derby does internally support this type but 
> does not expose this support to end users.
> Derby should let users declare table columns of type BOOLEAN. This should be 
> an indexable datatype.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to