Wiki source code of Programming__WebObjects-EOF-Using EOF-Configuration Settings
Version 1.1 by smmccraw on 2007/07/08 09:44
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | * --EOAdaptorDebugEnabled YES/NO | ||
2 | (true for WO5) | ||
3 | turns on Adaptor logging. This gives you the SQL statements that are issued against your database.-- | ||
4 | |||
5 | * --EOAdaptorUseBindVariables YES/NO | ||
6 | (false for WO5) | ||
7 | (this one is quite hidden in the docs) Turns off bind variables on the SQL statements, making SQL much more readable when debugging.-- | ||
8 | |||
9 | Category:WebObjects |