Obsoleted the SibusQL and the keyword pkey (still allowed as a placeholder in the templates)

SVN:trunk[372]
This commit is contained in:
Romain Quetiez
2010-04-29 16:51:56 +00:00
parent f2fd97a434
commit 69a8d27b54
53 changed files with 1171 additions and 2805 deletions

View File

@@ -3,6 +3,6 @@
<AuditCategory id="1">
<name>Devices in production</name>
<description>Checking all devices in production</description>
<definition_set>bizDevice: status = &apos;production&apos;</definition_set>
<definition_set>SELECT bizDevice AS d WHERE d.status = &apos;production&apos;</definition_set>
</AuditCategory>
</Set>
</Set>