Nope, it explicitly says that it is IVersionType to support Ms SQL and
Sybase timestamp

BTW, as expected, this works:

<version name="Version"
                 generated="always"
                 unsaved-value="null"
                 type="BinaryBlob">
    <column name="Version"
                    not-null="false"
                    sql-type="timestamp"/>
</version>


On Tue, Apr 14, 2009 at 12:20 AM, Fabio Maulo <[email protected]> wrote:

> 2009/4/13 Ayende Rahien <[email protected]>
>
>> BinaryBlob is already IVersionType
>>
>
> Probably some old implementation not compatible with MsSQL timestamp type.
> BTW, IMO, if it is a IVersionType is a mistake.
>
> --
> Fabio Maulo
>

Reply via email to