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-10 00:05:57
|
On Wed, Dec 10, 2014 at 12:55:36AM +0100, Oleg Broytman <ph...@ph...> wrote: > On Sun, Dec 07, 2014 at 08:06:29AM +0100, Oleg Broytman <ph...@ph...> wrote: > > 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). > > Done, all tests are now passed, see > https://travis-ci.org/sqlobject/sqlobject/branches BTW I added version test to MySQLConnection and test MariaDB >= 5.3.0 or MySQL >= 5.6.4. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |