[ckan-changes] [okfn/ckan] a3a383: [#514] Do not use postgres concat function. Use ||...
GitHub
noreply at github.com
Thu Feb 28 18:13:32 UTC 2013
Branch: refs/heads/514-datastore-concat
Home: https://github.com/okfn/ckan
Commit: a3a3839541e2d5e77f01835a60a6bc8899d7ea20
https://github.com/okfn/ckan/commit/a3a3839541e2d5e77f01835a60a6bc8899d7ea20
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 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