Changes between Version 5 and Version 6 of members/GRIP-UQAM/PHP/Packages
- Timestamp:
- Jan 17, 2017, 3:29:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/PHP/Packages
v5 v6 412 412 * The schema manager creates FOREIGN KEY CONSTRAINTs with ALTER TABLE. 413 413 * This allows to create the associated index before the foreign key constraint. This can be useful to create a named index before it is already automatically created by some databases. 414 * It is not sure if it can work with sqlite. 414 * It is not sure if it can work with sqlite. It seems it should not. [https://www.sqlite.org/lang_altertable.html SQL As Understood By SQLite: ALTER TABLE] [https://www.sqlite.org/syntax/foreign-key-clause.html foreign-key-clause] 415 415 * Has its own event manager (version 2.5.7) 416 416 = Static site generator =