Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O our_own_cloud_project
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • die_coolen_jungs
  • our_own_cloud_project
  • Repository
Switch branch/tag
  • our_own_cloud_project
  • apps
  • files_sharing
  • appinfo
  • version
Find file BlameHistoryPermalink
  • Jamie McClelland's avatar
    fix update to remove shares where file doesn't exist on postgres · d58fda7f
    Jamie McClelland authored Nov 23, 2013
    Without patch, breaks with: Failed to upgrade "files_sharing".
    Exception="SQLSTATE[22P02]: Invalid text representation: 7 ERROR:
    invalid input syntax for integer: "5,179""
    
    See: https://github.com/owncloud/core/issues/5758
    
    removing unnecessary cruft - no parameter is set, none to pass.
    
    https://github.com/owncloud/core/issues/5758
    
    removing subquery, making more readable
    
    See: https://github.com/owncloud/core/pull/6016#issuecomment-29510979
    
    parameters to sql calls should be arrays
    
    https://github.com/owncloud/core/pull/6016
    
    boosting version to ensure fix gets executed
    
    properly escaping the sql select statement
    
    removing extraneous closing paren.
    d58fda7f