On Monday, 30 September 2013 at 11:58:48 UTC, Kagamin wrote:
int64 is the right type for a database integer, int32 is too small. After all, it's a database.
All mysql types should be handled by using the correct type in D. e.g. if i select an INT i want a D int. If i select a BINGINT i want a D long, etc.
