On Jul 12, 2013, at 5:35 PM, Victor Reichert <[email protected]> wrote:

>     Simulated_Events.sim = 
> ServerName.Temp_DB.dbo.Simulation_Catalog_Table.Sims and 
> Simulated_Events.event_id = 
> ServerName.Temp_DB.dbo.Simulation_Catalog_Table.EventID
>                          ^
> SyntaxError: invalid syntax
> 
> I've run the string in the console and they are concatenating correctly, what 
> is the source of the sytax error?  Is SQLAlchemy parsing the string and 
> trying to determine something?

no its not doing that, the string you see in that message is what's sent to 
your DBAPI.  The DBAPI might be getting in the way, though, hard to tell.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to