Skip to main content

Django backend database support for MS SQL Server and pytds.

Project description

A minimal wrapper for django-mssql to make it work with python-tds.

This package will try to connect using ADO first, and if it is not available it will try python-tds second.

In addition to django-mssql features this package also supports:

  • select_for_update

  • multiple NULLs in unique constraints

  • MSSQL 2008 support (2008 support is currently dropped in django-mssql)

Requirements

  • django-mssql, version 1.6.x

  • Python 2.7 or 3.3

SQL Server versions

  • 2008

  • 2012

Status

Works on python-tds, ADO not tested yet, but should work too. Django 1.7 migration tests are not fully passing yet.

License

MIT

Known Issues

  • Doesn’t work with old DATETIME columns. To use this package you should change all DATETIME columns to DATETIME2(6).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sqlserver-1.7.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page