Hi, I am creating some custom compiled constructions and I need to create properly quoted schema and table, however I have both only as strings because the table does not exist yet (for example: CREATE TABLE ... AS SELECT ...). It looks like all table quote_* methods in IdentifierPreparer expect table object. Is there a way how can I get schema.table quoting just from strings?
Regards, Stefan -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/5SJoREJHKTkJ. 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.
