Re: [SQLObject] Proposed Plan for Porting to Python 3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Oleg B. <ph...@ph...> - 2014-12-07 07:06:41
|
On Fri, Dec 05, 2014 at 08:38:31PM +0100, Oleg Broytman <ph...@ph...> wrote:
> datetime test fails with MySQL:
Got it: MySQL doesn't support microseconds until 5.6.4, Travis runs
5.5, so the error can be ignored.
I will work on skipping the test on backends that don't support
microseconds and adapt SQLObject to MySQL 5.6.4+ (date/time columns must
be created with precision: TIME(6) instead of TIME and so on).
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|