From 1665eee2fb916b6616d00c7defee9f0c439aa0ef Mon Sep 17 00:00:00 2001 From: stonebig Date: Wed, 5 Mar 2014 11:33:08 +0100 Subject: [PATCH] update readme (mysql support) before 0.6 release --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 927968e..5eda765 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ To Do : ------- * ~~extending python sql motor with a basic CTE (Common Table Expression),~~ + * ~~allowing mysql database (via pandas 0.11+)~~ + * allowing other databases (via pandas 0.14+ and sqlalchemy) * Travis-CI infrastructure - * allowing other databases (via pyqt ? pandas patches ? sqlalchemy ?) Help is welcome. @@ -46,5 +47,6 @@ Version : * 0.4.1 : inline CTE when syntax is "with x as (y)" * 0.5 : use SQLite true CTE if SQLite >= 3.8.3 * 0.5.1 : bug correction + SQLite3.8.3 beta from 2013-01-22 - * 0.6 dev : experiment with Travis-CI - * 0.7 futur : have another sql motor working in python3 + windows + * 0.6 : first version with correct mysql support + * 0.7dev : support of pandas 0.14 sqlalchemy + *