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: | 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)
Change History (6)
by , 13 years ago
Attachment: | adsdb.diff added |
---|
comment:1 by , 13 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | 1.2 → SVN |
comment:2 by , 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 , 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 , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
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.