[ckan-changes] [okfn/ckan] c030bf: [#542] Remove usage of postgres' function that's n...

GitHub noreply at github.com
Tue Mar 5 21:26:52 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: c030bf446978b68abe207437b60af40769ee193e
      https://github.com/okfn/ckan/commit/c030bf446978b68abe207437b60af40769ee193e
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M ckan/migration/versions/067_turn_extras_to_strings.py

  Log Message:
  -----------
  [#542] Remove usage of postgres' function that's not available in < 9.1

The function left() was only added in Postgres 9.1, but we can easily use
substr() to achieve the same effect.

Fixes #542.


  Commit: 198fe269375bfdaf228451fae2bd09bad1c52348
      https://github.com/okfn/ckan/commit/198fe269375bfdaf228451fae2bd09bad1c52348
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M ckan/migration/versions/067_turn_extras_to_strings.py

  Log Message:
  -----------
  Merge pull request #561 from vitorbaptista/542-postgres-lt9.1-has-no-left

[#542] Remove usage of postgres' function that's not available in < 9.1


Compare: https://github.com/okfn/ckan/compare/6e990b326c1a...198fe269375b


More information about the ckan-changes mailing list