Opened 13 years ago

Closed 13 years ago

#16152 closed New feature (fixed)

Add Sybase Advantage Database Server to 3rd Party DB List

Reported by: mike.hagman@… Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Could you please add "Sybase Advantage Database Server" to the list of 3rd Party databases listed under the heading "Using a 3rd-party database backend" at the bottom of this site https://docs.djangoproject.com/en/dev/ref/databases/

Here is the link to the Advantage Database Server Django support.
http://code.google.com/p/adsdb-django/

Attachments (1)

adsdb.diff (758 bytes ) - added by Stephen Burrows 13 years ago.

Download all attachments as: .zip

Change History (6)

by Stephen Burrows, 13 years ago

Attachment: adsdb.diff added

comment:1 by Stephen Burrows, 13 years ago

Has patch: set
Triage Stage: UnreviewedAccepted
Version: 1.2SVN

It's a trivial patch, and django is guaranteeing nothing about the quality of the database or its backend. There doesn't seem to be a reason not to add it.

comment:2 by Russell Keith-Magee, 13 years ago

There's one minor issue that requires clarification -- What's the relationship with Sybase SQL Anywhere and Sybase Advantage? Is it appropriate for both links to exist, or does one link deprecate the other?

If the original poster can clarify this point, I'm happy for this to go direct to Ready For Checkin -- The change is trivial, so no patch is required.

comment:3 by anonymous, 13 years ago

Thank you for the quick response.

Sybase SQL Anywhere and Sybase Advantage Database Server are 2 separate databases offered by Sybase. They both support Django and they are sold to different markets. They can both be listed and not deprecate the other. Thanks for clarifying.

Mike

comment:4 by Russell Keith-Magee, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: newclosed

In [16624]:

Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party database backend list. Thanks to Mike Hagman and melinath.

Note: See TracTickets for help on using tickets.
Back to Top