click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: KNL-160
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Horwitz
Reporter: Adam Hocek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Kernel - K1

syntax error in sakai_content.sql for DB2

Created: 16-Apr-2009 08:07   Updated: 05-Mar-2010 02:48
Component/s: Other
Affects Version/s: 1.0.14, 1.1.0
Fix Version/s: 1.0.6, 1.1.0

Time Tracking:
Original Estimate: 1 day
Original Estimate - 1 day
Remaining Estimate: 1 day
Remaining Estimate - 1 day
Time Spent: Not Specified
Remaining Estimate - 1 day

File Attachments: 1. Text File KNL-160.patch (0.5 kB)

Environment: DB2

1.0.x Status: Resolved


 Description  « Hide
This fix was for DB2 and addressed in KNL-146 and SAK-15410 for increasing the size of BLOB to 2G bytes. Problem is a syntax error in CREATE TABLE CONTENT_RESOURCE_BODY_BINARY:
should be BODY BLOB(2G) NOT LOGGED

The code has a curly brace followed by a close parenthesis: BLOB{2G)



 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
David Horwitz added a comment - 16-Apr-2009 08:23
Hi Adam,

I trust this is right:

BODY BLOB(2G) NOT LOGGED