Oleg Broytmann wrote:
> On Tue, Mar 14, 2006 at 02:46:03PM +0100, Uwe Grauer wrote:
>>>>>    Decimal value as a primary key?! Oops...
>>>>>
>>>> Or (in other wolds) a Firebird BIGINT eg. 64bit signed.
>>>    Is it mapped to Decimal? Not int or long? Wierd...
>>>
>> Yes, if your interested:
>> Firebird data types compared to MSSQL:
>> http://www.firebirdsql.org/manual/migration-mssql-data-types.html
> 
>    SQLObject is only intereseted in mapping to DB API, not to MSSQL...
> 
> Oleg.

But please, there are existing Databases which just don't use Integers
as PK's. So a good ORM have to have the possibility to map these.

So, if you don't have existing databases, just use SQLObject.
Otherwise, take a look at sqlalchemy.

:-)

Uwe


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to