Mark, I'm having an issue where I can't get the compile option
SQLITE_MAX_COLUMN
to take effect during a compile of ooSQLite. For whatever reason I need to
increase the default value 2000 but it doesn't seem to take effect. I've
even tried setting it to an invalid value (32768) but the compile works
fine anyway. My guess is that this is an SQLite problem, not ooRexx, I just
wish to confirm this. The compile looks like this:

        cl /nologo /EHsc /O2 /Gs /Gy /FAs /Fabuild\release\ /MT /W3
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DOOSQLITE_VER_MAJOR=1 /DOO
SQLITE_VER_MINOR=0 /DOOSQLITE_VER_LEVEL=0 /DOOSQLITE_VER_BUILD=9969
/DOOSQLITE_VER_STRING=\""1.0.0.9969"\"
/DOOSQLITE_COPYRIGHT_YEAR=\""2012-2013"\" /
I src\sqlite /I src\platform\windows /DSQLITE_ENABLE_COLUMN_METADATA
/DSQLITE_ENABLE_MEMORY_MANAGEMENT /DSQLITE_ENABLE_FTS3
/DSQLITE_ENABLE_FTS3_PAREN
THESIS /DSQLITE_DEFAULT_FOREIGN_KEYS=1 /DSQLITE_CORE /DSQLITE_HAS_CODEC
/DSQLITE_MAX_COLUMN=32768 /DHAVE_STDINT_H /D:_X86_ /DWIN32 /DNDEBUG
/DNULL=0 /
c /DOOSQLITE_BUILD /Fo.\build\release\ src\ooSQLite.cpp
ooSQLite.cpp

And command PRAGMA compile_options; shows the following:

compile_option
----------------------
ENABLE_COLUMN_METADATA
ENABLE_FTS3
ENABLE_FTS3_PARENTHESI
ENABLE_MEMORY_MANAGEME
HAS_CODEC
SYSTEM_MALLOC
THREADSAFE=1

I should contact SQLite, right?

Staffan
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to