fixups for HAVING clauses
[dbsrgits/Data-Query.git] / lib / Data / Query / Constants.pm
index 37c4443..f4fed77 100644 (file)
@@ -16,9 +16,12 @@ use constant +{
     DQ_WHERE => 'Where',
     DQ_DELETE => 'Delete',
     DQ_UPDATE => 'Update',
+    DQ_INSERT => 'Insert',
+    DQ_GROUP => 'Group',
+    DQ_SLICE => 'Slice',
   ))
 };
 
-our @EXPORT_OK = keys our %CONST;
+our @EXPORT = keys our %CONST;
 
 1;