Contents
Microsoft SQL Server as a backend DB
Description
Microsoft SQL Server as a backend DB
roughlly implemented.
Related tickets:
- trac:ticket:329 Adding support for Microsoft SQL Server as a backend DB
- #2277 ODBC connection
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 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" to create project.
Recent Changes
[12705] by matobaa on 03/10/13 15:28:46
fixes mistakes on changeset:12704
[12704] by matobaa on 03/10/13 15:22:25
closes #10920, included license text for ContextChromePlugin, EpochFieldPlugin, FieldTooltipPlugin, HideFieldChangesPlugin, MsSqlBackendPlugin, NeighborPagePlugin, QueryUiAssistPlugin, ShowWhenMacro, SnapshotPlugin, StatusHistoryChartMacro, and TracLinksPlugin.
[12684] by matobaa on 03/05/13 16:01:19
MsSqlBackendPlugin: support for custom query
[12679] by matobaa on 03/04/13 15:30:35
MsSqlBackendPlugin: initial import

