equal
deleted
inserted
replaced
3 Notes: |
3 Notes: |
4 * extid (aka external id, the primary key of an entity in the external source |
4 * extid (aka external id, the primary key of an entity in the external source |
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-2009 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 """ |