Opened 18 years ago
Closed 17 years ago
#5 closed defect (fixed)
Setup on Postgresql fails with type error
Reported by: | anonymous | Owned by: | ticheler |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GAST | Version: | |
Keywords: | Setup, Postgresql | Cc: |
Description
When using Gast Setup to create the database on Postgres, the process stops with this error: Error: Column "operationid" is type interger but expression is of type character varying.
M$ Windows XP Postgresql 8.2
Attachments (1)
Change History (7)
by , 18 years ago
comment:1 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Cc: | added |
---|---|
Component: | GAST → Web Site (Developer) |
Keywords: | painting added; Setup Postgresql removed |
Milestone: | → v2.1 RC2 |
Priority: | major → critical |
Summary: | Setup on Postgresql fails with type error → painting |
movie center fairview shopping
}}} {{{
#!html
female nude painting watercolor painting
}}} {{{
#!html
house painting
comment:3 by , 17 years ago
Component: | Web Site (Developer) → Web Site (Community) |
---|---|
Keywords: | wine added; painting removed |
Priority: | critical → major |
Summary: | painting → wine |
Type: | defect → enhancement |
Version: | → 2.1 beta 3 |
comment:4 by , 17 years ago
Cc: | removed |
---|---|
Component: | Web Site (Community) → GAST |
Keywords: | Setup Postgresql added; wine removed |
Milestone: | v2.1 RC2 |
Summary: | wine → Setup on Postgresql fails with type error |
Type: | enhancement → defect |
Version: | 2.1 beta 3 |
comment:5 by , 17 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Can this issue be reopened?
This issue still exists, latest build (655) has this error.
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Solution: in class "org.fao.gast.lib.DatabaseLib", method "setupTemplatePriv(Dbms, int)" should be like this:
Constant "AccessManager.OPER_VIEW" really is a String value and must be converted to an Integer explicitely before executing the query.