view doc/links.txt @ 565:78109beea395

Type fixes for Postgres 8.x (we noticed issues on 8.3. Newer versions of Postgres don't auto massage integers from Python to string values in the database. In Bitten, this was causing issues with the 'id' field of bitten_rule, which was actually an integer (coming from the id field of the bitten_platform table.) Without explicitly converting it to a string, you'd see the error reported in #390. Added upgrade steps, tested on Postgres8.3. Closes #390. We may want to rename this field to 'platform' later.
author wbell
date Sat, 16 May 2009 22:39:21 +0000
parents 90302c84571e
children a3197bba9c21
line wrap: on
line source
.. -*- mode: rst; encoding: utf-8 -*-

===========
Build Links
===========

Bitten supports the ability to link between any wiki-enabled objects in Trac.

To link to a particular build, use the TracLink syntax ``build:N`` (where ``N`` is the number of the build)
 
Copyright (C) 2012-2017 Edgewall Software