[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-04 18:29:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f82afea2595/ Changeset: 9f82afea2595 Branch: None User: zzzeek Date: 2017-04-04 17:45:06+00:00 Summary: Recognize brackets, quoted_name in SQL Server schema The SQL Server dialect now allows for a database and/or owner name with a dot inside of it, using brackets explicitly in the string around the owner and optionally the database name as well. In addition, sending the :class:`.quoted_name` construct for the schema name will not split on the dot and will deliver the full string as the "owner". :class:`.quoted_name` is also now available from the ``sqlalchemy.sql`` import space. Change-Id: I77491d63ce47638bd23787d903ccde2f35a9d43d Fixes: #2626 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1e7b730ce838/ Changeset: 1e7b730ce838 Branch: master User: zzzeek Date: 2017-04-04 18:28:39+00:00 Summary: Merge "Recognize brackets, quoted_name in SQL Server schema" Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |