[sqlalchemy] creating a database through SQLAlchemy

2007-08-30 Thread Travis Kriplean
Hi all, I'd like to use SQLAlchemy to connect to a db server, create a database, and then start using it. However, it appears that the SQLAlchemy api assumes the existence of a database to connect to. I'm able to connect to the server without a database specified: con =

[sqlalchemy] Re: creating a database through SQLAlchemy

2007-09-04 Thread Travis Kriplean
Thanks everyone! On 3 Sep, 01:13, Marco Mariani [EMAIL PROTECTED] wrote: TravisKriplean ha scritto: However, this seems a bit ugly. Is there a way to obtain a non- transactional connection from an engine in 0.3.10? If not, is it possible in 0.4? I use this with SA 0.3.10 and Postgres:

[sqlalchemy] case inconsistency in reflected column names between mac and windows

2007-10-23 Thread Travis Kriplean
Hello, We're running into a problem with case in the reflected column names between mac and windows both using sqlalchemy 0.4.0. For example, in our mysql database, we have a table with columns named END_YEAR and DESCRIPTION. On a windows box: print table.c ['table.END_YEAR',

[sqlalchemy] Re: case inconsistency in reflected column names between mac and windows

2007-10-23 Thread Travis Kriplean
It appears that this only occurs on macs running a ppc processor, not an intel processor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to