wiki:MsSqlBackendPlugin

Version 7 (modified by solsson, 9 years ago) (diff)

--

Microsoft SQL Server as a backend DB

Notice: This plugin is unmaintained and available for adoption.

Description

Microsoft SQL Server as a backend DB

roughlly implemented.

Related tickets:

Bugs/Feature Requests

Existing bugs and feature requests for MsSqlBackendPlugin are here.

If you have any issues, create a new ticket.

known bugs

  • report:7
  • report:8

Download

Download the zipped source from [download:mssqlbackendplugin here].

Source

You can check out MsSqlBackendPlugin from here using Subversion, or browse the source with Trac.

How to use

  • download the source, setup.py bdist_egg, then place dist/*.egg on PYTHONPATH.
  • prepare mssql_enabler.ini contains following:
    [compnents]
    mssql_backend.* = enabled
    
  • create "tracdb" databse on MS SQL Server.
  • setup "tracdb" DSN connected to database above with ODBC Administrator.
  • do trac-admin __projectpath__ initenv --inherit=path/to/mssql_enabler.ini new "odbc:/DSN=tracdb;Trusted_Connection=yes" to create project.

Recent Changes

12705 by matobaa on 2013-03-10 14:28:46
fixes mistakes on changeset:12704
12704 by matobaa on 2013-03-10 14:22:25
closes #10920, included license text for
ContextChromePlugin, EpochFieldPlugin, FieldTooltipPlugin, HideFieldChangesPlugin, MsSqlBackendPlugin, NeighborPagePlugin, QueryUiAssistPlugin, ShowWhenMacro, SnapshotPlugin, StatusHistoryChartMacro, and TracLinksPlugin.
12684 by matobaa on 2013-03-05 15:01:19
MsSqlBackendPlugin: support for custom query
(more)

Author/Contributors

Author: matobaa
Maintainer: matobaa
Contributors:

A fork, for Trac 1.1.2 and focused on ticketing: https://github.com/Reposoft/trac-mssql