[odb-users] When is there going to be support for MS SQL?

Boris Kolpackov boris at codesynthesis.com
Wed Mar 2 08:50:09 EST 2011


Hi,

B Hart <bhartsb at gmail.com> writes:

> When is there going to be support for MS SQL?

The current roadmap is to have this support publicly available in about 3-4
months, perhaps earlier for beta testing.


> Also, with regard to the dynamic generation of DB schema:  Is the Schema
> generation able to do any kind of normalization?  E.g. If I had a Person
> Class and it contained address information, would I need to create a
> separate class for each or could it use one class and create 2 tables.

No, if you want the address to be stored in a separate table, then you will
need to create a separate persistent class for it. Then, in the Person class
you can have a pointer to the address which will be translated to a reference
in the database.

Boris



More information about the odb-users mailing list