Answered my own question:
I just discovered that I'd missed the subtle syntax difference between
dynamically provided parameters and actual chunks of sql; I need to use
$value$ instead of #value#.
Sorry 'bout that.
- Evan
Evan McQuinn wrote:
Hello -
I'm trying to run
Hello -
I'm trying to run an alter table command to swap partitions in a large
Oracle table. I haven't found any documentation regarding alter table in
iBatis specifically, so I'm using the update mapping. Seems
straightforward enough, but for some reason my inline #value# parameter
is not be