django-gbasedbtdb


Namedjango-gbasedbtdb JSON
Version 1.10.1 PyPI version JSON
download
home_pagehttps://gbasedbt.com
SummaryA database driver for Django to connect to an GBase 8s database via ODBC
upload_time2023-04-12 04:58:56
maintainer
docs_urlNone
authorliaosnet
requires_python
licenseAPLv2
keywords django gbasedbt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## A database driver for Django to connect to an GBase 8s database via pyodbc.  

**Some limitations**:

- Does not support default values  
- GBase 8s automatically creates indexes on foreign keys, but Django attempts to do that
  manually; the current implementation here just attempts to catch the error on index
  creation. It may unintentionally catch other index creation errors where the index
  already exists.

### Release History  

Version 1.10.1  

- Fork from django_informixdb  
- Fix 'unsupported column type -114'

            

Raw data

            {
    "_id": null,
    "home_page": "https://gbasedbt.com",
    "name": "django-gbasedbtdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django gbasedbt",
    "author": "liaosnet",
    "author_email": "liaosnet@gbasedbt.com",
    "download_url": "https://files.pythonhosted.org/packages/65/c1/658eb3747f13ca3f930b20cfa37b34398d4ccbcbbe89c51c2087f06890cf/django_gbasedbtdb-1.10.1.tar.gz",
    "platform": null,
    "description": "## A database driver for Django to connect to an GBase 8s database via pyodbc.  \n\n**Some limitations**:\n\n- Does not support default values  \n- GBase 8s automatically creates indexes on foreign keys, but Django attempts to do that\n  manually; the current implementation here just attempts to catch the error on index\n  creation. It may unintentionally catch other index creation errors where the index\n  already exists.\n\n### Release History  \n\nVersion 1.10.1  \n\n- Fork from django_informixdb  \n- Fix 'unsupported column type -114'\n",
    "bugtrack_url": null,
    "license": "APLv2",
    "summary": "A database driver for Django to connect to an GBase 8s database via ODBC",
    "version": "1.10.1",
    "split_keywords": [
        "django",
        "gbasedbt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcb4e67dd98f8c72f719f8dd7f8261919aeae41062b8f66eee796ca646a2546f",
                "md5": "3ab60fd7bf345ca114da6b8f048f813b",
                "sha256": "dc62594613b2d6908acd17611318735bd5dad6f3eae7ff1ff77e82a82a722f02"
            },
            "downloads": -1,
            "filename": "django_gbasedbtdb-1.10.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ab60fd7bf345ca114da6b8f048f813b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 28227,
            "upload_time": "2023-04-12T04:58:53",
            "upload_time_iso_8601": "2023-04-12T04:58:53.323848Z",
            "url": "https://files.pythonhosted.org/packages/bc/b4/e67dd98f8c72f719f8dd7f8261919aeae41062b8f66eee796ca646a2546f/django_gbasedbtdb-1.10.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65c1658eb3747f13ca3f930b20cfa37b34398d4ccbcbbe89c51c2087f06890cf",
                "md5": "3b142a9ee98f76cdb25c42d41d2290a3",
                "sha256": "357af2a9c725be44740fd500b3a40f52aa3c9189aedb965040e8da40c78e44e3"
            },
            "downloads": -1,
            "filename": "django_gbasedbtdb-1.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3b142a9ee98f76cdb25c42d41d2290a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26337,
            "upload_time": "2023-04-12T04:58:56",
            "upload_time_iso_8601": "2023-04-12T04:58:56.758111Z",
            "url": "https://files.pythonhosted.org/packages/65/c1/658eb3747f13ca3f930b20cfa37b34398d4ccbcbbe89c51c2087f06890cf/django_gbasedbtdb-1.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-12 04:58:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-gbasedbtdb"
}
        
Elapsed time: 0.05636s