[odb-users] Specific index creation for a container table column

Boris Kolpackov boris at codesynthesis.com
Sat Aug 23 05:22:07 EDT 2014


Hi Marcos,

Marcos Gonzalez Menendez <marcos.glez at gmail.com> writes:

> Now I would like to have an index for A_ref_list.value but the sentece:
> 
> #pragma db index member(ref_list_.id)
> 
> does not seem to be the right one.

I am sure you meant that this doesn't work:

#pragma db index member(ref_list_.value)

This is indeed not yet supported by ODB so for the time being you will
have to define the index manually via SQL. But this is on our TODO list
so it will be supported at some point.

Boris



More information about the odb-users mailing list