[ckan-changes] [okfn/ckan] e4cff9: [#514] Do not use postgres concat function. Use ||...
GitHub
noreply at github.com
Mon Mar 4 18:32:13 UTC 2013
Branch: refs/heads/release-v2.0
Home: https://github.com/okfn/ckan
Commit: e4cff9923489abff6f40fbd2dab2b8c8814a636c
https://github.com/okfn/ckan/commit/e4cff9923489abff6f40fbd2dab2b8c8814a636c
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-03-04 (Mon, 04 Mar 2013)
Changed paths:
M ckanext/datastore/plugin.py
Log Message:
-----------
[#514] Do not use postgres concat function. Use || instead.
Concat is not supported in pg 9.0. The || syntax howver does not allow null as one argument. So we use coalesce to either get the value or an empty string.
More information about the ckan-changes
mailing list