Hi,
> </me faces toward UK, where it's about midnight right now...>
> </me yells "HEY PAUL!! YOU WATCHING THIS THREAD??>
Ok, you got my attention :-) Not at my best right now after being out
drinking, but hey...
After a little tweak to the code (removing autoload=True, adding
metadata.create_all() ) I get this:
sqlalchemy.exceptions.ProgrammingError: (ProgrammingError) ('42000',
'[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion
failed when converting from a character string to uniqueidentifier.
(8169)') u'INSERT INTO jobs (identifier, section, start, stop, station)
VALUES (?, ?, ?, ?, ?)' ['TEST1', None, datetime.datetime(2007, 12, 10,
23, 40, 30,593000), None, None]
So, follow Rick's advice on fixing it. This does work with SQLite, but
that's an accident of SQLite's funky type system more than anything.
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---