Edgewall Software
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)

bitten-postgres8.3.patch (3.7 KB) - added by anonymous 16 years ago.
Patch for type casting

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by anonymous

Patch for type casting

comment:1 Changed 15 years ago by osimons

  • Resolution set to duplicate
  • Status changed from new to closed

Ticket #404 is now used to keep track of any remaining Postgres type issues (partly fixed by #390 / [639:641]). Closing this as duplicate of those newer tickets, but I'll make a note on #404 to remember to review this patch.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.