Bug 1094526
Summary: | reposync.py SQL query incorrectly terminated for Oracle | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Avi Miller <avi.miller> |
Component: | Server | Assignee: | Michael Mráka <mmraka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.2 | CC: | dyordano |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-backend-2.2.28-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-17 08:40:49 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1119298 |
Description
Avi Miller
2014-05-05 22:27:41 UTC
Pull request with fix: https://github.com/spacewalkproject/spacewalk/pull/60 Merged to spacewalk master as commit 3b7527b6277b103290b504ea532200f347524984 1094526 - remove trailing semi-colon from SQL query as this breaks Oracle support. Spacewalk 2.2 has been released: https://fedorahosted.org/spacewalk/wiki/ReleaseNotes22 |