Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362109 - SQL - Java compile failure on ADD with nullable date column
Summary: SQL - Java compile failure on ADD with nullable date column
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 13:21 EDT by Paul Hoffman CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments
Project with error (31.09 KB, application/x-zip-compressed)
2011-10-26 13:21 EDT, Paul Hoffman CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Hoffman CLA 2011-10-26 13:21:19 EDT
Created attachment 206006 [details]
Project with error

SQL - Java compile failure on ADD with nullable date column.

Error found in migrating payment tutorial to EDT.   

Zip file attached.

Compile errors are:

Syntax error on token ")", delete this token	SQLService.java	/paymentService/generatedJava/services	line 55	Java Problem

The operator == is undefined for the argument type(s) null, long	SQLService.java	/paymentService/generatedJava/services	line 55	Java Problem
Comment 1 Joseph Vincens CLA 2011-10-26 16:55:04 EDT
fixed
Comment 2 Paul Hoffman CLA 2011-10-27 08:30:59 EDT
verified and closed