mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-21 16:17:19 -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. |
||
|---|---|---|
| .. | ||
| DataAbstract.cs | ||
| DatabaseExtender.cs | ||
| DataMysql.cs | ||
| DataSqlite.cs | ||