From ccc5323a5278ab01d59a66f00a9af92da3a56708 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 13 Nov 2013 15:38:55 +0200 Subject: [PATCH] Fixed typo --- sqlalchemy_utils/eav.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sqlalchemy_utils/eav.py b/sqlalchemy_utils/eav.py index 2f4f637..59a5ca5 100644 --- a/sqlalchemy_utils/eav.py +++ b/sqlalchemy_utils/eav.py @@ -54,8 +54,9 @@ queries such as: * Find all cars that were manufactured before 1990? -This is very JSON / XML columns fall short. You could switch to using NoSQL -databases but those have their own limitations compared to RDBMS. +This is where JSON / XML columns fall short. You can't make these comparisons +using those column types. You could switch to using some NoSQL database but +those have their own limitations compared to traditional RDBMS. ::