OpenSCAP / scaptimony

SCAPtimony is SCAP database and storage server
GNU General Public License v3.0
13 stars 13 forks source link

Drop view with sql IF EXISTS #30

Closed shlomizadok closed 9 years ago

shlomizadok commented 9 years ago

if table_exists? 'scaptimony_arf_report_breakdowns' apparently did not play well with sqlite3 :cry: This solution has been tested with sqlite 3.8.8.3 and postgres 9.1

This solutions is supported in PG 8.2+ SQLite 3.3.8+ MySQL 5.0+

(Thanks @domcleal for testing and raising the issue on SQLite3)

domcleal commented 9 years ago

The package build with sqlite3 works now, thanks!