server/sources/native.py
branchstable
changeset 4212 ab6573088b4a
parent 4198 8d644eb862b9
child 4252 6c4f109c2b03
child 4515 e8835c68f581
equal deleted inserted replaced
4210:9d9be21640ac 4212:ab6573088b4a
     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