- Language: en
9 results for mysql in version 1.10
-
Database transactions
- … MySQL site has information on MySQL transactions . If your MySQL setup does not support transactions …
-
Migrations
- … MySQL MySQL lacks support for transactions around schema alteration operations, meaning that if a migration …
-
Multiple databases
- … MySQL database called users : DATABASES = { 'default' : { 'NAME' : 'app_data' , 'ENGINE …
-
Testing tools
- … MySQL with the MyISAM storage engine), and all instances of TransactionTestCase , will roll back at the end of the test …
-
Performing raw SQL queries
- … MySQL, note that MySQL’s silent type coercion may cause unexpected results when mixing types …
-
How to install Django
- … MySQL, you’ll need a DB API driver like mysqlclient . See notes for the MySQL …
-
Time zones
- … MySQL, see the Time zone definitions section of the MySQL notes for instructions on loading …
-
Tablespaces
- … MySQL don’t. When you use a backend that lacks support for tablespaces, Django ignores …
-
Writing and running tests
- … MySQL, you can also use the COLLATION option to control the particular collation used by the test …