[sqlalchemy] Re: Trailing L after my Primary Key

2011-01-30 Thread ObjectEvolution
Thanks Michael. So then it looks like my options are to: 1. Convert the longs. 2. Declare my columns instead of using reflection so I get the right types. On Jan 30, 7:18 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Jan 30, 2011, at 8:55 PM, ObjectEvolution wrote: Hi, I'm

[sqlalchemy] Re: Trailing L after my Primary Key

2011-01-30 Thread ObjectEvolution
Actually, answered that myself as soon as I pressed 'send'. ;-) On Jan 30, 7:23 pm, ObjectEvolution objectevolut...@gmail.com wrote: Thanks Michael. So then it looks like my options are to: 1. Convert the longs. 2. Declare my columns instead of using reflection so I get the right types.

Re: [sqlalchemy] Re: Trailing L after my Primary Key

2011-01-30 Thread Michael Bayer
On Jan 30, 2011, at 10:23 PM, ObjectEvolution wrote: Thanks Michael. So then it looks like my options are to: 1. Convert the longs. 2. Declare my columns instead of using reflection so I get the right types. If your concern is they print funny, you should use str() for formatting.