- Language: en
83 results for mysql in version 3.0
-
Django 1.5.6 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
Django 2.1 release notes
- … MySQL 5.5 The end of upstream support for MySQL 5.5 is December 2018. Django 2.1 supports …
-
Django 1.4.11 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
GIS QuerySet API Reference
- … MySQL MBRContains(poly, geom) SpatiaLite MbrContains(poly, geom) bboverlaps Availability : PostGIS , MariaDB, MySQL, SpatiaLite, PGRaster …
-
QuerySet API reference
- … MySQL: load the time zone tables with mysql_tzinfo_to_sql . none() none () Calling none …
-
Geographic Database Functions
- … MySQL, returns None for single geometries. NumPoints class NumPoints ( expression , **extra ) Availability : MariaDB, MySQL , PostGIS …
-
Multiple databases
- … MySQL database called users : DATABASES = { 'default' : { 'NAME' : 'app_data' , 'ENGINE …
-
Settings
- … MySQL, MySQL will connect via a Unix socket to the specified socket. For example: "HOST …
-
Django version 0.96 release notes
- … mysql" to this: DATABASE_ENGINE = "mysql_old" However, we strongly encourage MySQL …
-
Django 1.6 release notes
- … MySQL, you must install pytz and load the time zone tables with mysql_tzinfo_to_sql . Addition …