[sqlalchemy] Re: Oracle sequences

2009-09-21 Thread Kaukas
Hi. I would say its a pending enhancement but since the start parameter is accepted sure its a bug :).   I thought there was a ticket for this one in trac but it seems not.  I've added #1545. There are more parameters accepted and ignored. Thank you for your help!

[sqlalchemy] Re: which column type to use for case sensitive queries?

2009-09-21 Thread John Fries
Thanks Michael. I'm going to use MSString (confusingly, in my non-Microsoft database instance), unless someone suggests otherwise (say, for performance reasons). Having case-sensitive comparisons be the default seems more natural to me (coming from a Java/Python/C++ background). On Sun, Sep 20,