Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-28 | Now working with PostgreSQL. | Rob Austein | |
svn path=/branches/tk705/; revision=6157 | |||
2015-10-24 | Switched from BlobField to BinaryField, but doesn't seem to have | Rob Austein | |
helped the MySQL UTF-8 whining. Same Python code running with MySQL 5.5 doesn't do this, so it's some kind of upgrade trainwreck. BinaryField uses BLOBs too, just as one would expect, so in theory this can't be happening. So it's an undocumented feature. Yum. But we wanted to move to BinaryField anyway, and doing so doesn't seem to have made the problem worse, so committing the changes. svn path=/branches/tk705/; revision=6145 |