We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d172b17 commit b8fa756Copy full SHA for b8fa756
src/providers/sqlanywhere/qgssqlanywhereprovider.cpp
@@ -901,7 +901,7 @@ QgsSqlAnywhereProvider::makeSelectSql( QString whereClause ) const
901
QString sql = QString( "SELECT %1" ).arg( quotedIdentifier( mKeyColumn ) );
902
if ( mFetchGeom )
903
{
904
- sql += QString( ", %1 .ST_AsBinary('WKB(Version=1.2;endian=%2)') " )
+ sql += QString( ", %1 .ST_AsBinary('WKB(Version=1.1;endian=%2)') " )
905
.arg( geomColIdent() )
906
.arg( QgsApplication::endian() == QgsApplication::XDR ? "xdr" : "ndr" );
907
}
0 commit comments