- Language: en
10 results for mysql in version 5.2
-
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 …
-
How to install Django
- … MySQL or MariaDB, you’ll need a DB API driver like mysqlclient . See notes for the MySQL …
-
Performing raw SQL queries
- … MySQL, note that MySQL’s silent type coercion may cause unexpected results when mixing types …
-
Fixtures
- … MySQL with MyISAM and fixtures The MyISAM storage engine of MySQL doesn’t support transactions …
-
Time zones
- … MySQL, see the Time zone definitions section of the MySQL notes for instructions on loading …
-
Writing and running tests
- … MySQL, you can also use the COLLATION option to control the particular collation used by the test …
-
Tablespaces
- … MySQL don’t. When you use a backend that lacks support for tablespaces, Django ignores …