Modify ↓
Opened 16 years ago
Closed 15 years ago
#288 closed defect (duplicate)
postgres 8.3 support
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
Bitten doesn't work with postgres 8.3 because of some type issues. I started looking into this, and it appears that the database structure should be changed:
In table bitten_build, rev should probably be an integer. In table bitten_rule, id should probably be an integer.
However I wasn't sure if you wanted to do that, so for now I've implemented a patch to cast the uses of these columns to a text string so it will work with postgres 8.3.
Attachments (1)
Change History (2)
Changed 16 years ago by anonymous
comment:1 Changed 15 years ago by osimons
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch for type casting