From cbd4f47a073418a319c00dfbed9cedc1a5af7d0b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 4 Apr 2016 22:21:52 -0700 Subject: [PATCH] Add ColumnApplied doc --- batch.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/batch.go b/batch.go index c15045e..0d67326 100644 --- a/batch.go +++ b/batch.go @@ -5,6 +5,8 @@ import ( "github.com/maraino/go-mock" ) +// ColumnApplied is the name of a special column that has a bool that indicates +// whether a conditional statement was applied. const ColumnApplied = "[applied]" // Batch is an ordered collection of CQL queries.