mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-01 23:53:39 -05:00
Workaround LAST_INSERT_ID and CAST limitations by making all primary keys unsigned bigint. Workaround LAST_INSERT_ID signed/unsigned inconsistency between 5.5 and 5.6 by using Convert.ToUInt64 instead of casts. |
||
|---|---|---|
| .. | ||
| BattleVideoHeader4.cs | ||
| BattleVideoHeader5.cs | ||
| BattleVideoRecord4.cs | ||
| BattleVideoRecord5.cs | ||
| BoxRecord4.cs | ||
| DressupRecord4.cs | ||
| Enums.cs | ||
| GtsRecord4.cs | ||
| GtsRecord5.cs | ||
| MusicalRecord5.cs | ||
| TrainerProfile4.cs | ||
| TrainerProfile5.cs | ||