• Ramiro Morales's avatar
    Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing… · f2dca72a
    Ramiro Morales yazdı
    Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing incompatibility with multi-db. Thanks findepi for the report.
    
    Changed our internal representation of the PostgreSQL version from tuples to
    integers as used by libpq and psycopg2. This simplifies version comparison
    operations.
    
    Also, using the associated libpq/psycopg2 API allows to remove the need for
    manually issuing in-band ``SELECT version()`` SQL queries to obtain the server
    version (or at least reduce its number if version of psycopg2 in use is older
    than 2.0.12). Refs #10509.
    
    git-svn-id: http://code.djangoproject.com/svn/django/trunk@16439 bcc190cf-cafb-0310-a4f2-bffc1f526a37
    f2dca72a
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...