Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9.0
5.9.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object IteratorUtilities {

private val logger = LoggerFactory.getLogger(this.getClass)

private val ALLOW_DUPLICATE_COLUMNS = System.getProperty("gor.iterators.allowDuplicateColumns", "true").toBoolean
private val ALLOW_DUPLICATE_COLUMNS = System.getProperty("gor.iterators.allowDuplicateColumns", "false").toBoolean

def getHeader(filename: String, gorRoot: String, context: GorContext): String = {
val gm: GorMonitor = null
Expand Down
Loading