View Issue Details

IDProjectCategoryView StatusLast Update
0004845mantisbtinstallationpublic2005-04-18 10:26
Reportervny Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Product Version0.19.1 
Summary0004845: MSSQL DB creation : mantis_filters_table
Description

CREATE TABLE mantis_filters_table (
id int NOT NULL IDENTITY (1, 1),
user_id int NOT NULL default '0',
project_id int NOT NULL default '0',
is_public tinyint default NULL,
name varchar(64) NOT NULL default '',
filter_string text NOT NULL,
PRIMARY KEY (id)
)

TagsNo tags attached.

Relationships

duplicate of 0005289 closedgrangeway Use ADODB DataDict for DB Creation / Upgrade 

Activities

grangeway

grangeway

2005-02-28 05:23

reporter   ~0009397

Both the mssql.sql and pgsql.sql are out of date.

For the next release, i'm hoping to get an adodb data dict schema defined which will generate the mssql/pgsql tables. As adodb's datadict is generic, this means that we won't have to keep multiple schema files in check. It also means that it may be possible to use other db's that are supported by adodb's datadict with mantis.

If this functionality goes into the next release, the mssql/pgsql.sql files will become redundant.

Notes:

  1. The aim is to have the generated adodb schema match the existing schema's created by the sql files.
  2. Once the code is added to CVS, it would be interesting to get some feedback, or any differences in the schema to the existing databases you are using

I'm going to use issue 0005289 to track the datadict stuff, so closing this issue now.