This website requires JavaScript.
Explore
Help
Register
Sign In
L-electron-Rare
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5c08b24b220a9b41c5f5b94de9ae4e84101bcbee
moodle
/
lib
/
ddl
T
History
stronk7
96158ee548
Properly truncating temp tables before dropping them.
2009-09-22 20:26:23 +00:00
..
simpletest
Added some DDL tests to check for proper empty defaults.
2009-09-22 17:57:08 +00:00
database_manager.php
temp tables behaviour change: exception if exits on creation (like normal tables)
2009-09-09 09:41:37 +00:00
mssql_sql_generator.php
MDL-15181 temporary tables support. No more differences in table_exists() +
2009-08-31 15:47:46 +00:00
mysql_sql_generator.php
Do not force table type for temporary tables
2009-09-09 09:44:39 +00:00
oracle_sql_generator.php
Properly truncating temp tables before dropping them.
2009-09-22 20:26:23 +00:00
postgres_sql_generator.php
SQL generators must not execute changes in DB. Just provide the needed SQL
2009-08-31 14:23:40 +00:00
sql_generator.php
MDL-14679, MDL-17491 empty defaults: when passing empty ('') default to char/clob columns
2009-09-22 17:26:40 +00:00
sqlite_sql_generator.php
SQL generators must not execute changes in DB. Just provide the needed SQL
2009-08-31 14:23:40 +00:00