[Liblas-commits] hg-main-tree: bad bind position
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Jun 30 15:43:36 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/51b76e924db5
changeset: 821:51b76e924db5
user: Howard Butler <hobu.inc at gmail.com>
date: Thu Jun 30 14:43:32 2011 -0500
description:
bad bind position
diffstat:
src/drivers/oci/Writer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 53c5d78270ba -r 51b76e924db5 src/drivers/oci/Writer.cpp
--- a/src/drivers/oci/Writer.cpp Thu Jun 30 14:42:52 2011 -0500
+++ b/src/drivers/oci/Writer.cpp Thu Jun 30 14:43:32 2011 -0500
@@ -724,7 +724,7 @@
// if (bHaveSchemaOverride)
nSchemaPos++;
- // int nPos = nSchemaPos+1; // Bind column position
+ int nPos = nSchemaPos; // Bind column position
// if (!header_blob_column_name.empty()){
// columns << "," << header_blob_column_name;
// values <<", :" << nPos;
More information about the Liblas-commits
mailing list