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-08 01:01:32
|
Hi! On Sun, Dec 07, 2014 at 12:10:16PM -0600, Ian Cordasco <gra...@gm...> wrote: > On Sun, Dec 7, 2014 at 1:06 AM, Oleg Broytman <ph...@ph...> wrote: > > 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). > > I think you can use apt (e.g., apt-get, apt-cache, etc.) on Travis and > you can probably upgrade it to the version of MySQL that you would > like to test against. I'd certainly like to test against both old and new versions. > I'm having trouble finding it in the docs though so I'll have to see > if I can find other projects that do this. Something like this: http://docs.travis-ci.com/user/installing-dependencies/ ? Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |