On Mar 21, 2010, at 10:43 AM, Manlio Perillo wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Michael Bayer ha scritto:
>> 
> What about ticket #1679, for SQL Schema support?

the patch needs to be re-added.   CREATE SCHEMA / DROP SCHEMA is also not going 
to have any connection to the "schema" keyword, only to CreateSchema and 
DropSchema.   The bigger picture needs to be considered here - "schemas" in 
SQLAlchemy are not necessarily "schemas" in the real world.  On Oracle and 
Sybase, they are usernames.    the  "schema" keyword in SQLA is not really a 
"schema" - it is only, "the keyword that goes before the dot in 
<somename>.<tablename>".  that is it.   It may even have several dotted names 
in it (i.e. like dbo.foobar).    It will be much easier to accept a patch that 
does not attempt to change what the "schema" keyword means.   



> 
> 
> 
> Thanks  Manlio
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkumMJMACgkQscQJ24LbaUTitgCeJXSTpWdcWZDwishGvIScFkm7
> C2kAn2OVRHyglzTzad7NI4tExoQ4R7p5
> =tRls
> -----END PGP SIGNATURE-----
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to