[ckan-changes] [ckan/ckan] a9d218: [#1838] Create index only if it doesn't exist
GitHub
noreply at github.com
Tue Jul 22 11:22:39 UTC 2014
Branch: refs/heads/1838-fts-on-specific-columns
Home: https://github.com/ckan/ckan
Commit: a9d2186a05ab0ad66bcfc412a0be739e118b4521
https://github.com/ckan/ckan/commit/a9d2186a05ab0ad66bcfc412a0be739e118b4521
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_db.py
Log Message:
-----------
[#1838] Create index only if it doesn't exist
We do so by creating a unique index name that's specific to each pair
resource_id + field_name. Before trying to create an index, we check if an
index with this same name exist, and only create it if it doesn't.
Commit: f8e8976d9fb418dc35d7ef3f1c422832a68a1cb8
https://github.com/ckan/ckan/commit/f8e8976d9fb418dc35d7ef3f1c422832a68a1cb8
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M ckanext/datastore/tests/test_create.py
Log Message:
-----------
[#1838] Refactor tests to be less flaky
Instead of asserting the number of indexes created, we now assert on the actual
index names.
Compare: https://github.com/ckan/ckan/compare/3d8ba39e56c1...f8e8976d9fb4
More information about the ckan-changes
mailing list