server/sources/native.py
changeset 4252 6c4f109c2b03
parent 4204 60256056bda6
parent 4212 ab6573088b4a
child 4512 e7ac20bf3629
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
     5   from which it comes from) are stored in a varchar column encoded as a base64
     5   from which it comes from) are stored in a varchar column encoded as a base64
     6   string. This is because it should actually be Bytes but we want an index on
     6   string. This is because it should actually be Bytes but we want an index on
     7   it for fast querying.
     7   it for fast querying.
     8 
     8 
     9 :organization: Logilab
     9 :organization: Logilab
    10 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    10 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    11 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    11 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    12 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    12 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    13 """
    13 """
    14 __docformat__ = "restructuredtext en"
    14 __docformat__ = "restructuredtext en"
    15 
    15