Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

CommentRequest is not sqlite3 compatible #25

Open
milki opened this issue Aug 7, 2013 · 0 comments
Open

CommentRequest is not sqlite3 compatible #25

milki opened this issue Aug 7, 2013 · 0 comments

Comments

@milki
Copy link
Contributor

milki commented Aug 7, 2013

In servlets/commentrequest:

        'comments': SA.func.concat(
            db.push_requests.c.comments,
            '\n\n---\n\nComment from %s:\n\n' % self.current_user,
            comment,

SA.func.concat results in concat() which sqlite3 does not support. This should be made compatible ala #22

@milki milki mentioned this issue Aug 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant